> on 11/14/2000 5:42 PM, "Peter Donald" <[EMAIL PROTECTED]> wrote:
>
> > Could you describe the particular problem as I have never had the problem.
>
> Go download Turbine and try to compile it with Jikes. Turbine is based on
> Ant build scripts so it should be easy for you to do this. :-)
>
> <http://java.apache.org/turbine/>
>
> Just grab a daily snapshot.
>
<snip>
>
> -jon
>
Maybe this is just a problem on Solaris? I build Turbine weekly on both
Win2K/JDK1.3/Jikes 1.12 and Linux/JDK1.2.2/Jikes 1.11. Fresh from CVS:
----------------------------------------------------------------------
C:\Projects\jakarta\turbine.tmp\build>build-turbine.bat
Buildfile: build-turbine.xml
check_for_optional_packages:
env:
build.compiler = jikes
java.class.path = ;C:\java\jdk1.3\lib\tools.jar;.\ant-1.2.jar;.\ant-1.2-optional
.jar;..\lib\xerces-1.1.3.jar
java.home = C:\java\jdk1.3\jre
servlet.jar = C:/java/jakarta-tomcat-3.2b6/lib/servlet.jar
user.home = C:\Documents and Settings\celkins
prepare:
[mkdir] Created dir: C:\Projects\jakarta\turbine.tmp\bin
[mkdir] Created dir: C:\Projects\jakarta\turbine.tmp\bin\classes
[mkdir] Created dir: C:\Projects\jakarta\turbine.tmp\bin\src
[copy] Copying 286 files to C:\Projects\jakarta\turbine.tmp\bin\src\org
prepare-jsp:
[copy] Copying 14 files to C:\Projects\jakarta\turbine.tmp\bin\src\org
compile:
[javac] Compiling 299 source files to C:\Projects\jakarta\turbine.tmp\bin\cl
asses
jar:
[jar] Building jar: C:\Projects\jakarta\turbine.tmp\bin\turbine-2.1-dev-un
released.jar
BUILD SUCCESSFUL
Total time: 25 seconds
----------------------------------------------------------------------
--
Christopher Elkins