Re: maven-antrun-plugin: Java classes don't compile after an Ant task

2009-07-03 Thread clconway
t; > On Fri, Jul 3, 2009 at 12:01 PM, clconway wrote: >> >> The problem seems to be that Rats! calls System.exit() (or similar), >> terminating the JVM. I would have thought that Ant would wrap this (the >> java >> task is copied over from a build.xml and it doesn&#x

Re: maven-antrun-plugin: Java classes don't compile after an Ant task

2009-07-03 Thread clconway
-in ${project.build.sourceDirectory} -out ${project.build.directory}/generated-sources/main/java/ ${project.build.sourceDirectory}/Dot.rats -Chris clconway wrote: > > Funny story. I tried replacing the Ant task with a Maven plugin, by

Re: maven-antrun-plugin: Java classes don't compile after an Ant task

2009-07-02 Thread clconway
. RatsMojo.java is attached. -Chris http://www.nabble.com/file/p24314823/RatsMojo.java RatsMojo.java clconway wrote: > > My project generates source code using the XTC parser generator > (http://cs.nyu.edu/rgrimm/xtc/). XTC doesn't have a Maven plugin that > I'm awar

Re: maven-antrun-plugin: Java classes don't compile after an Ant task

2009-07-02 Thread clconway
Stephen Connolly-2 wrote: > > you need to use buildhelper-maven-plugin to attach the generated-sources > directory. Maven does not know that you've generated additional sources. > Most/all of the source generator maven plugins will add the > generated-sources/pluginname folder as an additional