RE: splitting a string

2005-10-10 Thread Lasher, James L
Thanks. This did the trick. -Original Message- From: Jeffrey E Care [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 6:09 PM To: Ant Users List Subject: Re: splitting a string I think AntContrib's task could do this. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release

Re: splitting a string

2005-10-10 Thread Jeffrey E Care
I think AntContrib's task could do this. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Lasher, James L" <[EMAIL PROTECTED]> 10/10/2005 07:43 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject splitti

splitting a string

2005-10-10 Thread Lasher, James L
Hello all, I'm hoping someone here could help me with an idea on how to take a property and "split" it into two (additional) properties. My specific situation is that I have a property that has a value of [0-9][0-9].[0-9][0-9].[0-9][0-9][0-9]. I would like to split this so that I end up with one

RE: seemless integration of custom tasks?

2005-10-10 Thread Stephen McConnell
> -Original Message- > From: Andrew Ferguson [mailto:[EMAIL PROTECTED] > Sent: Monday, 26 September 2005 8:58 PM > To: user@ant.apache.org > Subject: seemless integration of custom tasks? > > hi, > > does anyone know if its possible to write ant tasks in a jar > file with some conf

Re: Typo in documentation for Waitfor task

2005-10-10 Thread Matt Benson
--- Gisbert Amm <[EMAIL PROTECTED]> wrote: > The last example on > > http://ant.apache.org/manual/CoreTasks/waitfor.html > > starts as follows > > > > where it should be > > > Fixed in SVN, thanks! > > I'd like to fix such typos in the source of the docs

Used/needed tasks

2005-10-10 Thread Thomas Matthijs
Hello, I'm trying to find a way to list all tasks a specific build.xml uses. Through a listener you can easily find the ones that get run. But i'd like to know all of them that the build file could possibly run. Been digging throught the code, but it's cofusing me. Does anyone know a good place

Typo in documentation for Waitfor task

2005-10-10 Thread Gisbert Amm
The last example on http://ant.apache.org/manual/CoreTasks/waitfor.html starts as follows where it should be I'd like to fix such typos in the source of the docs myself if possible. It would take less time than writing mails like this and having another

Re: seemless integration of custom tasks?

2005-10-10 Thread Dominique Devienne
> Without modifying the "core" ANT distribution this is not possible... Well, it is possible to use a task/type without a taskdef if you package your tasks/types as an antlib and use XML namespaces in the buildfile, with the Magic antlib:package-to-antlib-xml-file namespaces. It's not in the stri

Re: "In-file property expansion" with filtersfile

2005-10-10 Thread Dominique Devienne
> The token in myant.bat are (almost) well interpreted. Almost because, > in the property file ${properties.file.wanted} I have several > properties definied like that: > home.dir=/home > ANT_HOME=${home.dir}/ant > > And finally in my 2nd myant.bat, @ANT_HOME@ is replaced by > ${home.dir}/ant and n

RE: AW: Problem updating application.xml

2005-10-10 Thread Charl Gerber
The application.xml's is created before the archive's version, but modified after it. So that shouldn't be the problem. I had that base covered. Lucily so, as we build from file in a source control system, so touching ain't that easy. You have to checkout, touch, checking/undo checkout --- K

"In-file property expansion" with filtersfile

2005-10-10 Thread Nicolas Griso
Hello, In my build.xml, during a copy, the task filterset doesn't work well (or as I expected it). Here's some code: The token in myant.bat are (almost) well interpreted. Almost because, in the property file ${properties.file.wanted} I have several properties