Re: -projecthelp option odd error

2007-05-10 Thread Jesuschrist Superstar
Thanks a lot. I think the problem is that i am running Ant from Eclipse IDE and not in a stand-alone distribution. I installed the same version you have and everything works fine. You're right about the simbols i used in my descriptions, thanks for the advice. Regards On 5/9/07, Bill Rich <[EM

single container for both and ?

2007-05-10 Thread Jay Dickon Glanville
Hello all, I need help. In my build script, I have a path of libraries that I need to use in multiple situations. These situations include: a) to be used within a -like construct, like b) to be used within a construct, to allow for c) the need to be nest-able. Now, I'm currently restrained

Re: The AntClassLoader created in one JUnitTask can not be used in another.

2007-05-10 Thread Steve Loughran
Xu Xin wrote: Hello everyone, I had a problem with JUnitTask, I have a couple of xml files where I also have a lot of targets which contain tasks, originally I used the Apache Ant's JUnitTask, but unfortunately the test run had performance issue, that was caused by each has its own classloade

Re: while-like structure in Ant

2007-05-10 Thread Steve Loughran
Emir Mahmut BAHSI wrote: Hi all, I have been working on conditional structures and loop structures on existing workflow managers for a long time. For this purpose I have implemented two simple examples for if-type and switch-type cases (examples are attached). In these examples my program is s

Re: Fwd: AW: Re: Re: Settting environment variables

2007-05-10 Thread Steve Loughran
query wrote: I am having Windows2000 in my system. Here path and include env variables are identified as "Path" and "include". Only if I try with Path and include, ANT will echo the original path. If I use PATH, log file displays Property "env.PATH" has not been set [echo] PATH is set to

RE: while-like structure in Ant

2007-05-10 Thread Rebhan, Gilbert
-Original Message- From: Xavier Hanin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:17 AM To: Ant Users List Subject: Re: while-like structure in Ant On 5/10/07, Emir Mahmut BAHSI <[EMAIL PROTECTED]> wrote: > > Hi all, > I have been working on conditional structures and loop

Re: while-like structure in Ant

2007-05-10 Thread Emir Mahmut BAHSI
Actually I have implemented if and switch scenerios by using ant-contrib project. However I could not use their loop structure for my purpose. scriptdef seems a good option. I will try it. Thank you very much. I am open to any other suggestions also. Apreciated. Emir M Bahsi Xavier Hanin <[EMAI

Fwd: AW: Re: Re: Settting environment variables

2007-05-10 Thread query
  I am having Windows2000 in my system. Here path and include env variables are identified as "Path" and "include". Only if I try with Path and include, ANT will echo the original path. If I use PATH, log file displays Property "env.PATH" has not been set [echo] PATH is set to = ${env.PATH}

Re: while-like structure in Ant

2007-05-10 Thread Kevin Jackson
Hi, Can u suggest me anything to implement that example. Any help is appreciated. Ant-contrib[1] has most of the imperative language features for ant (if/else etc) Kev [1] http://ant-contrib.sourceforge.net/tasks/tasks/index.html --

Re: while-like structure in Ant

2007-05-10 Thread Xavier Hanin
On 5/10/07, Emir Mahmut BAHSI <[EMAIL PROTECTED]> wrote: Hi all, I have been working on conditional structures and loop structures on existing workflow managers for a long time. For this purpose I have implemented two simple examples for if-type and switch-type cases (examples are attached). In