En réponse à Raphaël Piéroni <[EMAIL PROTECTED]>:

> 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 ?

Absolutely. Definition of src directories is done qt the plugin level. For 
example, the Cactus plugin defines a src/test-cactus directory. The 
PatternTestig Maven plugin (http://patterntesting.sf.net) defines a src/test-
aspect directory.

-Vincent

> 
> 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]
> 
> 

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

Reply via email to