OK. I cheated.. slightly.. just a li'l bit :-)
Yes. On the build machine, we do build with a clean repo every time.
Maven, I think, automatically mirrors it's "central" repo to ibiblio.
Ibiblio has now become slow and timesout frequently. Now I have
overridden the mirror settings for the central repo. After resisting
doing this for a while I finally let Jarek talk me into cheating the
build. It's all his fault :-)
<!-- central repo repo1 is mirrored to ibiblio. explictly overriding
that to be repo1 itself -->
<mirrors>
<mirror>
<id>ibiblio.org</id>
<name>Mirror of http://repo1.maven.org/maven2/</name>
<url>http://repo1.maven.org/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
On 10/4/07, Lin Sun <[EMAIL PROTECTED]> wrote:
> On the build machine, do we always run the build after a clean .m2 repo?
>
> After seeing so many 2.0 good build notification, I still cannot build
> 2.0 branch. I kept getting failure here -
>
> Missing:
> ----------
> 1) org.apache.xbean:xbean-naming:jar:3.2-r579367
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.apache.xbean
> -DartifactId=xbean-nam
> ing \
> -Dversion=3.2-r579367 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=org.apache.xbean
> -DartifactId=xbean-naming
> \
> -Dversion=3.2-r579367 -Dpackaging=jar -Dfile=/path/to/file \
> -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.apache.geronimo.configs:client-corba-yoko:car:2.0.2-SNAPSHOT
> 2)
> org.apache.geronimo.configs:openejb-corba-deployer:car:2.0.2-SNAPSHOT
>
> 3) org.apache.geronimo.configs:j2ee-deployer:car:2.0.2-SNAPSHOT
> 4) org.apache.geronimo.modules:geronimo-client:jar:2.0.2-SNAPSHOT
> 5) org.apache.geronimo.modules:geronimo-naming:jar:2.0.2-SNAPSHOT
> 6) org.apache.xbean:xbean-naming:jar:3.2-r579367
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.apache.geronimo.configs:client-corba-yoko:car:2.0.2-SNAPSHOT
>
> What am I missing?
>
> Lin
>
>
> [EMAIL PROTECTED] wrote:
> > Geronimo Revision: 581864 built with tests included
> >
> > See the full build-0800.log file at
> > http://people.apache.org/~prasad/binaries/2.0/20071004/build-0800.log
> >
> > Download the binaries from
> > http://people.apache.org/~prasad/binaries/2.0/20071004
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 24 minutes 25 seconds
> > [INFO] Finished at: Thu Oct 04 08:31:38 EDT 2007
> > [INFO] Final Memory: 202M/973M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > TESTSUITE RESULTS (Failures only)
> > =================================
> > See detailed results at
> > http://people.apache.org/~prasad/testsuite/ResultsSummary.html
> > See the full test-0800.log file at
> > http://people.apache.org/~prasad/binaries/2.0/20071004/test-0800.log
> >
> > [INFO] locationURI=http://localhost:8080/JAXWSBeanService/JAXWSBean
> > [INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> > 0.864 sec <<< FAILURE!
> > --
> > [INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
> > [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> > 0.255 sec <<< FAILURE!
> > --
> > [INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
> > [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.25
> > sec <<< FAILURE!
> > --
> > [INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
> > [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> > 0.267 sec <<< FAILURE!
> > --
> > [INFO] <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><greetMeResponse
> > xmlns="http://org.apache.org/greeter"><out xsi:type="xsd:string"
> > xmlns="">Hello foo
> > bar</out></greetMeResponse></soapenv:Body></soapenv:Envelope>
> > [INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> > 0.429 sec <<< FAILURE!
> >
> >
>
>