> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 07, 2000 12:41 AM
> To: JetSpeed
> Subject: Re: errors again
>
> Thanks both Christian and Sandor.
> I will try tonight. I have the jetspeed.jar in the classpath,
> as far as I know,
> but the file is only 8 K, so I'm wondering if I have a corrupted file.
I think you might have a problem with the compiler settings when
building the jar. The default is jikes and if you don't have jikes,
nothing gets compiled and the jar file will have just some docs in
there, no class files.
Just change
<property name="build.compiler" value="jikes"/>
into
<property name="build.compiler" value="classic"/>
in build.xml.
Some time ago I submitted a patch for updating the build.* files, what
happened to them? Should I send them again?
Neeme
--
--------------------------------------------------------------
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]