Neeme Praks schrieb:
> 
> 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...

Are you sure, that ant is using your jikes in disguise? Jikes is
a bit tricky about some CLASSPATH settings. BTW: I figured out,
that build.sh (or let's say ant) depends on some implicit assumption
about the CLASSPATH. At least <jdk>/lib/tools.jar must be in the
classpath,
or otherwise you will not be able to do a "buils.sh javadoc". With these
settings, i can switch between jikes and javac 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).

Oops, i see you are using Win2000, perhaps that is a part of the
problem?
I am using Linux with Sun JDK1.2.2. It just works fine. With IBM JDK1.3
it
doesn't work for me.

Guido

-- 
              Medical |
        Software GmbH |
----wmd---------------------------=========----------
                  |         
    Guido Leister | [EMAIL PROTECTED]
============-----------------------------------------
    Alfred-Wirth-Strasse 8-12 | 41812 Erkelenz
             Tel. 02431/951-0 | www.wmd-medical.de


--
--------------------------------------------------------------
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]

Reply via email to