Mark, I ran the apt plugin with java 5 and 6 on OSX with your changes and all works well - tests pass. I also tested it on my other project. No problems. The only caveat is I can't seem to reproduce the original bug reliably so have no way of knowing If I will ever see the problem again. I think you made the best effort possible and allowing a user to specify either -s or -d would allow me the most flexibility. Thanks.
-Peter On Tue, Jan 12, 2010 at 12:22 PM, Mark Hobson <[email protected]> wrote: > Okay, I've committed my work so far towards this. The changes are: > > - outputDirectory now sets -d instead of -s > - changed outputDirectory default value to > "${project.build.directory}/generated-[test-]resources/apt" (i.e. > resources, not sources) > - added sourceOutputDirectory to set -s, which defaults to > "${project.build.directory}/generated-[test-]sources/apt" > - changed the existing tests to use CLASS_TREE, and hence test -d > - add apt-source-test to use SOURCE_TREE and test -s > > Can you guys let me know if you still encounter any problems? > > Cheers, > > Mark > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
