Tagged Questions
1
vote
1answer
1k views
Groovy with Grape and AntBuilder classloader problem
I wanted to use groovy for a little ftp script and found this post http://www.hhhhq.org/blog/2009/05/01/ftp-using-groovy-and-ant/
Since there were several dependencies I wanted to use Grape. All ...
0
votes
1answer
582 views
Groovy + Antbuilder: How to use Grape to with taskdef?
This is related to . I'm trying to dynamically add the maven-ant-tasks jars with Grape, simulating this:
<taskdef uri="antlib:org.apache.maven.artifact.ant"
...