I have to include Groovy classes into existing Java apps, and include Groovy into Ant's build.xml
file.
What is the best way to configure Ant's build.xml
for it?
Update: Are there more specifics in combining Java and Groovy compilations? Sequence of tasks?