Michael Sallman wrote:
>
> Kevin et al.,
>
> I just got the newest stuff from CVS and I noticed a few things:
>
> 1. In build.sh:
> a. COCOON=../lib/Cocoon-1.6.jar (it's now cocoon.jar in /lib)
> cocoon-ext-servlet2.2.jar (it's coocon-ext-servlet2.2.jar in /lib)
> b. XERCES=../lib/serces.jar (should be xerces.jar)
> c. I changed JSDK to =/opt/tomcat/lib/servlet.jar
> (I was getting errors looking for javax/servlet/..)
Thanks... I just commited this..
> 2. In build.xml: <property name="build.compiler" value="jikes"/>
> I think I saw this in a previous e-mail to the list, I had to
> change it to value="classic".
I accidentally commited this. Wasn't supposed to be in there :(
> 3. I got an error running the build (sorry,I didn't save the error message)
> /src/java/org/apache/jetspeed/portal/PortletExport.javacvs
> TurbineResourceService.setPropertiesFileName(turbineresources)
> I changed it to TurbineResources.setPropertiesFileName( turbineresources)
> and was able to run build.sh without any errors.
>
> Now I can bring up http://localhost:8080/servlet/Jetspeed but all I get is a
> blank page.
>
> I just went to Tomcat 3.1 and I notice that there are quite a few changes from
> 3.0, I'm guessing this is part of the problem.
Yes. The turbine.jar that was in CVS wasn't the latest version. I
would run on this version. There were some problems with the old
Turbine that wouldn't display an Exception if you threw an Error (IE
NoClassDefFoundError) etc. This is fixed in the latest version in CVS.
Also the Cocoon in CVS is 1.7 :) latest version. Hopefully I will have
a release candidate in CVS than everyone can evaluate. Jetspeed is
behaving wierd right now. Don't know why. The first was Turbine but
still it doesn't work just right.
Also, as a heads up. Try setting your turbine log file in
TurbineResources.properties. Actually this is a good suggestion for
everyone and I am going to put it in the docs.
Kevin
--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN: "Please Open Source Java!"
"For evil to win is for good men to do nothing."
--
--------------------------------------------------------------
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]