Hi.  When I use the compile task in buildr 1.3.5, it tries to download 
org.apache.ant 1.7.1 from the remote repository, if possible. 

1)  Can I tell buildr to use a different version of ant (say, 1.7.0) instead?
2)  Can I tell buildr to download this version from my repository which is not 
in the maven standard format?  My libs are organized as:
[repository]/lib/apache-ant/ant-1.7.0.jar
[repository]/lib/apache-ant/ant-launcher-1.7.0.jar

instead of:
[repository]/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
[repository]/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar

Thanks,
Ed

Reply via email to