[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ajug-members]: running ant within wsad



If you are going to use the cvs tag in your ant scripts then you'll need to include via cygwin the cvs.exe and make it available on your path.
 
Under cygwin, development, is the cvs and cvsip exes.
 
dw
----- Original Message -----
Sent: Thursday, April 22, 2004 10:54 AM
Subject: RE: [ajug-members]: running ant within wsad

The ant version WASD is using has an ant.dtd in that it is validating against. That ant.dtd does not have your tag in it. This is my guess.
 
Nicholas Frank


From: dave wible [mailto:davewible@hotmail.com]
Sent: Thursday, April 22, 2004 9:20 AM
To: ajug-members@ajug.org
Subject: [ajug-members]: running ant within wsad

good morning. 
 
I am not familiar with this particular functionality within Ant.  I'm using the ant plugin in WSAD 5.0.1.  I have not modified the default Ant version that comes with WSAD 5. 
 
I'm trying to run a build from another domain.  I have an entry in my host file for the cvs server box and can make the connection and pull in the HEAD. 
 
I have an error that states that the ant cvs tag (in WSAD) doesn't support the cvsrsh tag.

The <cvs> task doesn't support the "cvsrsh" attribute.

Any guesses would be appreciated.

dw