Unsupported version error

2004-03-01 Thread Subbarayalu, Sivakumar
Hi Iam using a java based GUI application and calling ant task to deploy by files. I tried using ant with JDK 1.3 vrsion ,it works fine ,when I tired using JDK 1.4 it gives me an error Saying Unsupported versio error: Here is the error message:

RE: Ant Books

2004-03-01 Thread Lopez, William
+1 'Java Development With Ant' by Manning...When I started using Ant this book and this list got me up to speed. Also, the Ant manual (supplied with the distro) is a good resource. -Original Message- From: Jim Fuller [mailto:[EMAIL PROTECTED] Sent: Sunday, February 22, 2004 9:17 AM To: 'A

Re: Ant 1.6.1 Build fail on Mac OX X 10.3.2 (G5)

2004-03-01 Thread Antoine Lévy-Lambert
Try : ./bootstrap.sh ./build.sh install-lite you are probably hit by remnants of older versions of ant in the bootstrap dir. Cheers, Antoine Hugh Field-Richards wrote: Hi I am upgrading from 1.5.3 and am having a few problems. I get the following failure when I try to build the 1.6.1 source o

RE: Newbie - Problems copying file from /src to /build

2004-03-01 Thread Ben Doku
Thanks Rob. Rob van Oostrum said: > change to: > > > > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Newbie - Problems copying file from /src to /build

2004-03-01 Thread Rob van Oostrum
change to: > -Original Message- > From: Ben Doku [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01, 2004 9:42 AM > To: [EMAIL PROTECTED] > Subject: Newbie - Problems copying file from /src to /build > > > Hi All, > > I'm an ANT newbie. > > I'm trying to copy a file from my

Ant 1.6.1 Build fail on Mac OX X 10.3.2 (G5)

2004-03-01 Thread Hugh Field-Richards
Hi I am upgrading from 1.5.3 and am having a few problems. I get the following failure when I try to build the 1.6.1 source on a Dual G5 running OS X 10.3.2. apache-ant-1.6.1 > ./build.sh install-lite ... Bootstrapping Ant Distribution ... Compiling Ant Classes Note: Some input files use or overri

Newbie - Problems copying file from /src to /build

2004-03-01 Thread Ben Doku
Hi All, I'm an ANT newbie. I'm trying to copy a file from my src directory to the build directory. I thought it would be a simple task but it does not seem to be working. I have attached my build.xml file. Thanks in advance, Ben