Re: hang up even inputstring=""

2009-05-13 Thread coonay
ram do? Why do you specify a > blank input string? If there is no need for an input string, why not > simply leave out that attribute to the task? > > On Mon, May 11, 2009 at 2:54 AM, coonay wrote: >> >> do you know there is a fix to thist problem? >> or do u honw if

Re: hang up even inputstring=""

2009-05-13 Thread coonay
does the "radia.bat" program do? Why do you specify a > blank input string? If there is no need for an input string, why not > simply leave out that attribute to the task? > > On Mon, May 11, 2009 at 2:54 AM, coonay wrote: >> >> do you know there is a fix to

Re: hang up even inputstring=""

2009-05-10 Thread coonay
r problems with Perl scripts running under Ant > on Windows systems. What works for Unix/Linux simply doesn't work the > same way on Windows. > > > On Fri, May 8, 2009 at 5:41 AM, coonay wrote: >&g

Re: hang up even inputstring=""

2009-05-08 Thread coonay
D:\workspace\ClientAutomation>java -version java version "1.6.0_10" Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing) D:\workspace\ClientAutomation>ant -version Apache Ant version 1.7.1 compiled on June 27 20

Re: AW: core Task 'exec' start Invalid switch - /B

2009-05-08 Thread coonay
i don't want start to create a new widnows,so i use the /B switch coonay wrote: > > without "/B" swith,start will create a new window , > > > > Jan.Materne wrote: >> >> Is "start" really an executable? Maybe it is only a shell command

Re: AW: core Task 'exec' start Invalid switch - /B

2009-05-08 Thread coonay
done via shell options (1>, 2>, >&1, > ...). You have to use nested s. > > > Jan > >>-Ursprüngliche Nachricht- >>Von: coonay [mailto:coo...@yahoo.com] >>Gesendet: Freitag, 8. Mai 2009 07:4

hang up even inputstring=""

2009-05-08 Thread coonay
the ant will be hang up even the inputstring="" and timeouted - http://coonay2010expo.blogspot.com/ http:coonay -- View this message in context: http://www.

Re: AW: AW: Comparison length for processing as a condition

2009-05-08 Thread coonay
> HOST: ${HOST} > isValid : ${isValidHost} > > > > > > HOST: ${HOST} > isValid : ${isValidHost} > > > > >>-Ursprüngliche Nachricht- >>Von: coonay [mailto:coo...@yahoo.com] >>Gesendet: Freitag, 8. Mai 2009 07:36 >>An:

Re: AW: core Task 'exec' start Invalid switch - /B

2009-05-08 Thread coonay
nd. Then > you have to execute the shell itself (cmd.exe, sh, ...). > > Redirecting the output in Ant is not done via shell options (1>, 2>, >&1, > ...). You have to use nested s. > > > Jan > >>-Ursprüngliche Nachricht- >>Von:

core Task 'exec' start Invalid switch - /B

2009-05-07 Thread coonay
/B is a valid switch for start ,but there is error using ant exec task,why is that ? BTW ,I want to redictor the inf

Re: AW: Comparison length for processing as a condition

2009-05-07 Thread coonay
the answer is that isValidHost is not set iflen of ${HOST} is not gt >100. i suppose ant should set it to false,but it doesn't Jan.Materne wrote: > > Where do you set ${HOST}? > Have you checked its value? > > Jan > >>-Ursprüngli

Comparison length for processing as a condition

2009-05-07 Thread coonay
i want to test if a string is longer than a number,in the build.xml file: isValidHost is always not set when the ant runing,what's the problem ? is there any other way i can get it done?thanks so much -- View this message in context: http://www.nabble.com/Comparison-length-fo