RE: Ant should have an ext directory

2005-01-03 Thread North Alex
Hi An alternative we have used is to put ANT itself into a ClearCase VOB. We have one common vob named "devtools" that, among other things, contains ANT and all of the common scripts, 3rd party libraries, etc. This means our developers don't have ANT installed on their own machine (all do have a 1

RE: Ant should have an ext directory

2005-01-03 Thread Conelly, Luis (GE Energy, Non GE, GENE)
Why don't just use the -lib switch[1] and leave all as is? You can modify the ant script (either ant.bat or ant.sh) to make part of the ant command the lib switch. Then, you can distribute this modified version to your department. Just my 2 cents. Regards -Luis [1] http://ant.apache.org/manual/r

Re: Ant should have an ext directory

2005-01-03 Thread Robert r. Sanders
Yeah, but I don't think this is what the question was about. It would be nice to have a place to put the (global) ant extensions you are using to keep them separate from the main/default ant libraries to help with file management, etc... The best I can think of: Create an ext directory in a

WAS5.1 and wsadmin issue

2005-01-03 Thread Steve S.
I am trying to update our build file as we have just upgraded to WAS5.1 to use the wasdmin task. Unfortunately, I get the following relevant snippet when trying to stop the server: [wsadmin] at java.lang.reflect.Method.invoke(Method.java:324) [wsadmin] at com.ibm.ws.bootstrap.WSLaunc

xmlproperty task problem

2005-01-03 Thread Yiling Lu
I am trying to use this xml file to configure my java dev script: Ant script I am using: ..

RE: SQL task and the delimiter and 1.6.2.

2005-01-03 Thread Anderson, Rob (Global Trade)
Don't worry about it. Everyone makes mistakes. Glad to hear you have it working now. -Rob Anderson > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Monday, January 03, 2005 6:11 AM > To: user@ant.apache.org > Subject: Re: SQL task and the

Setting up a usergroup..

2005-01-03 Thread AjayaSahoo
Hi, This mayn't be the correct forum for asking this question. Sorry for that. We need to set up a intranet usegroups for different projects where developers can post their message. Also there should be someway of searching the newsgroup for already posted messages so that one needn't repea

Re: Ant should have an ext directory

2005-01-03 Thread galenboyerdev
"Dick, Brian E." <[EMAIL PROTECTED]> writes: > Understood, but I want to create a department-wide ant distribution that > is augmented with common extension libraries. None of the options you > list make this particularly clean and easy to manage. You may want to look into Maven for this

RE: Ant should have an ext directory

2005-01-03 Thread Dick, Brian E.
Oh, I can come up with all kinds of way to get the job done, but none them beat having an ext directory. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 1:19 PM To: Ant Users List Subject: RE: Ant should have an ext directory On Mon, 3 J

RE: Ant should have an ext directory

2005-01-03 Thread Martin Cooper
On Mon, 3 Jan 2005, Dick, Brian E. wrote: Understood, but I want to create a department-wide ant distribution that is augmented with common extension libraries. None of the options you list make this particularly clean and easy to manage. You could use Ant to set it up. ;-) In other words, after p

Re: cvs with ant

2005-01-03 Thread Ivan Ivanov
--- [EMAIL PROTECTED] wrote: > I believe the cvs login command accepts a password > on the command line? Yes, cvs login when issued from command line does prompt for a password. > > I would also bet that eclipse works well with ant > "input" task. Well, I tried Ant task from Eclipse 3.0 a mo

RE: Ant should have an ext directory

2005-01-03 Thread Dick, Brian E.
Understood, but I want to create a department-wide ant distribution that is augmented with common extension libraries. None of the options you list make this particularly clean and easy to manage. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 200

Re: Ant should have an ext directory

2005-01-03 Thread Ivan Ivanov
Dick, --- "Dick, Brian E." <[EMAIL PROTECTED]> wrote: > Does anyone else get an icky feeling when copying > extension libraries > into the lib directory? Isn't that why the java > runtime added the ext > directory? Ant 1.6 or higher hunts for its jars on three places: ${ant.home}/lib, ${user.home

Ant should have an ext directory

2005-01-03 Thread Dick, Brian E.
Does anyone else get an icky feeling when copying extension libraries into the lib directory? Isn't that why the java runtime added the ext directory? Later, BEDick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: cvs with ant

