How to replace substring into property and get result into another property ?

2006-08-29 Thread Willy Reinhardt
Hi, I get a property value as : lib/iaik/iaik_jce.jar,lib/iaik/iaikPkcs11Provider.jar and would replace character "," by ";" or ":" is a ant task can do that ? Thanks Willy

Re: How to create a classpath dynamicaly

2006-08-14 Thread Willy Reinhardt
ote: just define a normal classpath on this directory after you moved your stuff there. or you want todo this during the runtime of your programm? /gert On 8/14/06, Willy Reinhardt <[EMAIL PROTECTED]> wrote: > Hi, > I have an ant task which create and copy jar files into a structure of &g

How to create a classpath dynamicaly

2006-08-14 Thread Willy Reinhardt
Hi, I have an ant task which create and copy jar files into a structure of directories. Next to this task I would create dynamically a property which is the classpath use as token for the script to start the application. Use like: java -cp @unix-classpath@ -jar org.toto.Main Is an ant task hel