Looking For Testers - Oracle LoadJava and DropJava Ant Optional Tasks

2002-11-11 Thread Nicholas
. //Nicholas = Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716 Work: (212) 622 5639 [EMAIL PROTECTED] __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 -- To unsubscribe, e-mail

Any One Using Ant To Build And Deploy WebSphere EJBs ?

2001-03-28 Thread Nicholas Whitehead
I'd try here first. //Nicholas = Nicholas Whitehead Home: (973) 377 9335 Cell: (973) 615 9646 [EMAIL PROTECTED] __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/?.refer=text

RE: Integrating Ant commands into IDE's

2001-02-20 Thread Nicholas Whitehead
JBuilder 4 has an add-in that you can download that integrates Ant quite nicely into the IDE. //Nicholas --- Randy Layman <[EMAIL PROTECTED]> wrote: > > For Visual Cafe, I belive you can use Tools -> > Macro -> ScriptMaker > to create a Macro that will do anythin

RE: Can someone tell me what is so great about Ant?

2001-02-07 Thread Nicholas Christopher
I think emacs is better than vi. if that fails... I think MacOS is better then Windoze.

RE: fileset's as arguments?

2001-01-25 Thread Nicholas Christopher
nuary 25, 2001 11:07 AM To: [EMAIL PROTECTED] Subject: Re: fileset's as arguments? Nicholas Christopher <[EMAIL PROTECTED]> wrote: > Is there a way to give a list of files as an args to exec/java? As for , yes, see . I've always wanted to write a corresponding task, but I

fileset's as arguments?

2001-01-25 Thread Nicholas Christopher
Is there a way to give a list of files as an args to exec/java? I'm thinking along the lines of:

RE: delete and mkdir problem

2001-01-22 Thread Nicholas Christopher
I use: -Original Message- From: Sibon Barman [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 1:35 PM To: [EMAIL PROTECTED] Subject: RE: delete and mkdir problem How come the following snippet doesn't remove the empty directories under classes.dir: It removes all the fi

RE: persistent problems with Ant

2001-01-12 Thread Nicholas Christopher
JAVA_HOME usually refers to ones JDK - jdsdk isn't one I know... is that your JDK? If so which? I'd expect JAVA_HOME to read /usr/local/java/jdk-1.2.2 or /usr/local/java/IBMJava2-13 or similar. Also be careful with RedHat as as 5.x of 6.x versions installed "quavac" which was a broken JVM. Tr

RE: wlrun task

2000-12-19 Thread Nicholas Christopher
Title: wlrun task Contacting you immediately as per your signature. -Original Message-From: Chris Hall [mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 19, 2000 3:18 PMTo: '[EMAIL PROTECTED]'Subject: wlrun task I am using the wlrun task and I've been annoyed that a console

Costs of using ant as a scripting language?

2000-12-17 Thread Nicholas Christopher
I've use ANT now very happily for build, test and deploy of a Java app across windows and linux. Usually my stuff deploys both a shell script and batch file for launching the app. What I wonder is why shouldn't I just launch the app from an ant task? Let ANT worry about the script & batch issue.