Re: ant problem

2011-02-18 Thread Stefan Bodewig
On 2011-02-18, shaffic wrote: > Thanks can u tel me how i can use the if condition in my ant. > I am callin one ant2 script from another ant1 script,while calling ant2 i > don want to run all the targets.but when i run the ant2 alone it should run > all the targets. You use unless on all targets

ant problem

2011-02-18 Thread shaffic
context: http://ant.1045680.n5.nabble.com/ant-problem-tp3391003p3391003.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail

Re: ANT problem

2006-07-27 Thread Tommy Nordgren
Jul 27, 2006 kl. 10:14 PM skrev Wojciech Zalecki: Hi all I'm using single ANT script to compile many .net projects. One of the projects in my build requires compilation under framework 2.0 (the rest is 1.1). I want to change my script so that in particular moment , before calling csc task to c

ANT problem

2006-07-27 Thread Wojciech Zalecki
Hi all I'm using single ANT script to compile many .net projects. One of the projects in my build requires compilation under framework 2.0 (the rest is 1.1). I want to change my script so that in particular moment , before calling csc task to compile 2.0 project , env var PATH is set by running p

RE: Really New to Ant - problem w/ set up.

2005-09-26 Thread Arthur Klimowicz
Thanks Ron. Finally got to working this out today and your help was right on. Arthur -Original Message- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 12:28 PM To: Ant Users List Subject: Re: Really New to Ant - problem w/ set up. The actual location of

Re: Really New to Ant - problem w/ set up.

2005-09-24 Thread Ron Wheeler
a run-time. Not a big problem (just a big download.) Ron Arthur Klimowicz wrote: Yes, but it points to C:\Sun\AppServer\jdk -Original Message- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 11:21 AM To: Ant Users List Subject: Re: Really New to Ant - prob

RE: Really New to Ant - problem w/ set up.

2005-09-24 Thread Arthur Klimowicz
ssage- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 11:21 AM To: Ant Users List Subject: Re: Really New to Ant - problem w/ set up. Did you download the java SDK from ww.java.sun.com? JAVA_HOME needs to point to the java SDK which will likely be installed under

RE: Really New to Ant - problem w/ set up.

2005-09-24 Thread Arthur Klimowicz
Yes, but it points to C:\Sun\AppServer\jdk -Original Message- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 11:21 AM To: Ant Users List Subject: Re: Really New to Ant - problem w/ set up. Did you download the java SDK from ww.java.sun.com? JAVA_HOME

Re: Really New to Ant - problem w/ set up.

2005-09-24 Thread Ron Wheeler
Did you download the java SDK from ww.java.sun.com? JAVA_HOME needs to point to the java SDK which will likely be installed under \Program Files\Java\jdk1.5.0_04. Ron Arthur Klimowicz wrote: I need Ant to work with a product called, "Thinkmap SDK". Thinkmap works ok. It also has Ant in its

Really New to Ant - problem w/ set up.

2005-09-24 Thread Arthur Klimowicz
I need Ant to work with a product called, "Thinkmap SDK". Thinkmap works ok. It also has Ant in its SDK, but it is not installed. I am using Windows XP pro. I set ANT_HOME: C:\PROGRA~1\THINKM~1.5ST\PACKAGER\APACHE~1.1\BIN> (DOS for C:\Program Files\Thinkmap SDK 2.5 Standard Edition\packager\

Re: starteam and ant: problem with stcheckout

2005-08-19 Thread Krist van Besien
On 8/18/05, Burgess, Benjamin <[EMAIL PROTECTED]> wrote: > The "-vl" means that this is a version label, not a view label. It is > handled differently in the checkout task's code. Try replacing the > first 4 attributes of the task with this instead: > URL="myserver:5558/myproject/myview" just to

RE: starteam and ant: problem with stcheckout

2005-08-18 Thread Burgess, Benjamin
i?id=35852 Ben -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 8:01 AM To: Ant Users List Subject: starteam and ant: problem with stcheckout Anybody using starteam? I have a problem: When I checkout files using this command: stc

starteam and ant: problem with stcheckout

2005-08-18 Thread Krist van Besien
Anybody using starteam? I have a problem: When I checkout files using this command: stcmd co -p user:[EMAIL PROTECTED]:5558/myproject/myview/mydir -is -vl "mylabel" -o -eol on -fp checkout/mydir a number of files get checked out. When I use the following command in a build.xml file: No fi