Re: Application CLOSE after running org.apache.tools.ant.Main.main()

2002-12-20 Thread Joey Gibson
On Fri, 20 Dec 2002 08:38:45 -0500, Erik Hatcher <[EMAIL PROTECTED]> wrote: ||| Ant's Main.main calls System.exit, that is why. I got bitten by a System.exit() call a while back (not Ant's main, but another). I was wrapping a local utility in an Ant task and while the task ran and the tool did it

Re: Filesets for echo and available?

2002-12-18 Thread Joey Gibson
On Tue, 17 Dec 2002 23:05:21 -0500, "Guy Rouillier" <[EMAIL PROTECTED]> wrote: ||| The issue I have is that in order ||| to do this, I've had to list my jar files 3 different times: for the echo, ||| for the condition, and finally for the classpath. Instead of doing available on the individual

Re: 'BUILD FAILED'

2002-11-25 Thread Joey Gibson
On Mon, 25 Nov 2002 14:58:59 -0600, [EMAIL PROTECTED] wrote: ||| You should be invoking ant by simply typing ||| ||| ant Unless there is a default="build" in the project tag. Either way, he is trying to invoke a target called "build" for which there is none. He should either create a targe

Re: Ant you have a greeting card from Daisy.

2002-11-08 Thread Joey Gibson
On Fri, 8 Nov 2002 15:29:41 -0500 , "Riffe, Melvin" <[EMAIL PROTECTED]> wrote: ||| How unfortunate if the person is /really/ from sitraka; they should know not ||| to post 'stuff' like this to mailing lists. She probably really *is* from Sitraka, but she didn't post it. One of the "features" of t

Re: conditional copy

2002-08-22 Thread Joey Gibson
On Thu, 22 Aug 2002 07:19:41 -0700 (PDT), Matt Benson <[EMAIL PROTECTED]> wrote: ||| I completely agree that the functionality is the same; ||| the task only adds a minor convenience. But what if I have a target that performs several functions, and only one needs to be conditional? I then eithe

RE: BCEL

2002-07-11 Thread Joey Gibson
The following message was sent by "Matt Lyon" <[EMAIL PROTECTED]> on Thu, 11 Jul 2002 10:48:06 -0400. > Hi, > > I apologize for being a bit brain-dead about this new dependency analysis > using BCEL, but I still have some questions. I downloaded BCEL.jar and > placed it in ${ANT_HOME}/lib, bu

Re: Move and Rename

2001-08-31 Thread Joey Gibson
On Fri, 31 Aug 2001 13:03:02 -0400, "Michael Laccetti" <[EMAIL PROTECTED]> wrote: ||| I'm having a bit of trouble... How do I use a move task to rename a ||| directory, then move it? Can I do it in one step? The following task, from a buildfile I currently use, will 'rename' the 'admin' direct

+E Jikes Switch?

2001-08-13 Thread Joey Gibson
If I'm using jikes as my compiler and I want to pass the emacs-friendly switch to it, how do I do that with the javac task? I know how to pass the 'standard' switches for deprecation, optimization, etc, but how do I pass a non-standard switch? Joey -- Sun Certified Java2 Programmer -- My