woooh-hooh-hooh, looks great!The new build system has landed on CVS.
I have a few issues here however, most probably related to my JDK (1.3.1 on macosx 10.2.3).
After a build clean + CVS update (no local.* stuff), build.sh works (1 minute 6 seconds - wow!)
I checked that the target.vm property is correctly set to "1.2" in build.xml.
ISSUE 1 - JDBC3 stuff
"build.sh webapp" fails:
src/org/apache/cocoon/components/language/markup/xsp/ AbstractEsqlConnection.java:298: cannot resolve symbol
symbol : class Savepoint
location: package sql
public java.sql.Savepoint setSavepoint()
Most probably this has to do with the "jdbc3.present" property used by ./src/blocks/databases/build.xml. I tried to set this property in the optional-tests target of the main build.xml but it didn't help.
ISSUE 2 - "build run"
"build.sh run" says "NoClassDefFoundError: org/xml/sax/ContentHandler" unless I add this to the classpath of the run target:
<fileset dir="lib/endorsed">
<include name="*.jar"/>
</fileset>
Using the <classpath> from the build.old.xml, the "run" target works as well (that is, jetty starts but as I have no webapp it doesn't go that far).
Also a JDK 1.3.1 issue I think, as this interface is standard in 1.4 AFAIK but not in 1.3.1.
-Bertrand
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]