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