Since all you old hands probably fixed these problems manually long
ago, I thought it might be useful to list the two little fiddly build
problems I've encountered building from the CVS.  These may also
be due to my use of the IBM 1.4 JDK, but they could also be general

1) jakarta-jetspeed/src/java needs to be added to the classpath
   or the classes cannot find others in the same packages 

2) jaf.jar is missing from ./lib

I also found a dependence on ../jakarta-site2 but this does not
appear to be for any other reason than to reference one jar out
of that module's lib.

Starting it up (using Jetty 4.0.0) I also find a problem with
the diskCache ... shouldn't the war file include the cache directory?

[06 Dec 2002 12:45:01  INFO] - Initializing cache entry: 
http_jakarta.apache.org_jetspeed_channels_apache.ocs
[06 Dec 2002 12:45:01 ERROR] - Could not process Daemon: diskcachedaemon
java.lang.VerifyError: (class: org/apache/jetspeed/util/StringUtils, method: 
replaceAll signature: 
(Ljava/lang/StringBuffer;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/StringBuffer;)
 Inconsistent stack height 0 != 2
    at org.apache.jetspeed.util.URIEncoder.decode(URIEncoder.java:171)
    at 
org.apache.jetspeed.cache.disk.JetspeedDiskCacheEntry.getSourceURL(JetspeedDiskCacheEntry.java:210)
    at 
org.apache.jetspeed.cache.disk.JetspeedDiskCacheEntry.<init>(JetspeedDiskCacheEntry.java:145)
    at 
org.apache.jetspeed.cache.disk.JetspeedDiskCache.initEntries(JetspeedDiskCache.java:170)
    at 
org.apache.jetspeed.cache.disk.JetspeedDiskCache.getInstance(JetspeedDiskCache.java:496)
    at 
org.apache.jetspeed.cache.disk.JetspeedDiskCache.getInstance(JetspeedDiskCache.java:478)
    at org.apache.jetspeed.daemon.impl.DiskCacheDaemon.run(DiskCacheDaemon.java:98)
    at org.apache.jetspeed.daemon.DaemonThread.runDaemon(DaemonThread.java:145)
    at org.apache.jetspeed.daemon.DaemonThread.run(DaemonThread.java:110)
[06 Dec 2002 12:45:01  INFO] - DaemonThread -> *DONE* PROCESSING daemon -> 
diskcachedaemon


-- 
Gary Lawrence Murphy : [EMAIL PROTECTED] : TeleDynamics Communications
 - blog: http://www.teledyn.com/mt - biz: http://www.teledyn.com/ -
 "Computers are useless. They can only give you answers." (Picasso)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to