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/..)
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".
3. I got an error running the build (sorry,I didn't save the error message)
/src/java/org/apache/jetspeed/portal/PortletExport.java
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.
Any ideas?
Mike
--
--------------------------------------------------------------
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]