After experimenting with different build methods, I finally grabbed also
the jikes compiler from the web and tried to use this for building
jetspeed.
I put jikes.exe in my path and tried to build by telling Ant to use
jikes. However, no files were compiled ;-(
When I rename jikes.exe to javac.exe and tell Ant to use javac,
everything builds just fine...
Also, I tried the same with Turbine (telling Ant to use jikes) and there
it compiled; however, I got two error messages that java.util and
java.lang packages could not be found. At the same time, it builds fine
when I rename jikes to javac (and tell Ant to use javac)...
Am I missing some additional configuration steps?
System: Win2000
Jikes v1.11
Ant, fresh from Jetspeed CVS (or Turbine CVS, in the case of Turbine).
Neeme
PS. Sorry for being a little bit off-topic, but as this came up in
relation to Jetspeed, i thought I'd post it here.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]