That finished with "BUILD SUCCESSFUL".

The errors I reported were when I was running plain mvn from the
top-level directory, which is what the vote e-mail said to do.

Are the missing artifacts due to a Maven bug or a bug in the
configuration or something else?


On 25/01/2008, Luciano Resende <[EMAIL PROTECTED]> wrote:
> Could you please try to build itest/osgi-implementation with a "mvn -U
> clean install" and see if you still have issues. I just tried and it
> completed successfully even with all felix artifacts removed from my
> local maven repo.
>
> On Jan 25, 2008 3:11 PM, sebb <[EMAIL PROTECTED]> wrote:
> >
> > On 25/01/2008, sebb <[EMAIL PROTECTED]> wrote:
> > > I got a couple of failures when trying to build the Tuscany 1.1 source.
> > >
> > > The first time, I got an out of memory error from Java.
> > >
> > > I'm assuming this was due to the hundreds of jar and digest files that
> > > were downloaded (at least 760 jar+digest), as the error did not occur
> > > the second time. Possibly this is a memory leak in Maven.
> > >
> > > BTW, it looks like the M2 build downloads multiple versions of some jars, 
> > > e.g :
> > >
> > > backport-util-concurrent v2.1 and v2.1
> > > jaxb-impl 2.0.2, 2.0.3, 2.1.2, 2.1.4 and 2.1.5
> > >
> > > However, the second time I tried, I got the following error:
> > >
> > > <snip/>
> > > ---------------------------------------------------------------
> > > [INFO] [tuscanywsdl2java:generate {execution: default}]
> > > [INFO] Generating Java service interfaces from
> > > D:\tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\src\main\resources\w
> > > sdl.sdo\StockExceptionTest.wsdl
> > > log4j:WARN No appenders could be found for logger
> > > (org.apache.axis2.description.AxisService).
> > > log4j:WARN Please initialize the log4j system properly.
> > > >>  Generating Java class
> > > stockexceptiontestservice.scatesttool.StockExceptionTest
> > > [WARNING] POM for
> > > 'com.sun.xml.stream.buffer:streambuffer:pom:0.4:compile' is invalid.
> > > It will be ignored for artifact resolution. R
> > > eason: Failed to validate POM for project
> > > com.sun.xml.stream.buffer:streambuffer at Artifact
> > > [com.sun.xml.stream.buffer:streambuffer
> > > :pom:0.4:compile]
> > > [WARNING] POM for 'org.jvnet.staxex:stax-ex:pom:1.0:compile' is
> > > invalid. It will be ignored for artifact resolution. Reason: Not a v
> > > 4.0.0 POM. for project org.jvnet.staxex:stax-ex at C:\Documents and
> > > Settings\User\.m2\repository\org\jvnet\staxex\stax-ex\1.0\stax-e
> > > x-1.0.pom
> > > [INFO] [jaxws:wsimport {execution: generate-jaxb}]
> > > [INFO] Processing:
> > > D:\tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\src\main\resources\wsdl\StockExceptionTest.wsdl
> > > [INFO] jaxws:wsimport args: [-s,
> > > D:\tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\target\jaxws\wsimport\java,
> > > -d, D:
> > > \tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\target\classes,
> > > -verbose, -p, org.apache.tuscany.sca.test.exceptions.
> > > impl.jaxb, 
> > > D:\tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\src\main\resources\wsdl\StockExceptionTest.wsdl]
> > > parsing WSDL...
> > >
> > >
> > > generating code...
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\InvalidSymbolFault.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\InvalidSymbolFault_Exception.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\MarketClosedFault.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\ObjectFactory.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\StockExceptionTest.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\StockExceptionTestService.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\StockOffer.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\StockQuoteOffer.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\StockQuoteOfferResponse.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\TestNotDeclaredAtSourceFault.java
> > > org\apache\tuscany\sca\test\exceptions\impl\jaxb\package-info.java
> > > [ERROR] null
> > > unknown location
> > >
> > > compilation failed, errors should have been reported
> > > [INFO] 
> > > ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO] 
> > > ------------------------------------------------------------------------
> > > [INFO] Error executing: wsimport [-s,
> > > D:\tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\target\jaxws\wsimport\java,
> > > -
> > > d, 
> > > D:\tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\target\classes,
> > > -verbose, -p, org.apache.tuscany.sca.test.except
> > > ions.impl.jaxb,
> > > D:\tuscany-sca-1.1-incubating-src\itest\exceptions-cross-binding\src\main\resources\wsdl\StockExceptionTest.wsdl]
> > > [INFO] 
> > > ------------------------------------------------------------------------
> > > [INFO] For more information, run Maven with the -e switch
> > > [INFO] 
> > > ------------------------------------------------------------------------
> > > [INFO] Total time: 28 minutes 48 seconds
> > > [INFO] Finished at: Thu Jan 24 18:59:33 GMT 2008
> > > [INFO] Final Memory: 59M/63M
> > > [INFO] 
> > > ------------------------------------------------------------------------
> > >
> > > ---------------------------------------------------------------------------------------------------
> > >
> > > I will probably try re-running the build again at some point so I can
> > > collect the full log.
> > >
> >
> > Had to increase the memory allocation.
> >
> > Latest test failed with 3 missing artifacts:
> >
> > 1) org.apache.felix:org.apache.felix.configadmin:jar:0.9.0-SNAPSHOT
> > 2) org.apache.felix:org.apache.felix.log:jar:0.9.0-incubator-SNAPSHOT
> > 3) org.apache.felix:org.apache.felix.scr:jar:0.9.0-SNAPSHOT
> >
> >
> > > S///
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> 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]

Reply via email to