tirsdag 13. august 2013

Groovy Ant

In case you cannot use Gradle, here is how to get Groovy task in Ant, and how to call a macro from Groovy.

   
       
               
               
       

   


   
       
            println "Hello World"
            def ant = new AntBuilder( project )
            ant.testmacro( dir: "qwerty" )
       

   


   
       
       
           
       

   



Ingen kommentarer: