Hmmm... I see that you are building under windows.... My main experience
has been building under Linux w/ Apache Jserv 1.1 so we'll see how much
Insight I can have...
Generally I build a new classpath when I build Jetspeed. I usually have
only these two jar's:
CLASSPATH=$JDK_HOME/lib/tools.jar:$JDK_HOME/lib/servlet-2.2.jar
I let the Jetspeed build.sh take care of adding whatever jar's it needs.
I see that you have a bunch of other stuff that you probably don't need like
the oracle stuff. I don't understand why you have two servlet.jar's. One
for tomcat and one for jdk1.2.2? You might only need one but I'm not
totally sure. I do know that Jetspeed does require Sun's Servlet 2.2
release.
The other thing that is confusing is the "javac.jar" at the very end of your
classpath. I don't recognize this at all.
I would try tweeking your classpath again and you may also consider deleting
the directories e:\tomcat\Jetspeed\bin\classes and
e:\tomcat\Jetspeed\bin\src before you try to build again. That way the
build.sh will correctly try and recopy the java source into the bin\classes
and bin\src directories.
Good Luck!
Mark
> ---------------cut here-----------------------------
> Now building core...
> "Classpath:
> c:\jdk1.2.2\lib\servlet.jar;c:\jdk1.2.2\lib\tools.jar;c:\jdk1.2.2\li
> b\jaxp.jar;c:\jdk1.2.2\lib\parser.jar;c:\oracle\ora81\jdbc\lib\classes12
> .zip;e:\
> tomcat\jakarta-servletapi\lib\servlet.jar;..\lib\ecs.jar;..\lib\turbine-
> 2.0.jar;
> ..\lib\cocoon.jar;..\lib\cocoon-ext-servlet2.2.jar;..\lib\castor.jar;..\
> lib\vill
> age.jar;..\lib\xalan.jar;..\lib\xerces.jar;ant.jar;projectx-tr2.jar;java
> c.jar"
> Buildfile: build.xml
> Detected Java Version: 1.2
> Project base dir set to: E:\tomcat\Jetspeed\build
> Executing Target: core
> Compiling 1 source files to E:\tomcat\Jetspeed\bin\classes
> E:\tomcat\Jetspeed\bin\src\org\apache\jetspeed\cache\disk\JetspeedDiskCa
> cheEntry
> .java:111: No method matching getURLFromCache(java.lang.String) found in
> class o
> rg.apache.jetspeed.cache.disk.JetspeedDiskCache.
> return JetspeedDiskCache.getURLFromCache(
> this.getFile().getName() )
> ;
>
--
--------------------------------------------------------------
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]