RE: Sync removing cvs information in target directory

2005-08-18 Thread Mark Benussi
void setTargetDir(File dir) throws BuildException { super.setDir(dir); } } // END static class PreservedFiles > -Original Message- > From: Mark Benussi [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 18, 2005 7:08 AM > To: 'Ant Users List' > Sub

RE: Sync removing cvs information in target directory

2005-08-18 Thread Mark Benussi
. You'll also need to fiddle with the default excludes to make this work. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Mark Benussi" <[EMAIL PROTECTED]> wrote on 08/18/2005 06:44:03 AM: > Hi Guys, > &g

Sync removing cvs information in target directory

2005-08-18 Thread Mark Benussi
Hi Guys, Any ideas how I could use the sync task but not remove any directories in the target that are named CVS. Basically my CVS information is getting wiped and this is causing problems.

RE: Eclipse input task -inputhandler

2005-08-06 Thread Mark Benussi
kspace; I do vaguely recall something in the 3.1 plan to add prompting for external VMs, but I can't say for sure. JEC -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Mark Benussi" <[EMAIL PROTECTED]> 0

Eclipse input task -inputhandler

2005-08-05 Thread Mark Benussi
I know this may have been asked before but I just don't get the docs. How do I configure the -inputhandler to ensure the input task prompts me visually? I am using Eclipse 3.0 (Was using WSAD 5.0 but downgraded :-()

RE: Axis and JAX-RPC

2005-05-10 Thread Mark Benussi
The struts mailing list archive has discussed this in great length. The following may be of use but you should read the archive list. http://wiki.apache.org/struts/AjaxStruts -Original Message- From: Frank [mailto:[EMAIL PROTECTED] Sent: 10 May 2005 19:50 To: Ant Users List Subject: Axi

RE: AW: handy way to check if a dir is empty or not

2005-02-18 Thread Mark Benussi
Sorry wrong list! Original Message Follows From: [EMAIL PROTECTED] Reply-To: "Ant Users List" To: user@ant.apache.org Subject: AW: handy way to check if a dir is empty or not Date: Fri, 18 Feb 2005 15:34:58 +0100 no, that´s java code. but you can put that into a

RE: handy way to check if a dir is empty or not

2005-02-18 Thread Mark Benussi
if(file.isDirectory() && (file.list()).length == 0) { // Directory is empty } Original Message Follows From: "Michael Wang (IT)" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: handy way to check if a dir is empty or not Date: Fri, 18 Feb 2005 09:17:28 -0500

NoSuchMethodError: attempting to use jar task on Ant 1.6

2005-01-20 Thread Mark Benussi
Sorry if this has been done to death but I did search the mail lists and found nothing. I am using WSAD 5.1.1 and Ant 1.6. When attempting to use the jar task in my build script I get: BUILD FAILED: java.lang.NoSuchMethodError: org.apache.tools.zip.ZipOutputStream.(Ljava/io/File;)V This has been