Share

JGimp

Tracker: Bugs

5 Compile fails for j2sdk1.4.2 and ant <= 1.54 - ID: 801630
Last Update: Attachment added ( fforw )

if you get compile errors like

BUILD FAILED
java.lang.NoSuchMethodError:
com.sun.tools.javah.Main.<init>([Ljava/lang/String; )V

it's because Sun decided to get rid of a Constructor
which is called from the Javah-Task.

You can install a nightly build of ant to fix this or
you replace $SOURCE_ROOT/src/java/build.xml file with
the attached file.

(replaced the javah-Task with and equivalent exec-Task)

this is only needed for ant versions up to and
including 1.5.4
as further versions will be fixed in this regard.


Sven Helmberger ( fforw ) - 2003-09-06 13:08

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
build.xml Download

Changes ( 3 )

Field Old Value Date By
File Added 60819: build.xml 2003-09-06 16:05 fforw
File Deleted 60804: 2003-09-06 15:14 fforw
File Added 60804: build.xml 2003-09-06 13:08 fforw