From owner-freebsd-java Tue Apr 25 3:30:36 2000 Delivered-To: freebsd-java@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 237EE37BCF2 for ; Tue, 25 Apr 2000 03:30:25 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id RAA81074 for ; Tue, 25 Apr 2000 17:30:11 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Tue, 25 Apr 2000 17:30:11 +0700 (NSS) From: Max Khon To: freebsd-java@freebsd.org Subject: Turbine (ant?) build problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, there! Is there anyone who built Turbine with jdk1.1.8 (from ports, FreeBSD 3.4-STABLE) successfully? running `sh build-turbine.sh' gives the following errors: --- cut here --- master:~/Apache-Turbine-20000422/build$sh build-turbine.sh Now building jar... Buildfile: build-turbine.xml 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:85) at org.apache.tools.ant.Main.runBuild(Main.java:223) at org.apache.tools.ant.Main.main(Main.java:191) master~/Apache-Turbine-20000422/build$ --- cut here --- Obviously something is wrong with `ant'. I tried different `ant' versions (from Tomcat 3.1, latest `ant', `ant' that comes with Turbine) but with no luck. Any ideas will be appreciated. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message