2005-01-03 Thread galenboyerdev
[EMAIL PROTECTED] writes: > Nicolas OLLIVIER <[EMAIL PROTECTED]> writes: > > > Hi Galen, > > > > If I execute the cvs command under dos window, it's OK: > > "cvs -d :pserver:olliviern:[EMAIL PROTECTED]:/extra/cvs/RAPTOR > > login" > > (where passwd is replaced wit

Re: cvs with ant

2005-01-03 Thread galenboyerdev
Nicolas OLLIVIER <[EMAIL PROTECTED]> writes: > Hi Galen, > > If I execute the cvs command under dos window, it's OK: > "cvs -d :pserver:olliviern:[EMAIL PROTECTED]:/extra/cvs/RAPTOR > login" > (where passwd is replaced with my real password) > => Logging in to > :pserver:[EMAIL

RE: cvs with ant

2005-01-03 Thread Nicolas OLLIVIER
Hi Galen, If I execute the cvs command under dos window, it's OK: "cvs -d :pserver:olliviern:[EMAIL PROTECTED]:/extra/cvs/RAPTOR login" (where passwd is replaced with my real password) => Logging in to :pserver:[EMAIL PROTECTED]:2401/extra/cvs/RAPTOR But the same under ant/eclipse always reply "

Re: SQL task and the delimiter and 1.6.2.

2005-01-03 Thread galenboyerdev
"Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> writes: > Send the relevant portion of your build.xml. BLUSH, Thank you for the suggestion. In gathering up the relevant pieces of my build.xml I happened upon my error. I'm profusely sorry to the group for having a locally unidentified bug

Re: Weird behaviour from import in Ant 1.6.2

2005-01-03 Thread galenboyerdev
"Rhino" <[EMAIL PROTECTED]> writes: > Just to follow up on this question, I've now managed to make my imports work > by removing ${ant.home} and replacing it with the actual value of ant.home. Well, there ya go for my previous post. > This is my revised build.xml: > >

Re: Weird behaviour from import in Ant 1.6.2

2005-01-03 Thread galenboyerdev
"Rhino" <[EMAIL PROTECTED]> writes: > I am getting some weird behaviour from Ant 1.6.2 in Eclipse 3.0.1. > > A while ago, I created a couple of simple imported tasks to do some basic > work for me. My plan was to import these tasks into each Ant script that I > write. Initiall

Re: Compiling against a shared code area

2005-01-03 Thread Poonam
Hi, I want build certain C,C++ file using a build environment. How do I specify this build environment? I tried it using a .cmd file, as follows- cmd.exe /k D:\WINDDK\3790~1.124\bin\setenv.bat D:\WINDDK\3790~1.124 chk WXP cd d:\kmdf_vss\DDiTest\Drivers build -cZg But the problem is the first com

Re: Compiling against a shared code area

2005-01-03 Thread galenboyerdev
"McIntosh, Stephen" <[EMAIL PROTECTED]> writes: > Hello. I'm not quite a newbie user of Ant, but I'm not an expert either. > I'm hoping there's a solution to my problem: > > I would like to have Ant compile a set of java files against two separate > source directories, one "l

Re: cvs with ant

2005-01-03 Thread galenboyerdev
Nicolas OLLIVIER <[EMAIL PROTECTED]> writes: > Hi antoine, > > Starting the task cvs_test under eclipse 3.0.0 on windows XP (team plugin > installed) > > > command="login" > output="output.txt" > error="error.txt" > /> > > > I g

Re: cvs with ant

2005-01-03 Thread Nicolas OLLIVIER
yes - Original Message - From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> To: Sent: Monday, January 03, 2005 10:36 AM Subject: Re: cvs with ant Hello Nicholas, did you restart Eclipse after having changed your Path ? Cheers, Antoine > Hi antoine, > > Starting the task cvs_test unde

Re: cvs with ant

2005-01-03 Thread Antoine Levy-Lambert
Hello Nicholas, did you restart Eclipse after having changed your Path ? Cheers, Antoine > Hi antoine, > > Starting the task cvs_test under eclipse 3.0.0 on windows XP (team plugin > installed) > > > command="login" > output="output.txt" >

Re: cvs with ant

2005-01-03 Thread Nicolas OLLIVIER
Hi antoine, Starting the task cvs_test under eclipse 3.0.0 on windows XP (team plugin installed) I get the following error: [cvs] Caught exception: CreateProcess: cvs -d :pserver:[EMAIL PROTECTED]:/extra/cvs/RAPTOR login error=2 Do you know why I got this exception ? Note: A