Hi,
We are working on jboss-aop & APT plugins implementation.
We encountered the folowing problem (in general):
We need to split classpath into several parts. In other words, we need to group dependencies.

For example, when running JBoss AOP it is necessary to supply classpath where aspects are found and a different classpath where classes that should be weaved are (ie. 2 different classpath).

We can see 2 possible solutions:
1) Adding properties to dependency (as in Maven1). That could be used to distinguish between different dependency groups. 2) Adding group attribute to <depencies> xml tag and allowing to have more than one <dependencies> sections. group attribute would be propagated to individual dependency objects.
3) any other idea?

In our opinion this "dependency grouping" may be required in many plugins (JBoss AOP, AspectJ, APT, ...).

Best regards,
JUBU

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to