Re: How to set a property based on a mapper result of another property

2006-04-20 Thread Antoine Levy-Lambert
Hello Andrew, I think that ant-contrib ( a related project which can be used as an extension of ant) has good tasks for that. Regards, Antoine Andrew Goodnough wrote: > I've got a property with the value > "http://subversion/svn/ccap/BBE/branches/02_4X/BBEApp";. This > property will change bas

How to set a property based on a mapper result of another property

2006-04-20 Thread Andrew Goodnough
I've got a property with the value "http://subversion/svn/ccap/BBE/branches/02_4X/BBEApp";. This property will change based on context. I want to create a new property from this other property that contains the value "02_4X". I'm looking for a feature in the task that can accept a (like the t

Re: SystemClassLoader fails to load inside my own ant task

2006-04-20 Thread Robert Clark
On Thursday April 20, 2006 13:23, "Peter Reilly" <[EMAIL PROTECTED]> wrote: > Using CLASSPATH will not work as the > ant bash and cmd script messes around with > the CLASSPATH, the classpath given > to java for ant is "LOCALCLASSPATH" which > is set by the script. Of course, my mistake. Peter is

Re: SystemClassLoader fails to load inside my own ant task

2006-04-20 Thread Peter Reilly
Using CLASSPATH will not work as the ant bash and cmd script messes around with the CLASSPATH, the classpath given to java for ant is "LOCALCLASSPATH" which is set by the script. Peter On 4/20/06, Robert Clark <[EMAIL PROTECTED]> wrote: > > On Tuesday April 18, 2006 17:20, Marcel Ruff > <[EMAIL

X10 Task

2006-04-20 Thread Roman Gavrilov
What's the task for controlling X10 devices (via Fire Cracker)? Regards, Roman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SystemClassLoader fails to load inside my own ant task

2006-04-20 Thread Robert Clark
On Tuesday April 18, 2006 17:20, Marcel Ruff <[EMAIL PROTECTED]> wrote: > ... > > The java.util.logging.LogManager.java uses following code: > > Class clz = ClassLoader.getSystemClassLoader().loadClass(word); > > It seems the system class loader does not find my XbNotifyHandler > class even that

RE: Extend lib-path

2006-04-20 Thread RĂ©mon van Gijn
Hi We use the below approach, using that comes with the cenquatasks-1.3.8.jar. It fixed it for me while I had exactly your problem. Define your own lib.dir for this.

RE: Extend lib-path

2006-04-20 Thread Roman Gavrilov
RG>I have a task that depend on a .jar. Is there a way to point RG>the ant to the .jar in question from within build file? I.e. RG>kind of set -lib from the script? Jan> Providing that inside the classpath of ? Doesn't work, it complains that it "could not create task junit!", but if I run ant

Re: error while using project helper

2006-04-20 Thread Petar Tahchiev
On 20/04/06, shree vinayakh <[EMAIL PROTECTED]> wrote: > hi, > > Im able to view the generated ANT file. Also that im able to execute the ant > file using eclipse or from command line. but executing it from my java > program is the only problem. > > contents of the xml ant file > > > > > > >