All,
I'm seeing compilation failures for 1.0 and svn.
I was able to proceed by adding the following to modules/core/pom.xml:
<dependency>
<groupId>org.apache.woden</groupId>
<artifactId>woden</artifactId>
<version>1.0-incubating-SNAPSHOT</version>
</dependency>
INFO] Copying 12 resources
[INFO] [compiler:compile]
Compiling 185 source files to
/home/foo/apache-synapse/modules/core/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
der.java:[25,24] package org.apache.woden
does not exist
[...]
/home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
der.java:[32,31] package
org.apache.woden.wsdl20 does not exist
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 minutes 22 seconds
[INFO] Finished at: Tue Aug 28 15:21:44 EST 2007
[INFO] Final Memory: 17M/42M