RE: Using multiple source directories to produce on artefact

2006-01-16 Thread Peschier J. (Jeroen)
. -Oorspronkelijk bericht- Van: dan tran [mailto:[EMAIL PROTECTED] Verzonden: donderdag 12 januari 2006 17:23 Aan: Maven Users List; [EMAIL PROTECTED] Onderwerp: Re: Using multiple source directories to produce on artefact Yes, build-helper is there for legacy build. However, if a build

RE: Using multiple source directories to produce on artefact

2006-01-16 Thread Allison, Bob
. -Original Message- From: Peschier J. (Jeroen) [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 07:25 To: Maven Users List Subject: RE: Using multiple source directories to produce on artefact I agree that a mavenized build probably does not need multiple source dirs. However

RE: Using multiple source directories to produce on artefact

2006-01-16 Thread Peschier J. (Jeroen)
:[EMAIL PROTECTED] Verzonden: maandag 16 januari 2006 14:13 Aan: Maven Users List Onderwerp: RE: Using multiple source directories to produce on artefact By default (or maybe it is by design) the XDoclet plugin wants it generated output to go in target/generated-sources/xdoclet and it AUTOMATICALLY adds

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread dan tran
oh mine this question is getting popular ;-) check out build-helper-maven-plugin at http://mojo.codehaus.org maven 2 books are comming out first quater of 2006, i heard ;-) On 1/12/06, Andreas Zschorn [EMAIL PROTECTED] wrote: Hi, I have a question regarding maven 2 and the use of

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread Jason Dillon
This functionality should be added to the core pom IMO. --jason -Original Message- From: dan tran To: Maven Users List Sent: Thu Jan 12 00:13:03 2006 Subject: Re: Using multiple source directories to produce on artefact oh mine this question is getting popular ;-) check out

RE: Using multiple source directories to produce on artefact

2006-01-12 Thread Allison, Bob
A repost from yesterday... The XDoclet plugin for Maven expects to place the generated sources in target/generated-sources/xdoclet and adds it to the compile source list. If you are specifying a different destination, that may be part of the problem if the plugin is not doing things quite right.

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread Geoffrey
To: Maven Users List Sent: Thu Jan 12 00:13:03 2006 Subject: Re: Using multiple source directories to produce on artefact oh mine this question is getting popular ;-) check out build-helper-maven-plugin at http://mojo.codehaus.org maven 2 books are comming out first quater of 2006, i heard

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread Chad Brandon
to the core pom IMO. --jason -Original Message- From: dan tran To: Maven Users List Sent: Thu Jan 12 00:13:03 2006 Subject: Re: Using multiple source directories to produce on artefact oh mine this question is getting popular ;-) check out build-helper-maven-plugin at http

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread dan tran
and clearer than having to use a plugin for it). Jason Dillon wrote: This functionality should be added to the core pom IMO. --jason -Original Message- From: dan tran To: Maven Users List Sent: Thu Jan 12 00:13:03 2006 Subject: Re: Using multiple source directories

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread Chad Brandon
-Original Message- From: dan tran To: Maven Users List Sent: Thu Jan 12 00:13:03 2006 Subject: Re: Using multiple source directories to produce on artefact oh mine this question is getting popular ;-) check out build-helper-maven-plugin

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread Wouter Zoons
multiple source directories support in the pom would definitely be cool +1 -- Wouter dan tran wrote: Yes, build-helper is there for legacy build. However, if a build is completely mavenized, I see no need to have more than one primary source trees and adding a generated source tree the