Re: would like to post an external 3rd-party task

2010-07-13 Thread Nathan Dunn
I've updated the wiki: http://code.google.com/p/commonsconfiganttask/ Any feedback would be welcome. Nathan On Jul 10, 2010, at 5:45 PM, Martin Gainty wrote: > > I would typedef one of the classes to illustrate one of the main capabilities > e.g. ExportPropertiesTask > > call that typede

Re: Loading a list of filtered files

2010-07-13 Thread Nicolas Lalevée
On Tuesday 13 July 2010 17:38:57 Stefan Bodewig wrote: > On 2010-07-13, Nicolas Lalevée wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > Unfortunaltely I

Re: Loading a list of filtered files

2010-07-13 Thread Stefan Bodewig
On 2010-07-13, Nicolas Lalevée wrote: > > > > > > > > > > > > > Unfortunaltely I cannot apply a filterchain on a fileset. Any reason you can't move the filterchain

Re: Loading a list of filtered files

2010-07-13 Thread Matt Benson
On Jul 13, 2010, at 10:12 AM, Nicolas Lalevée wrote: > Since I discovered the "powerfullness" of resource and resource collection in > Ant, I have been able all sort of manipulation on files whithout to have > tempory files. Until. > > I would like to have in one ant property some infos extrac

Loading a list of filtered files

2010-07-13 Thread Nicolas Lalevée
Since I discovered the "powerfullness" of resource and resource collection in Ant, I have been able all sort of manipulation on files whithout to have tempory files. Until. I would like to have in one ant property some infos extracted from sevral ivy files. Basically I would want to write this:

Re: Strange "toString"-behaviour on string resources

2010-07-13 Thread Stefan Bodewig
On 2010-07-12, Hille wrote: > Thanks a lot for taking the time to answer. I filed the bug report > https://issues.apache.org/bugzilla/show_bug.cgi?id=49588 Thanks, fixed in svn by now. > being a bit unsure about whether to post Your additional info. Please > feel free to add any missing useful

Re: property passed via ant to build file not being set

2010-07-13 Thread Eric Fetzer
Ok, that answers it. Thanks! On Jul 13, 2010, at 6:09 AM, "John W. Lewis" wrote: I am not clear on what you want. Are you wanting the label to be build.1 or not? Cc by design sets a property called label. From http://cruisecontrol.sourceforge.net/main/configxml.html: The default label

Re: AW: property passed via ant to build file not being set

2010-07-13 Thread Eric Fetzer
No, the label is echo'd out just before the call as 2.13.0.5. I'm wondering if the variable ${label} is being used by cc already, and thus, I need to change the name or unset it before setting it... On Jul 13, 2010, at 2:10 AM, "Knuplesch, Juergen" wrote: Hello Eric, looks really strange!

RE: property passed via ant to build file not being set

2010-07-13 Thread John W. Lewis
I am not clear on what you want. Are you wanting the label to be build.1 or not? Cc by design sets a property called label. From http://cruisecontrol.sourceforge.net/main/configxml.html: The default label incrementer () uses the format string.number, providing the initial default label of b