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
. 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
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.
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
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 :-()
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
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
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
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