Re: replacing files in war/jar/zip file

2003-09-11 Thread David Kafrissen
If I understand the problem I am having a similar problem. When I create a jar file from the command line I use the -c option to JAR which always creates a new archive. However, the jar task in ANT does not update the files for me in the JAR file if the JAR file already exists no matter what I do

ant script problem

2003-09-11 Thread Shailesh Sharma
Hi, Iam trying to use a utility called "wlserver" to start/stop the wls servers. and i have an ANT task to do it. But after starting the server, my instance dies.I have attached the exceptions here: --- C:\bea8.1\user_projects\mydomain>ant Buildfile: build.xml start-server:

Getting rid of out.write("\r\n") when using task

2003-09-11 Thread Robert Priest
Hello, When I compile my jsps using the task, it always puts: out.write("\r\n"); out.write("\r\n"); at the beginning of my _jspService method. I would like to get rid of these. Can anyone tell me how? I don't think the "mapped" attribute of the task does that. Thanks in advance. -

RE: Incremental builds with VSS

2003-09-11 Thread Faist, Jeff
I don't know why a full build is happening for you because if you do a get of a previously populated tree it will only get the changed files and will set the date/time stamp to whatever the vssget function is coded to do.( modified, checked in, current ) If you remove the get feature from the buil

RE: Incremental builds with VSS

2003-09-11 Thread Ciramella, EJ
the VSS task also doesn't preserve the modified date. Try something like this: -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:50 PM To: 'Ant Users List' Subject: RE: Incremental builds with VSS use the e

RE: Incremental builds with VSS

2003-09-11 Thread Ciramella, EJ
use the exec task and call ss.exe directly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Incremental builds with VSS My build file gets the files from VSS (Visual Source Safe) to a local dire

Incremental builds with VSS

2003-09-11 Thread Suzanne . Dorman
My build file gets the files from VSS (Visual Source Safe) to a local directory, compiles the contents of the local directory, and then creates the jars. It does a vssget every time it executes, which then forces a full compile. Is there a way for it to only get files from VSS that are new since t

RE: Problem with FTP task

2003-09-11 Thread Rob van Oostrum
you should download NetComponents instead (from http://www.savarese.org/oro/downloads/index.html#NetComponents) -Original Message- From: gglefoncede gglefoncede [mailto:[EMAIL PROTECTED] Sent: September 11, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: RE: Problem with FTP task i downloa

RE: Problem with FTP task

2003-09-11 Thread gglefoncede gglefoncede
i downloaded binaries From: "Rob van Oostrum" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Subject: RE: Problem with FTP task Date: Thu, 11 Sep 2003 12:33:02 -0400 did you build Ant from source or did you download binaries? -Origi

RE: Problem with FTP task

2003-09-11 Thread Rob van Oostrum
did you build Ant from source or did you download binaries? -Original Message- From: gglefoncede gglefoncede [mailto:[EMAIL PROTECTED] Sent: September 11, 2003 12:14 PM To: [EMAIL PROTECTED] Subject: Problem with FTP task Hello all I'm trying to use ftp task in my build.xml (Ant 1.5.4).