AW: AW: ANT resource selector examples

2008-10-30 Thread Jan.Materne
Havent tried with TRUNK or 1.7.1. You have to specify the xmlns on 1.7.0 and 1.7.1beta2. Jan >-Ursprüngliche Nachricht- >Von: Matt Benson [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 30. Oktober 2008 15:42 >An: Ant Users List >Betreff: Re: AW: ANT resource selector examples > >Sorry,

RE: ANT resource selector examples

2008-10-30 Thread Eric Wood
Thank you so much. This work great. I'll use it to help expand my knowledge on how to use this feature. Is the new "ANT in Action" book a good source of information on resources? I have an older ANT book that was good and was thinking of purchasing this book. Eric -Original Message

Re: AW: ANT resource selector examples

2008-10-30 Thread Matt Benson
Sorry, I thought Peter had fixed things so that the ns declarations were unnecessary. -Matt --- [EMAIL PROTECTED] wrote: > Based on Matts code here a working example: > > > files="ant.cmd,foo.txt,ant.bat,bar.txt,ant"/> > > > xmlns:rsel="antlib:org.apache.tools.ant.t

Re: BUG : IVY can not handle revision sets in pom file

2008-10-30 Thread Alexandre Gacon
Yes, it works. Thank you, I will lighten my IVY files now. Best regards, Alexandre On Thu, Oct 30, 2008 at 3:31 PM, Maarten Coene <[EMAIL PROTECTED]>wrote: > The FileSystem resolver doesn't use URLs, that's why it works. > The Ibiblio resolver only works with URLs, so if you pass it an invalid

AW: ANT resource selector examples

2008-10-30 Thread Jan.Materne
Based on Matts code here a working example: These files are missed: ${toString:missingfiles} This should show Buildfile: build.xml [echo] These files are missed: YOUR_ANT_HOME\bin\foo.txt;YOUR_ANT_HOME\bin\bar.txt BUILD SUCCESSF

Re: BUG : IVY can not handle revision sets in pom file

2008-10-30 Thread Maarten Coene
The FileSystem resolver doesn't use URLs, that's why it works. The Ibiblio resolver only works with URLs, so if you pass it an invalid URL, it will not work for listing the revisions. I think the correct URL in your case is: file:qao/MavenRepository . Did you try this out? Maarten -

Re: ANT resource selector examples

2008-10-30 Thread Matt Benson
HTH, Matt --- Eric Wood <[EMAIL PROTECTED]> wrote: > Can somebody point me to some examples on how to use > resource selectors > on filelists? The manual page is a little terse and > I having a hard > time finding good examples. I trying to understand > how to use and > to s

ANT resource selector examples

2008-10-30 Thread Eric Wood
Can somebody point me to some examples on how to use resource selectors on filelists? The manual page is a little terse and I having a hard time finding good examples. I trying to understand how to use and to select non-existing files in the filelist. Thanks, Eric

Re: BUG : IVY can not handle revision sets in pom file

2008-10-30 Thread Alexandre Gacon
Hello, changing the root URL to file:// instead of file:\\ doesn't solve the problem. If I turn the iBiblio resolver into a filesystem resolver, the revision resolution works fine but I don't have the transitive dependencies. Alexandre On Wed, Oct 29, 2008 at 9:51 PM, Maarten Coene <[EMAIL PROTE

A problem in using schemavalidate ANT task

2008-10-30 Thread Prashant Neeraj
Hi, I am a bit stuck in using the schemavalidate task of Apache Ant 1.7. Problem Statement: - I am using the schemavalidate task This takes in the XSD file that's there in the local machine. My problem is that I don't have an XSD file but I have a JAR that has the XSD within it. So I

AW: clearer output for junit task

2008-10-30 Thread Knuplesch, Juergen
1.If you use the task junit-report, it will create HTML, tells all about which test had an error or a failure and on the page of each Test there is a link to stdout and stderr. I guess this is what you want??? 2.When I use the junit-task Í get the following output on my console: [junit] Testsui