Hi -
I've just pulled down Jetty 3.0 rc5, and the latest jboss-contrib from
CVS.
I set JBOSS_HOME and JETTY_HOME, and then went to
jboss-contrib/jetty/src/build and ran build.sh install.
This is what I get:
[tlwhit2@carmilla build]$ ./build.sh install
Buildfile: build.xml
Project base dir set to: /cyface/tools/jboss-contrib/jetty
Executing Target: init
Executing Target: prepare
Executing Target: compile
Compiling 2 source files to
/cyface/tools/jboss-contrib/jetty/build/classes
/cyface/tools/jboss-contrib/jetty/src/main/org/jboss/jetty/JBossLogSink.java:25:
Interface com.mortbay.Util.LogSink of class
org.jboss.jetty.JBossLogSink not fo
und.
implements com.mortbay.Util.LogSink
^
/cyface/tools/jboss-contrib/jetty/src/main/org/jboss/jetty/JettyService.java:20:
Class com.mortbay.HTTP.HttpServer not found in import.
import com.mortbay.HTTP.HttpServer;
^
/cyface/tools/jboss-contrib/jetty/src/main/org/jboss/jetty/JettyService.java:21:
Class com.mortbay.HTTP.HandlerContext not found in import.
import com.mortbay.HTTP.HandlerContext;
^
/cyface/tools/jboss-contrib/jetty/src/main/org/jboss/jetty/JettyService.java:22:
Class com.mortbay.HTTP.WebApplicationContext not found in import.
import com.mortbay.HTTP.WebApplicationContext;
^
/cyface/tools/jboss-contrib/jetty/src/main/org/jboss/jetty/JettyService.java:23:
Class com.mortbay.Util.XmlConfiguration not found in import.
import com.mortbay.Util.XmlConfiguration;
^
5 errors
BUILD FATAL ERROR: Compile failed, messages should have been provided.
It looks like the source files for the integration code don't actually
do an import of the modules that they extend - is this by design?
Thanks,
Tim
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]