On Mon, Jul 4, 2011 at 4:29 PM, Mike Edwards <[email protected]> wrote: > Nirmal, > > On my machine, that testcase works fine for me - I do not see the error that > you see. > > My local copy was updated ~3 hours ago and I am not missing any recent > changes relating to that testcase. > > I am running on Windows XP. > > > Yours, Mike. > > On 04/07/2011 16:00, Nirmal Fernando wrote: >> >> >> "mvn install" on trunk fails with : >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Apache Tuscany SCA iTest WS Contribution RPC Lit >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] >> [INFO] [build-helper:add-test-source {execution: add-source}] >> [INFO] Test Source directory: >> >> /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/ws/contribution-rpc-lit/target/jaxws-source >> added. >> [INFO] [remote-resources:process {execution: default}] >> [INFO] [resources:resources {execution: default-resources}] >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> [INFO] Copying 7 resources >> [INFO] Copying 1 resource >> [INFO] Copying 3 resources >> [INFO] [jaxws:wsimport {execution: wsimport1}] >> [INFO] Processing: >> >> /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/ws/contribution-rpc-lit/target/classes/helloworld-external-service.wsdl >> [INFO] jaxws:wsimport args: [-s, >> >> /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/ws/contribution-rpc-lit/target/jaxws-source, >> -d, >> /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/ws/contribution-rpc-lit/target/classes, >> -verbose, -p, >> org.apache.tuscany.sca.binding.ws.jaxws.external.service.iface, -target, >> 2.1, >> -Xnocompile, >> >> /media/798D-18B1/GSoC-2011/Tuscany/trunk/testing/itest/ws/contribution-rpc-lit/target/classes/helloworld-external-service.wsdl] >> parsing WSDL... >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> org.codehaus.classworlds.NoSuchRealmException: plexus.core >> at org.codehaus.classworlds.ClassWorld.getRealm(ClassWorld.java:128) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:434) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> >> -- >> Best Regards, >> Nirmal >> >> C.S.Nirmal J. Fernando >> Department of Computer Science & Engineering, >> Faculty of Engineering, >> University of Moratuwa, >> Sri Lanka. >> >> Blog: http://nirmalfdo.blogspot.com/ >> > >
Am getting a clean build (apart from the compliance policy test) on Windows XP, Windows 7 and Redhat with... MAVEN_OPTS='-Xmx1024m -Xms1024m -XX:MaxPermSize=512m' Regards Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
