Ok, so please upgrade to RC1 if you want to keep your .svn folders. Maarten
----- Original Message ---- From: Burkhardt Stefan (CI/TMP) <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, October 15, 2008 8:39:08 AM Subject: AW: Ivy classpath creation Hi Maartin, I am currently using apache-ivy-2.0.0-beta2. Stefan -----Ursprüngliche Nachricht----- Von: Maarten Coene [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Oktober 2008 17:56 An: [email protected] Betreff: Re: Ivy classpath creation What Ivy version do you use? The .svn folder should not get deleted if you use RC1. See https://issues.apache.org/jira/browse/IVY-763 Maarten ----- Original Message ---- From: Burkhardt Stefan (CI/TMP) <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, October 14, 2008 5:02:52 PM Subject: Ivy classpath creation Hi, I am using the following command to get my artefacts within my ANT-Script. <ivy:retrieve pattern="${basedir}/lib/[artifact]-[revision].[ext]" type="jar,source" sync="true"/> It retrieves the artefacts and put the jar-files into my "lib"-folder. First Question is: - How can I create a classpath based on the artefact resolution and not from the directory. Is there a similar command like "cachefileset" for the "lib" directory. Is there a way to create a classpath from the resolution report? Second question is: - I am using subversion and I will check in the complete lib folder with the jar-files. But the option "sync=true" will delete the complete folder. So the subversion-Folder is removed too. Any Ideas to handle this? Stefan
