Ok, so I've been searching for a while now and while I've got antlr generating source files (Kudos to the developers on that part - it was cake), I can't seem to find anything in the user guide or anywhere else about configuring where those source files are generated.
By default they're generated in projectRoot/build/generated-src/antlr/main/package. But where I need them to be is in my sourceSets/main/java/package directory - We've got the .g files in the same directory in the project tree as where the generated src files are expected to be by the rest of our project. I have a feeling this I'm probably missing something obvious in the overall gradle architecture, but I'm new to Gradle and am not really sure where else to search. Thanks in advance, ~Brian -- View this message in context: http://gradle.1045684.n5.nabble.com/How-to-configure-where-antlr-generates-source-files-tp3320837p3320837.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
