>> java.lang.IncompatibleClassChangeError: Unimplemented interface method
>> at org.apache.tools.ant.SunParser.parse(SunParser.java:76)
>> at
>> org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:84)
>> at org.apache.tools.ant.Main.runBuild(Main.java:223)
>> at org.apache.tools.ant.Main.main(Main.java:191)
>
>wait a second...do you have Ant in your classpath somewhere?
>
>something is wrong with your system...this isn't a turbine issue...
>
>-jon
I wondered the same thing.
However, I think the stack trace indicates that the classes in ant
are being found. The CLASSPATH is
CLASSPATH=.:/usr/local/jdk118_v1/lib/classes.zip
and "ant.jar" is in the current directory
/usr/ov/devel/src/Apache-Turbine-20000421/build
Could it be that some JDK 1.2 feature got into Turbine recently?
I am running on JDK 1.1 for expressly this reason... to reveal
any incompatibilities that may be introduced.
When I try compiling it without "ant", I only get the following
message. All of the other files compile fine.
Compiling ./java/org/apache/turbine/util/webmacro/WebMacroNavigation.java
./java/org/apache/turbine/util/webmacro/WebMacroNavigation.java:138:
Exception java.io.IOException is never thrown in the body of the
corresponding try statement.
catch (IOException e)
^
1 error
Any more thoughts anybody?
Is this a JDK 1.1 issue?
Has anyone built a recent daily snapshot of Turbine with JDK 1.1?
Stephen
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]