See <https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/1687/changes>

Changes:

[ffang] [CXF-3297]idl2wsdl fails with NPE if IDL contains typeprefix keyword

[cschneider] CXF-3230 Only log exception instead of rethrowing to work around 
problem with hornetq

[cschneider] Added reference to spring osgi as it is used in the spring context

[cschneider] CXF-3299 test scope for http and local transport

------------------------------------------
[...truncated 1879 lines...]
[INFO] Building Apache CXF Runtime JAX-WS Frontend 2.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Deleting 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/target>
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 
cxf-rt-frontend-jaxws ---
[INFO] 
[INFO] --- cxf-xml2fastinfoset-plugin:2.3.1:xml2fastinfoset (xml2fastinfoset) @ 
cxf-rt-frontend-jaxws ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-jaxws22-source) @ 
cxf-rt-frontend-jaxws ---
[INFO] Source directory: 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22>
 added.
[INFO] [INFO] Source directory: 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/generated>
 added.

[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ 
cxf-rt-frontend-jaxws ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ 
cxf-rt-frontend-jaxws ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-resource (add-spi) @ 
cxf-rt-frontend-jaxws ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
cxf-rt-frontend-jaxws ---
[INFO] Copying 11 resources
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
cxf-rt-frontend-jaxws ---
[INFO] Compiling 146 source files to 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[38,37]
 cannot find symbol
symbol  : class AbstractHTTPDestination
location: package org.apache.cxf.transport.http
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[39,37]
 cannot find symbol
symbol  : class DestinationRegistry
location: package org.apache.cxf.transport.http
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[40,37]
 cannot find symbol
symbol  : class HTTPSession
location: package org.apache.cxf.transport.http
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[45,45]
 cannot find symbol
symbol: class AbstractHTTPDestination
public class JAXWSHttpSpiDestination extends AbstractHTTPDestination {
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[52,35]
 cannot find symbol
symbol  : class DestinationRegistry
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[29,37]
 cannot find symbol
symbol  : class AbstractHTTPTransportFactory
location: package org.apache.cxf.transport.http
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[31,50]
 cannot find symbol
symbol: class AbstractHTTPTransportFactory
public class JAXWSHttpSpiTransportFactory extends AbstractHTTPTransportFactory 
implements DestinationFactory {
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[57,5]
 method does not override a method from its superclass
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[73,52]
 cannot find symbol
symbol  : variable bus
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[84,71]
 cannot find symbol
symbol  : variable endpointInfo
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[85,71]
 cannot find symbol
symbol  : method contextMatchOnExact()
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[86,65]
 cannot find symbol
symbol  : variable endpointInfo
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[92,38]
 cannot find symbol
symbol  : variable endpointInfo
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[93,48]
 cannot find symbol
symbol  : variable endpointInfo
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[94,28]
 cannot find symbol
symbol  : variable endpointInfo
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[97,71]
 cannot find symbol
symbol  : variable endpointInfo
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[102,28]
 cannot find symbol
symbol  : variable endpointInfo
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[122,43]
 cannot find symbol
symbol  : variable bus
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[138,8]
 cannot find symbol
symbol  : method 
setupMessage(org.apache.cxf.message.Message,<nulltype>,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[140,8]
 setDestination(org.apache.cxf.transport.Destination) in 
org.apache.cxf.message.MessageImpl cannot be applied to 
(org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination)
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[144,32]
 cannot find symbol
symbol  : class HTTPSession
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[147,12]
 cannot find symbol
symbol  : variable incomingObserver
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[171,29]
 cannot find symbol
symbol  : method getAddress()
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/HttpHandlerImpl.java>:[46,41]
 cannot find symbol
symbol  : method getEndpointInfo()
location: class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/jaxws22/EndpointImpl.java>:[111,25]
 setDestinationFactory(org.apache.cxf.transport.DestinationFactory) in 
org.apache.cxf.endpoint.AbstractEndpointFactory cannot be applied to 
(org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory)
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[31,7]
 org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory is not 
abstract and does not override abstract method getTransportIds() in 
org.apache.cxf.transport.DestinationFactory
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[39,8]
 cannot find symbol
symbol  : variable bus
location: class 
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[43,24]
 operator == cannot be applied to 
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination,<nulltype>
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[44,54]
 cannot find symbol
symbol  : method getBus()
location: class 
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[44,64]
 cannot find symbol
symbol  : variable registry
location: class 
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory
[ERROR] 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.java>:[49,15]
 incompatible types
found   : org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
required: org.apache.cxf.transport.Destination
[INFO] 31 errors 
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
projectFailed org.apache.cxf:cxf-rt-frontend-jaxws:2.4.0-SNAPSHOT
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/ws/trunk/rt/frontend/jaxws/pom.xml>
 to 
/home/hudson/hudson/jobs/CXF-Trunk-JDK15/modules/org.apache.cxf$cxf-rt-frontend-jaxws/builds/2011-01-31_13-45-17/archive/org.apache.cxf/cxf-rt-frontend-jaxws/2.4.0-SNAPSHOT/pom.xml
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CXF ........................................ SUCCESS [7.581s]
[INFO] Apache CXF Parent ................................. SUCCESS [2.596s]
[INFO] Apache CXF Common Utilities ....................... SUCCESS [23.259s]
[INFO] Apache CXF Common Schemas ......................... SUCCESS [2.174s]
[INFO] Apache CXF API .................................... SUCCESS [12.171s]
[INFO] Apache CXF Woodstox/MSV Schema Validation ......... SUCCESS [3.013s]
[INFO] Apache CXF XML Schema Validation with Xerces ...... SUCCESS [2.915s]
[INFO] Apache CXF Common ................................. SUCCESS [0.888s]
[INFO] Apache CXF Runtime Core ........................... SUCCESS [20.934s]
[INFO] Apache CXF Command Line Tools Common .............. SUCCESS [6.715s]
[INFO] Apache CXF Command Line Tools Validator ........... SUCCESS [7.364s]
[INFO] Apache CXF Command Line Tools WSDLTo Core ......... SUCCESS [4.448s]
[INFO] Apache CXF Command Line Tools WSDLTo JAXWS Frontend  SUCCESS [6.346s]
[INFO] Apache CXF WSDL Validator Maven2 Plugin ........... SUCCESS [4.613s]
[INFO] Apache CXF Command Line Tools WSDLTo JAXB Databinding  SUCCESS [4.024s]
[INFO] Apache CXF Code Generation Maven2 Plugins ......... SUCCESS [4.971s]
[INFO] Apache CXF Test Utilities ......................... SUCCESS [31.464s]
[INFO] Apache CXF Runtime JAXB DataBinding ............... SUCCESS [7.412s]
[INFO] Apache CXF Runtime XML Binding .................... SUCCESS [6.397s]
[INFO] Apache CXF Runtime SOAP Binding ................... SUCCESS [7.593s]
[INFO] Apache CXF Runtime Local Transport ................ SUCCESS [4.171s]
[INFO] Apache CXF Runtime Simple Frontend ................ SUCCESS [9.064s]
[INFO] Apache CXF Runtime Transport Common Used Classes .. SUCCESS [4.075s]
[INFO] Apache CXF Runtime HTTP Transport ................. SUCCESS [8.589s]
[INFO] Apache CXF Runtime HTTP Jetty Transport ........... SUCCESS [10.310s]
[INFO] Apache CXF Runtime WS Addressing .................. SUCCESS [6.667s]
[INFO] Apache CXF Runtime JAX-WS Frontend ................ FAILURE [6.275s]
[INFO] Apache CXF Test Case Support ...................... SKIPPED
[INFO] Apache CXF Runtime Aegis Databinding .............. SKIPPED
[INFO] Apache CXF Runtime JavaScript Client Generator .... SKIPPED
[INFO] Apache CXF Command Line Tools WSDL to JavaScript Front End  SKIPPED
[INFO] Apache CXF Runtime Management ..................... SKIPPED
[INFO] Apache CXF Runtime JMS Transport .................. SKIPPED
[INFO] Apache CXF Runtime XmlBeans DataBinding ........... SKIPPED
[INFO] Apache CXF Command Line Tools WSDLTo Test ......... SKIPPED
[INFO] Apache CXF Command Line Tools WSDLTo Misctools .... SKIPPED
[INFO] Apache CXF Command Line Tools ..................... SKIPPED
[INFO] Apache CXF Command Line Tools WSDLTo .............. SKIPPED
[INFO] Apache CXF Command Line Tools JavaTo WS ........... SKIPPED
[INFO] Apache CXF Command Line Tools JavaTo .............. SKIPPED
[INFO] Apache CXF Runtime CORBA Binding .................. SKIPPED
[INFO] Apache CXF Command Line Tools CORBA ............... SKIPPED
[INFO] Apache CXF Runtime SDO DataBinding ................ SKIPPED
[INFO] Apache CXF Runtime HTTP Binding ................... SKIPPED
[INFO] Apache CXF Runtime Object Binding ................. SKIPPED
[INFO] Apache CXF Runtime Colocated Binding .............. SKIPPED
[INFO] Apache CXF Runtime JBI Binding .................... SKIPPED
[INFO] Apache CXF Runtime ................................ SKIPPED
[INFO] Apache CXF Runtime Bindings ....................... SKIPPED
[INFO] Apache CXF Runtime JAX-RS Frontend ................ SKIPPED
[INFO] Apache CXF Runtime JavaScript Frontend ............ SKIPPED
[INFO] Apache CXF HTTP Transport for OSGi ................ SKIPPED
[INFO] Apache CXF Runtime JBI Transport .................. SKIPPED
[INFO] Apache CXF Runtime WS Policy ...................... SKIPPED
[INFO] Apache CXF Runtime WS Reliable Messaging .......... SKIPPED
[INFO] Apache CXF Runtime WS Security .................... SKIPPED
[INFO] Apache CXF Runtime Web Management ................. SKIPPED
[INFO] Apache CXF JBI Integration ........................ SKIPPED
[INFO] Apache CXF JCA Connection ......................... SKIPPED
[INFO] Apache CXF Integration ............................ SKIPPED
[INFO] Apache CXF Java2WS Maven2 Plugin .................. SKIPPED
[INFO] Apache CXF CORBA Tools Maven2 Plugins ............. SKIPPED
[INFO] Apache CXF Archetype - Simple JAX-WS Java First ... SKIPPED
[INFO] Apache CXF Maven Archetypes ....................... SKIPPED
[INFO] Apache CXF Maven Plugins .......................... SKIPPED
[INFO] Apache CXF Container Integration System Tests ..... SKIPPED
[INFO] Apache CXF Container Integration Test Webapp ...... SKIPPED
[INFO] Apache CXF Uncategorized System Tests ............. SKIPPED
[INFO] Apache CXF Transport System Tests ................. SKIPPED
[INFO] Apache CXF JAX-WS System Tests .................... SKIPPED
[INFO] Apache CXF Databinding System Tests ............... SKIPPED
[INFO] Apache CXF JAX-RS System Tests .................... SKIPPED
[INFO] Apache CXF WS-* Specifications System Tests ....... SKIPPED
[INFO] Test for writing wsdl to repo ..................... SKIPPED
[INFO] Test for generating code from wsdl in repo ........ SKIPPED
[INFO] Apache CXF System Tests ........................... SKIPPED
[INFO] Apache CXF System Tests for Maven Plugins ......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:46.325s
[INFO] Finished at: Mon Jan 31 13:50:28 UTC 2011
[INFO] Final Memory: 72M/130M
[INFO] ------------------------------------------------------------------------
maven builder waiting
mavenExecutionResult exceptions not empty
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project cxf-rt-frontend-jaxws: Compilation failure
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
        at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:145)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:124)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
        at hudson.remoting.UserRequest.perform(UserRequest.java:114)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:270)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
        at java.util.concurrent.FutureTask.run(FutureTask.java:123)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation 
failure
        at 
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 27 more
Sending e-mails to: [email protected] [email protected]
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Reply via email to