Re: Build with Java 1.4.2
Note that you are using target=1.2 in your build.xml for the javac task.
Not sure if it plays a role in your problem.
I do not know what are exactly class file major versions 47 and 48.
I found only this doc about this type of issue :
http://java.sun.com/docs/books/vmspec/
Note that you are using target=1.2 in your build.xml for the javac task.
Not sure if it plays a role in your problem.
I do not know what are exactly class file major versions 47 and 48.
I found only this doc about this type of issue :
http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFi
Payette, Don J wrote:
Another question on this. Does ant use javac from
JAVA_HOME\lib\tools.jar to process
the javac action.
Yes, it does. When ant is started as a command line tool. Tools.jar is
put in the classpath by the startup shell script under ant 1.5.x and
lower, and by Launcher.java
ase contact the sender and delete the
e-mail and its attachments from all computers.
-Original Message-
From: Payette, Don J [mailto:[EMAIL PROTECTED]
Sent: Monday, April 04, 2005 1:31 PM
To: Ant Users List
Subject: Build with Java 1.4.2
I'm using eclipse for my IDE and my project has a b
I'm using eclipse for my IDE and my project has a build.xml. Whenever I
do a
build, I right-click the build.xml and select Run Ant... I then select
the
All target. Works great.
Recently, my cohorts have suggested I need to switch from the 1.3.1 Java
to the 1.4.2
Java to be compatible with a new