Jason Dillon wrote:
Alrighty, I see a problem now. While my build is fine, my IDE (Intellij) is not so happy.
How comes the IDE and console builds differ? Doesn't the IDE use the same source roots as the console build?
It shows a bunch of duplicate classes
Can you give a concrete example? I.e. for one of those duplicate classes, from which paths do all the duplicates come from?
> specifically, once files have been generated for javacc or jjtree,
the outputs need to be inspected and *deleted* if a class of the same name is already defined in the tree.
The actual outputs of JavaCC and JJTree are generated into a temp directory, just like you did in the Groovy plugin. Then, only those files are copied to the configured output directory that aren't already present in a registered compile source root.
Still, I would like to understand the difference between your IDE build and the console build.
Benjamin --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
