[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[ajdt-dev] New aspect/in path management support in latest dev build of AJDT 3.5 stream
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Tue, 28 Jul 2009 08:31:17 -0700
- Delivered-to: ajdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=IW9VD1vVoxKEO2V5zxuxv6QffTSvsvbjWLf5ShaS+Ws=; b=S+nYri2clo7BAJMCv9JCEUvnMAR+InYgNzd9skiALMRAh/e1t2UGwRZBCv2/Vf9hJ7 RQJNIDxvjn9glLK4ylDu0m0Q0UMBzBRtAvWYOfHLPk11nxEmn9pFZ1az5QhenabqzNSK XtwuYdwR6kJlokquOWew6/oOIdyUeblPAVdWg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:date:x-google-sender-auth:message-id :subject:from:to:content-type:content-transfer-encoding; b=TVGptOvlL35vmKS2DU0ganmUJqs4F+Axz3slzyd1lAD/iJ9wiwyF83yHZ5SNAtc2Bx zJiR1zk6+d9cjC2SAYaQBfcj/TTUfNJ3BjEncYPs+WX2eGr5ByJFHNgflnKNYuhXYvkT Zl/8/kKIBNPKvGu/HLWxYw/mucCvFDbVO5uIs=
Hi all,
Based on some recent and not so recent comments on some bug reports, I
just added some better aspect/in path management for classpath
containers.
As before, it is possible to right click on a jar in your project and
add that jar to the aspect/in path. However, now, if that jar is
contained in a classpath container (eg- ivy dependencies, or maven
dependencies), you get the option to specify adding that jar only (or
any subset of jars in the container) to your aspect/in path.
This is through the use of path restrictions. You can specify a
string (a jar name, or a portion of a jar name) of which to restrict
the contents of the path to. This feature has already been available
from the Aspect/In path pages in the project properties, but I have
now exposed it in the package explorer.
I am hoping that this will make classpath management of classpath
containers somewhat easier to manage. Please try it out and let me
know what you think.
If you have any comments, please post here or add a comment to
https://bugs.eclipse.org/279488
--a