I thought the test error was file I/O on windows. The last two errors where from the synapse console on start up.
As for the maven version: Z:\>mvn -version Maven version: 2.0.7 Java version: 1.5.0_12 OS name: "windows xp" version: "5.1" arch: "x86" Z:\> -----Original Message----- From: Asankha C. Perera [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 1:49 PM To: [email protected] Subject: Re: How do I send a SMTP payload? Gary > The first compile with maven failed due to language level. > > Z:\Projects\Apache\ws\Synapse\svn\modules\core\src\main\java\org\apache\ > synapse\util\concurrent\SynapseThreadPool.java:[54,36] generics are not > suppor > ted in -source 1.4 > (try -source 1.5 to enable generics) > TimeUnit unit, BlockingQueue<Runnable> workQueue) { > Ruwan - this seems to be related to the recent update.. can you look into this > Running org.apache.axis2.transport.vfs.VFSEchoRawXMLTest > org.apache.axis2.AxisFault: IO Error while creating response file : > file:///Z:/Projects/Apache/ws/Synapse/svn/modules/transports/target/vfs1 > /res/response.xml > Noted, and is a known issue with Windows file locking :-( Unfortunately the only option seems to be to disable VFS testing in Windows, I'm not sure if this is straight forward in Maven2.. but will try to look for a solution > The file in use error occurred 4 times. (Note: I am running on windows > XP) > > Continuing with: mvn package -Dmaven.test.skip=true to build the jars > worked. > > Next I tried running my test configuration, but I get errors from the > synapse startup: > > [main] ERROR ModuleDeployer - The synapse-1.0.mar module, which is not > valid, caused org.apache.synapse.core.axis2.SynapseModule > org.apache.axis2.deployment.DeploymentException: > org.apache.synapse.core.axis2.SynapseModule > ...Caused by: java.lang.ClassNotFoundException: > org.apache.synapse.core.axis2.SynapseModule > Hmm.. I haven't seen this one though.. are you using Maven 2.0.6 ? > And > > [main] DEBUG ProjectResourceBundle - > org.apache.axis2.i18n.resource::handleGetObject(modulenotavailble) > org.apache.axis2.AxisFault: The system is attempting to engage a module > that is not available: synapse-1.0 > > asankha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
