Re: How to suppress output?

2004-03-17 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Matt, > > Thanks for your info. I am only curious at this > point how to stop the > with the parameters documented. I think it will be > great if we can suppress > output selectively. > Come to think of it, has an "os" attribute you could utilize as well, but i

Re: How to suppress output?

2004-03-17 Thread barry
Matt, Thanks for your info. I am only curious at this point how to stop the with the parameters documented. I think it will be great if we can suppress output selectively. I will use the instead. B. > The "Execute failed" message comes from Ant. Why > execute cp if you can verify its (non

Re: How to suppress output?

2004-03-17 Thread Matt Benson
The "Execute failed" message comes from Ant. Why execute cp if you can verify its (non)existence as I showed you before with ? -Matt --- [EMAIL PROTECTED] wrote: > > Thank you for the details :) > > But I must be doing something wrong... > > I do failifexecutionfails="false" > errorproperty

Re: How to suppress output?

2004-03-17 Thread barry
Thank you for the details :) But I must be doing something wrong... I do Knowingly that it is an window box. It is still giving me "Execute failed" message. Any ideas? B. > > > - To unsubscribe, e-mail: [EMAIL P

Re: How to suppress output?

2004-03-17 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Matt, > > I dont think output="${null.device}" works for me. > Any reasons? Do i need to > set something in order to use it? You've got to do some OS conditional stuff: -Matt __ Do you Yahoo!? Yahoo! Mail

Re: Running for multiple files

2004-03-17 Thread Guru Balse
An approach like this would work (you need ant contrib for this): ${this-file} Bernd Jürgens wrote: > > Hi, > > I need a way to run a for multiple files, since idlj can't > process wildcards. I have some 30 idl files wh

Re: Running for multiple files

2004-03-17 Thread Matt Benson
See the task. -Matt --- Bernd_Jürgens <[EMAIL PROTECTED]> wrote: > Hi, > > I need a way to run a for multiple files, > since idlj can't > process wildcards. I have some 30 idl files which I > would like to > include in a build.xml. So my question is: How do I > put in here: > > >Generati

Re: How to suppress output?

2004-03-17 Thread barry
Matt, I dont think output="${null.device}" works for me. Any reasons? Do i need to set something in order to use it? Thanks B. > This is more to the point than calling cp > indiscriminately. However, to answer your original > question, using 's outputproperty attribute > should suppress the o

Re: How to suppress output?

2004-03-17 Thread barry
The command that i am using is Please advice. B. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 9:55 AM Subject: How to suppress output? > All, > > How can i make it totally quiet with the output coming out from ? If i > am

RE: Basic setup question

2004-03-17 Thread Chappell, Simon P
Excellent. This is good. It keeps us all on our toes! :-) Side-note: This is not the first time that I have heard of such a thing with some projects (no names, to protect the guilty :-). Is there some way that a verification script could be created that would verify that everything that needed t

Re: Basic setup question

2004-03-17 Thread Guru Balse
I suspect ANT works in mysterious ways on NT/XP. Look at my screen dump below: - C:\my_data\ant_learn>set | grep ANT C:\my_data\ant_learn>which ant /cygdrive/c/my_data/apache-ant-1.6.0/bin/ant C:\my_data\ant_learn>ant -f test.xml Buildfile:

RE: Basic setup question

2004-03-17 Thread Chappell, Simon P
Does it help if I say that 1.6.1 works just fine on my iBook? :-) Have you considered trying an earlier version? I'd be tempted to try 1.5.1, that's what we run here and it's rock solid stable on W2K. Get that working and then upgrade to 1.6.1. Simon >-Original Message- >From: Dominiqu

How to suppress output?

2004-03-17 Thread barry
All, How can i make it totally quiet with the output coming out from ? If i am trying to exec "cp" in dos, then it will tell me "Execute failed: java.io. ..." How can i suppress the output? I have tried every parameters and still no use. Please enlight me. Barry --

RE: Basic setup question

2004-03-17 Thread Kenneth Litwak
Hi Rob. lib was EMPTY. I re-extraced apache-ant-1.6.1-bin.zip and the jar files showed up and ant works okay now. I've never seen anything like that before, and I've been unzipping files for years. Thanks for the help everyone. Duncan --

RE: Basic setup question

2004-03-17 Thread Anderson, Rob (Global Trade)
Perhaps try calling ant with the absolute path... C:\> c:\ant\bin\ant.bat -Rob Anderson > -Original Message- > From: Kenneth Litwak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 9:44 AM > To: [EMAIL PROTECTED] > Subject: RE: Basic setup question > > >I'm afraid that m

RE: Basic setup question

2004-03-17 Thread Dominique Devienne
> From: Kenneth Litwak [mailto:[EMAIL PROTECTED] > > C:\Documents and Settings>dir %ANT_HOME% > Directory of L:\ant > > I have version 1.6.1. Whoa, that's a stumper to me! Maybe heed Simon's advice, and try in another directory!?!? --DD

RE: Basic setup question

2004-03-17 Thread Kenneth Litwak
I'm afraid that moving the directory for ant to C and chanign the environment variables for that did nothing. Thaks. Duncan