RE: 'BUILD FAILED'

2002-11-25 Thread David McTavish
ECTED]] Sent: Monday, November 25, 2002 5:09 PM To: Ant Users List Subject: Re: 'BUILD FAILED' 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. Ei

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: 'BUILD FAILED'

2002-11-25 Thread David . Bailey
r list <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> cc: (bcc: David Bailey/Lawson)

RE: 'BUILD FAILED'

2002-11-25 Thread AUBUCHON, KEVIN (SBCSI)
ava.lang.String[]) Total time: 1 second Thanks for your help, Kevin -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 2:38 PM To: [EMAIL PROTECTED] Cc: AUBUCHON, KEVIN (SBCSI) Subject: Re: 'BUILD FAILED' Kevin Look at the top of bui

Re: 'BUILD FAILED'

2002-11-25 Thread Peter Choe
perhaps it is looking for the build.xml file. At 03:34 PM 11/25/2002, you wrote: Hello, trying my first project with Ant (Windows NT, jdk 1.3, Tomcat 4.0). I'm trying the simple build.xml file found in the Ant documentation. I get the followign error message: BUILD FAILED Target `build' does

Re: Build failed with jvm 1.1.8: javac: invalid argument: @[build.xml path]\jikes-697591956057673593

2002-07-09 Thread Diane Holt
--- Emmanuel Roubion <[EMAIL PROTECTED]> wrote: > While [...] "jikes" is mentionned while we're using javac, Just the name for the @file, for historical reasons. > - ant detects the command line is too long and switch to the @sources > syntax, which is not supported by the jdk 1.1.8 AFAIK. N

RE: Build Failed

2002-02-28 Thread Kairam, Raj
Jon, Thank you very much. It compliled when I removed the two offending import statements. Raj -Original Message- From: Jon Skeet [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 10:09 AM To: Ant Users List Subject: RE: Build Failed > [javac] import Converter; Impo

RE: Build Failed

2002-02-28 Thread Jon Skeet
> [javac] import Converter; Imports like this are no longer valid as of JDK1.4. Hopefully Sun will update their samples some time... Jon -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Build Failed

2002-01-28 Thread Stefan Bodewig
On Sun, 13 Jan 2002, Michael Burke <[EMAIL PROTECTED]> wrote: > In answer to your other question, catalina.home is set to: > /home/mburke/jakarta-tomcat-4.0.1 How and where does it get set to this value? Stefan -- To unsubscribe, e-mail: For additional commands, e-

Re: Build Failed

2002-01-13 Thread Michael Burke
ED]> Sent: Thursday, January 10, 2002 3:42 AM Subject: Re: Build Failed > On Wed, 9 Jan 2002, Michael Burke <[EMAIL PROTECTED]> wrote: > > > > > Could you throw in an before the > task and send the result, as well as the line(s) defining the property > catalina.home?

Re: Build Failed

2002-01-10 Thread Stefan Bodewig
On Wed, 9 Jan 2002, Michael Burke <[EMAIL PROTECTED]> wrote: > Could you throw in an before the task and send the result, as well as the line(s) defining the property catalina.home? Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Build Failed

2002-01-09 Thread T Master
Sent: Wednesday, January 09, 2002 7:59 PM Subject: Re: Build Failed > You're right Stefan my basedir is being prepended to the directory but I > don't know why that's happening. Line 212 is > "optimize="@{compile.optimize}"/> the next line whic

Re: Build Failed

2002-01-09 Thread Michael Burke
uot;${catalina.home}/common/lib"> etc,etc, so I don't see how my basedir is being prepended. Any ideas? - Original Message - From: Stefan Bodewig <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 2:05 AM Subject: Re: Build Failed >

RE: Build Failed

2002-01-08 Thread David Medinets
The second line shows the problem: > /home/mburke/jakarta-tomcat-4.0.1/webapps/cdtest/home/mburke/jakarta-tomcat- 4.0.1/common/lib > not found at > org.apache.tools.ant.types.FileSet.getDirectoryScanner(FileSet.java:273) You'll need to find out why the build.xml file is looking for that particul

Re: Build Failed

2002-01-07 Thread Stefan Bodewig
On Mon, 07 Jan 2002, Michael Burke <[EMAIL PROTECTED]> wrote: > /home/mburke/jakarta-tomcat-4.0.1/webapps/cdtest/build.xml:212: > >/home/mburke/jakarta-tomcat-4.0.1/webapps/cdtest/home/mburke/jakarta-tomcat-4.0.1/common/lib > not found. > > If anyone can point out what the problem is I'd be very

RE: BUILD FAILED

2001-04-26 Thread Joachim Backhaus
* Is there something special about your build.xml? It was developed by another developer on a linux workstation with JDK 1.3 and is working there. * Which JDK are you using? Sun's JDK 1.3.

Re: BUILD FAILED

2001-04-26 Thread Nico Seessle
- Original Message - From: "Joachim Backhaus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 9:33 AM Subject: BUILD FAILED > Hi, > > when I'm trying to use ant 1.3 on my WIN NT 4.0 Workstation > I get the following error message. > >>ant >Buildfile: bu

Re: BUILD FAILED: java.lang.OutOfMemoryError

2001-02-24 Thread Conor MacNeill
Bill, try JAVACMD=java -Xmx256m Conor - Original Message - From: "Bill Brooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 24, 2001 4:20 PM Subject: BUILD FAILED: java.lang.OutOfMemoryError > > I'm using the