erikandersen-pariveda / fluint

Automatically exported from code.google.com/p/fluint
0 stars 0 forks source link

AntTask jar not compatible with JDK 1.5 Window #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install JDK 1.5.16 on Window XP
2. Load fluint anttask jar from Ant
3. Ant failed saying invalid version in class file

Looks like the jar build was build with some SDK on Mac and doesn't seem to
be compatible with the windows version. But if I use Java 6, then there's
no error.

I checked out the code and then rebuild the FluintAnt.jar using Sun's JDK
1.5.16 and the invalid version error goes away.

Original issue reported on code.google.com by am...@comcast.net on 14 Nov 2008 at 10:12

GoogleCodeExporter commented 8 years ago
I tried to use the FluintAnt15.jar with Java 5 on the Mac and had the same 
issue.  I
checked out the source and rebuilt using Java 5 and all worked as expected.  I 
got a
version expection so I'm guessing it may have been compiled with Java 1.6 since 
1.4
or below should play nicely, but I'm not sure.

Original comment by legrosb@gmail.com on 17 Dec 2008 at 6:10

GoogleCodeExporter commented 8 years ago
We're providing Ant build scripts with fluint version 1.1 so custom builds can 
easily
be created by users of the library.  Marking as fixed in favor of resolving 
future
issues with Ant scripts.

Original comment by legrosb@gmail.com on 12 Feb 2009 at 2:25