Hello maven devs and users,

i dunno why splitting a source tree but as said before maven at the
moment as multiple trees : one for tests, one for java, one for
aspects.

but i'll see a new one that can be added : aspect-test because some
aspects are for production execution and some others for tests.

in such a case : 
src/aspectj
src/java
src/test
src/aspectjtest

when using :
java:compile : use src/java
aspectj : use src/java+src/aspectj
test : use src/test after java:compile or aspectj
test:aspect : use all for compile as we can have aspects that modify he
"production" code in the aspectjtest directory (eg tracing issues)

do that make sense ?

R

=====
------------------------------------
| Rapha�l Pi�roni                  |
| 33+ 223 351 354                  |
| mailto:[EMAIL PROTECTED]        |
| http://www.dexem.com             |
| mailing:[EMAIL PROTECTED] |
------------------------------------

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

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

Reply via email to