Did you try setting it this way: <j:set var="sourcesPresent" value="true" scope="parent"/>
I'm not able to try this at the moment, so I can't verify it will work. Jeff On Tue, 17 Aug 2004, at 17:23:08 [GMT -0400] Karan-Sahni (Contractor) wrote: > I create a source directory dynamically in maven.xml and checkout files from cvs > into that folder. I call scm:checkout-project before java:compile, but the java > plugin thinks I have no sources > present. I tried setting the sourcesPresent property to true before java:compile but > the plugin throws an exception. The process works fine as long as the source > directory was there before I call > maven. > Anyone have ideas how I can get maven to recognise my source directory if it is > created in maven.xml? -- mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
