|| -----Original Message-----
|| From: Kris [mailto:[EMAIL PROTECTED] 
|| Sent: woensdag 29 december 2004 00:07
|| To: [email protected]
|| Subject: Re: generate src with XSLT
|| 
|| In order to get java:compile to compile your two sets of 
|| source at the same time, you need to understand the 
|| java:compile goal.  The java:compile goal uses an ant 
|| pathset variable called "maven.compile.src.set" and compiles 
|| java files on that path set.  This can be done with the 
|| following two lines which must be executed before java:compile.
|| 
||       <ant:path id="maven.mygenname.compile.src.set"
||             location="${maven.build.dir}/generated-srcs/mygenname"/>
|| 
||       <maven:addPath id="maven.compile.src.set"
||                      refid="maven.mygenname.compile.src.set"/>
|| 
|| Hope that helps,

Thanks, this sure does! 

Regards,

Jeroen



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

Reply via email to