Yannick:
I have been successful at building the latest CVS's. Perhaps I could help.
Meanwhile, if you want to fix the source code, I'd be happy to run the build
and pass back to you the resulting .jar.
Some tricks I found to getting the build.bat to work:
1) in addition to the files in the /lib folder, add the servlet.jar that
comes with tomcat.
2) edit the build.bat, and add the servlet.jar to the classpath
3) double-check the build.xml. There is a line which should read
<property name="build.compiler" value="classic"/>
sometimes the value is accidentally set to "jikes" when it is
committed.
I will send you off-line my build.bat. I keep a backup of this, and
everytime I download a new CVS, I overwrite the build.bat with my own. I
don't know if this is "exactly" as it should be, but it builds my jar's
without errors.
Steve B.
----- Original Message -----
From: Yannick MAURAY <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 7:16 AM
Subject: RE: PersistantDocument or Cache problem ?
> >
> > Under NT right?
> >
>
> Under Win2K, but yes, it NT.
>
> > It is probably because I am using System.getProperty("file.separator")
> > instead of just "/"
> >
>
> Well, I can try to fix this in the source code, if I ever find out how to
> rebuild the whole thing :)
>
> > I will debug this and fix it in CVS.
> >
>
> Thanks !
>
> Yannick
>
>
>
>
> --
> --------------------------------------------------------------
> 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]
--
--------------------------------------------------------------
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]