Quantcast
Channel: Spring Community Forums - Grails
Viewing all articles
Browse latest Browse all 40

Adding a java-generated source folder

$
0
0
In eventCompileStart, I create xjc Java classes from an xsd schema.
Is there a conventional folder for such generated Java class files?
Adding them to src/java is a bad idea, because then I need to clean on a per-package base in the clean event.

If no such default folder exists, is it possible to add an additional Java source folder to the Grails config?

Viewing all articles
Browse latest Browse all 40

Trending Articles