Fallback configuration not working

2010-08-25 Thread Panayiotis Karabassis
In my ivy.xml I have: defaultconfmapping="default->@,sources(),javadoc()" and below a dependency: conf="default"/> I am getting this error: [NOT FOUND ] org.springframework#spring;2.5.6!spring.jar(javadoc) (554ms) central: tried http://repo1.maven.org/maven2/org/springframework/spring/

Re: latest-revision latest-strategy & integration versions

2010-08-25 Thread Mitch Gitman
Awesome. Thanks, Geoff. Whenever you get back from your travels, I'd be curious to know if you had to specify your own latest-revision strategy to get this working. If anyone else out there is prolifically versioning integration builds, whether with a buildnumber or a timestamp, how'd you get that

Re: junit tests running slower in 1.8 than in 1.7

2010-08-25 Thread Laura Dean
We tried it out, and our tests ran much faster. We liked it so much that we took the Ant 1.8.1 source and applied your change to it, so we could use it for the time being. We put the source here: http://github.com/cyrusinnovation/Apache-Ant Please note that we have no intention of maintaining th

help in copy files from list

2010-08-25 Thread Rajesh Kumar
Hi, I have one file called list.txt where i have mentioned all the files which need to be copied from specific directry. can you please help me with the right copy task syntax which read the files name from list.txt and copy to destination directory??? -- === Rajesh Kum