Re: How to get each file's name in a fileset?

2005-12-12 Thread Ding Shukai
> > Thank you all for introducing ant-Contrib to me. It's very convenient > and does work well. Thanks. >

RE: How to get each file's name in a fileset?

2005-12-12 Thread Allwicher, Klaus
Use task from ANT contrib: SHOULD work (not tested, maybe you have to change the delimiter to a comma for the construction of the ports-property) Klaus > -Original Message- > From: Ding Shukai [mailto:[EMAIL PROTECTED] > Sent: 12 December, 2005 10:14 > To: Ant Users List

AW: How to detect missing jars in a ?

2005-12-12 Thread Jan.Materne
I think enhancing [1] would be good idea: <*resource/> is a resource collection [2]. It combines multiple possibilities * need exactly 3 of the specified resources * need 3 or more resources * need 4 or less resources * nedd all resources - which is the default

Re: How to detect missing jars in a ?

2005-12-12 Thread Bertrand Delacretaz
Le 12 déc. 05, à 11:57, Steve Loughran a écrit : ...Sounds to me like you've just added a new condition to Ant, Monsieur Delacretaz, called something like , which verifies that every element in a path is present, logs at -verbose level if one is missing (and perhaps sets a property to a file

Re: AW: p4 submit problems

2005-12-12 Thread lists
Great, thanks. Jacques - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to detect missing jars in a ?

2005-12-12 Thread Steve Loughran
Bertrand Delacretaz wrote: Hi, I'd like a construct like to fail if missing.jar is not available. Is there a way without using a separate element (which means having the missing.jar name in two places, unless I'm missing something)? Making the Path class configurable to cause an

AW: How to detect missing jars in a ?

2005-12-12 Thread Jan.Materne
Quick hack: Jan >-Ursprüngliche Nachricht- >Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 12. Dezember 2005 10:20 >An: user@ant.apache.org >Betreff: How to detect missing jars i

AW: How to get each file's name in a fileset?

2005-12-12 Thread Jan.Materne
AntContribs ... I dont know what you want to do with these numbers... >-Ursprüngliche Nachricht- >Von: Ding Shukai [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 12. Dezember 2005 10:14 >An: Ant Users List >Betreff: Re: How to get each file's name in a fileset? > >great. It works well . >

How to detect missing jars in a ?

2005-12-12 Thread Bertrand Delacretaz
Hi, I'd like a construct like to fail if missing.jar is not available. Is there a way without using a separate element (which means having the missing.jar name in two places, unless I'm missing something)? Making the Path class configurable to cause an error instead of logging th

Re: How to get each file's name in a fileset?

2005-12-12 Thread Ding Shukai
great. It works well . but I still have a question: how to use the property ${ports} ? The buildfile gets a property containing ports separated by line.separator, but I still do not know how to retrieve each port name from the ${ports}. bow~ 2005/12/12, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > >