You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by Dennis Sosnoski <dm...@sosnoski.com> on 2010/06/22 02:13:33 UTC

[Axis2] 1.5 branch build broken

as usual...  :-(

Just got the source from 
https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/ 
(which looks to be correct for the new TLP structure), when I run "mvn 
clean install" I get:

Missing:
----------
1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
...
2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
...
3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT

Anybody know how to fix these?

Thanks,

  - Dennis

-- 
Dennis M. Sosnoski
XML and Web Services in Java
Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
Dennis,

Jarek recently modified the surefire plugin configuration (in the
trunk and the 1.5) to redirect the test output to files. Anyway, the
best way to identify the failed test cases is to look at the surefire
reports (in target/surefire-reports). I tested the build on Linux with
Sun 1.6.0_10, but I don't see any test failure. Can you post the
surefire reports for the failing tests?

Andreas

On Mon, Jun 28, 2010 at 04:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Andreas Veithen wrote:
>>
>> Dennis,
>>
>> I don't know any project that systematically tests its builds with all
>> possible combinations of Maven version, Java version, Maven settings
>> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
>> preconditions (local repository empty or not). We have Hudson jobs and
>> these builds work fine. If people encounter problems in a specific
>> environment or when running with non standard Maven settings, we
>> expect them to report the issue and provide enough information to
>> track down the issue.
>>
>
> I was running "mvn clean install" from a clean checkout of the branch, as I
> said in the original email about the missing Axiom jars. I'm running on
> Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 2.0.11.
>
>> For the jaxws-integration test issues, you simply complain but don't
>> provide any relevant info about the issue. I'm tempted to say: as
>> usual...  :-(
>>
>
> The big problem here is that the jaxws-integration test spews out dozens of
> stack traces and other verbose console output as part of the normal
> execution, so it's not at all clear to me what specific problem is causing
> the build to fail. The final output shows only one of the actual failed
> tests, which is:
>
> Caused by:
> org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault:
> message
>
>       at
> org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)
>
>       ... 17 more
>  AsyncClient.waitBlocking Exit, 29sec remaining
>     [SimpleHTTPServer] Stop called
>       Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
> 16.381 sec <<< FAILURE!
>
> [SimpleHTTPServer] Stop called
>   Running
> org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests
>
> [SimpleHTTPServer] Stop called
>   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 sec
>      Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
> [SimpleHTTPServer] Stop called
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec
>
> Results :
>
> Failed tests:
>
> Tests run: 318, Failures: 7, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
>> The jaxws-integration test issue has existed for quite some time in
>> the trunk, but got fixed in a couple of days after it became clear
>> that all the people who were complaining about this were actually
>> trying to build with maven.test.skip=true (but forgot to mention
>> this...).
>>
>
> I'm using "mvn clean install", as I said before. No other settings apply.
>
>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
Dennis,

Jarek recently modified the surefire plugin configuration (in the
trunk and the 1.5) to redirect the test output to files. Anyway, the
best way to identify the failed test cases is to look at the surefire
reports (in target/surefire-reports). I tested the build on Linux with
Sun 1.6.0_10, but I don't see any test failure. Can you post the
surefire reports for the failing tests?

Andreas

On Mon, Jun 28, 2010 at 04:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Andreas Veithen wrote:
>>
>> Dennis,
>>
>> I don't know any project that systematically tests its builds with all
>> possible combinations of Maven version, Java version, Maven settings
>> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
>> preconditions (local repository empty or not). We have Hudson jobs and
>> these builds work fine. If people encounter problems in a specific
>> environment or when running with non standard Maven settings, we
>> expect them to report the issue and provide enough information to
>> track down the issue.
>>
>
> I was running "mvn clean install" from a clean checkout of the branch, as I
> said in the original email about the missing Axiom jars. I'm running on
> Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 2.0.11.
>
>> For the jaxws-integration test issues, you simply complain but don't
>> provide any relevant info about the issue. I'm tempted to say: as
>> usual...  :-(
>>
>
> The big problem here is that the jaxws-integration test spews out dozens of
> stack traces and other verbose console output as part of the normal
> execution, so it's not at all clear to me what specific problem is causing
> the build to fail. The final output shows only one of the actual failed
> tests, which is:
>
> Caused by:
> org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault:
> message
>
>       at
> org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)
>
>       ... 17 more
>  AsyncClient.waitBlocking Exit, 29sec remaining
>     [SimpleHTTPServer] Stop called
>       Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
> 16.381 sec <<< FAILURE!
>
> [SimpleHTTPServer] Stop called
>   Running
> org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests
>
> [SimpleHTTPServer] Stop called
>   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 sec
>      Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
> [SimpleHTTPServer] Stop called
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec
>
> Results :
>
> Failed tests:
>
> Tests run: 318, Failures: 7, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
>> The jaxws-integration test issue has existed for quite some time in
>> the trunk, but got fixed in a couple of days after it became clear
>> that all the people who were complaining about this were actually
>> trying to build with maven.test.skip=true (but forgot to mention
>> this...).
>>
>
> I'm using "mvn clean install", as I said before. No other settings apply.
>
>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
Dennis,

Jarek recently modified the surefire plugin configuration (in the
trunk and the 1.5) to redirect the test output to files. Anyway, the
best way to identify the failed test cases is to look at the surefire
reports (in target/surefire-reports). I tested the build on Linux with
Sun 1.6.0_10, but I don't see any test failure. Can you post the
surefire reports for the failing tests?

Andreas

On Mon, Jun 28, 2010 at 04:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Andreas Veithen wrote:
>>
>> Dennis,
>>
>> I don't know any project that systematically tests its builds with all
>> possible combinations of Maven version, Java version, Maven settings
>> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
>> preconditions (local repository empty or not). We have Hudson jobs and
>> these builds work fine. If people encounter problems in a specific
>> environment or when running with non standard Maven settings, we
>> expect them to report the issue and provide enough information to
>> track down the issue.
>>
>
> I was running "mvn clean install" from a clean checkout of the branch, as I
> said in the original email about the missing Axiom jars. I'm running on
> Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 2.0.11.
>
>> For the jaxws-integration test issues, you simply complain but don't
>> provide any relevant info about the issue. I'm tempted to say: as
>> usual...  :-(
>>
>
> The big problem here is that the jaxws-integration test spews out dozens of
> stack traces and other verbose console output as part of the normal
> execution, so it's not at all clear to me what specific problem is causing
> the build to fail. The final output shows only one of the actual failed
> tests, which is:
>
> Caused by:
> org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault:
> message
>
>       at
> org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)
>
>       ... 17 more
>  AsyncClient.waitBlocking Exit, 29sec remaining
>     [SimpleHTTPServer] Stop called
>       Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
> 16.381 sec <<< FAILURE!
>
> [SimpleHTTPServer] Stop called
>   Running
> org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests
>
> [SimpleHTTPServer] Stop called
>   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 sec
>      Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
> [SimpleHTTPServer] Stop called
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec
>
> Results :
>
> Failed tests:
>
> Tests run: 318, Failures: 7, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
>> The jaxws-integration test issue has existed for quite some time in
>> the trunk, but got fixed in a couple of days after it became clear
>> that all the people who were complaining about this were actually
>> trying to build with maven.test.skip=true (but forgot to mention
>> this...).
>>
>
> I'm using "mvn clean install", as I said before. No other settings apply.
>
>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
Dennis,

Jarek recently modified the surefire plugin configuration (in the
trunk and the 1.5) to redirect the test output to files. Anyway, the
best way to identify the failed test cases is to look at the surefire
reports (in target/surefire-reports). I tested the build on Linux with
Sun 1.6.0_10, but I don't see any test failure. Can you post the
surefire reports for the failing tests?

Andreas

On Mon, Jun 28, 2010 at 04:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Andreas Veithen wrote:
>>
>> Dennis,
>>
>> I don't know any project that systematically tests its builds with all
>> possible combinations of Maven version, Java version, Maven settings
>> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
>> preconditions (local repository empty or not). We have Hudson jobs and
>> these builds work fine. If people encounter problems in a specific
>> environment or when running with non standard Maven settings, we
>> expect them to report the issue and provide enough information to
>> track down the issue.
>>
>
> I was running "mvn clean install" from a clean checkout of the branch, as I
> said in the original email about the missing Axiom jars. I'm running on
> Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 2.0.11.
>
>> For the jaxws-integration test issues, you simply complain but don't
>> provide any relevant info about the issue. I'm tempted to say: as
>> usual...  :-(
>>
>
> The big problem here is that the jaxws-integration test spews out dozens of
> stack traces and other verbose console output as part of the normal
> execution, so it's not at all clear to me what specific problem is causing
> the build to fail. The final output shows only one of the actual failed
> tests, which is:
>
> Caused by:
> org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault:
> message
>
>       at
> org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)
>
>       ... 17 more
>  AsyncClient.waitBlocking Exit, 29sec remaining
>     [SimpleHTTPServer] Stop called
>       Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
> 16.381 sec <<< FAILURE!
>
> [SimpleHTTPServer] Stop called
>   Running
> org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests
>
> [SimpleHTTPServer] Stop called
>   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 sec
>      Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
> [SimpleHTTPServer] Stop called
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec
>
> Results :
>
> Failed tests:
>
> Tests run: 318, Failures: 7, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
>> The jaxws-integration test issue has existed for quite some time in
>> the trunk, but got fixed in a couple of days after it became clear
>> that all the people who were complaining about this were actually
>> trying to build with maven.test.skip=true (but forgot to mention
>> this...).
>>
>
> I'm using "mvn clean install", as I said before. No other settings apply.
>
>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
Dennis,

Jarek recently modified the surefire plugin configuration (in the
trunk and the 1.5) to redirect the test output to files. Anyway, the
best way to identify the failed test cases is to look at the surefire
reports (in target/surefire-reports). I tested the build on Linux with
Sun 1.6.0_10, but I don't see any test failure. Can you post the
surefire reports for the failing tests?

Andreas

On Mon, Jun 28, 2010 at 04:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Andreas Veithen wrote:
>>
>> Dennis,
>>
>> I don't know any project that systematically tests its builds with all
>> possible combinations of Maven version, Java version, Maven settings
>> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
>> preconditions (local repository empty or not). We have Hudson jobs and
>> these builds work fine. If people encounter problems in a specific
>> environment or when running with non standard Maven settings, we
>> expect them to report the issue and provide enough information to
>> track down the issue.
>>
>
> I was running "mvn clean install" from a clean checkout of the branch, as I
> said in the original email about the missing Axiom jars. I'm running on
> Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 2.0.11.
>
>> For the jaxws-integration test issues, you simply complain but don't
>> provide any relevant info about the issue. I'm tempted to say: as
>> usual...  :-(
>>
>
> The big problem here is that the jaxws-integration test spews out dozens of
> stack traces and other verbose console output as part of the normal
> execution, so it's not at all clear to me what specific problem is causing
> the build to fail. The final output shows only one of the actual failed
> tests, which is:
>
> Caused by:
> org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault:
> message
>
>       at
> org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)
>
>       ... 17 more
>  AsyncClient.waitBlocking Exit, 29sec remaining
>     [SimpleHTTPServer] Stop called
>       Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
> 16.381 sec <<< FAILURE!
>
> [SimpleHTTPServer] Stop called
>   Running
> org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests
>
> [SimpleHTTPServer] Stop called
>   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 sec
>      Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
> [SimpleHTTPServer] Stop called
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec
>
> Results :
>
> Failed tests:
>
> Tests run: 318, Failures: 7, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
>> The jaxws-integration test issue has existed for quite some time in
>> the trunk, but got fixed in a couple of days after it became clear
>> that all the people who were complaining about this were actually
>> trying to build with maven.test.skip=true (but forgot to mention
>> this...).
>>
>
> I'm using "mvn clean install", as I said before. No other settings apply.
>
>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Andreas Veithen wrote:
> Dennis,
>
> I don't know any project that systematically tests its builds with all
> possible combinations of Maven version, Java version, Maven settings
> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
> preconditions (local repository empty or not). We have Hudson jobs and
> these builds work fine. If people encounter problems in a specific
> environment or when running with non standard Maven settings, we
> expect them to report the issue and provide enough information to
> track down the issue.
>   

I was running "mvn clean install" from a clean checkout of the branch, 
as I said in the original email about the missing Axiom jars. I'm 
running on Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 
2.0.11.

> For the jaxws-integration test issues, you simply complain but don't
> provide any relevant info about the issue. I'm tempted to say: as
> usual...  :-(
>   
The big problem here is that the jaxws-integration test spews out dozens 
of stack traces and other verbose console output as part of the normal 
execution, so it's not at all clear to me what specific problem is 
causing the build to fail. The final output shows only one of the actual 
failed tests, which is:

Caused by: 
org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault: 
message                                                                        

        at 
org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)                                

        ... 17 
more                                                            
AsyncClient.waitBlocking Exit, 29sec 
remaining                                 
[SimpleHTTPServer] Stop 
called                                                 
Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 16.381 
sec <<< 
FAILURE!                                                                        

[SimpleHTTPServer] Stop 
called                                                 
Running 
org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests                                                                  

[SimpleHTTPServer] Stop 
called                                                 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 
sec      
Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
[SimpleHTTPServer] Stop called
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec

Results :

Failed tests:

Tests run: 318, Failures: 7, Errors: 0, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.

> The jaxws-integration test issue has existed for quite some time in
> the trunk, but got fixed in a couple of days after it became clear
> that all the people who were complaining about this were actually
> trying to build with maven.test.skip=true (but forgot to mention
> this...).
>   

I'm using "mvn clean install", as I said before. No other settings apply.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Andreas Veithen wrote:
> Dennis,
>
> I don't know any project that systematically tests its builds with all
> possible combinations of Maven version, Java version, Maven settings
> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
> preconditions (local repository empty or not). We have Hudson jobs and
> these builds work fine. If people encounter problems in a specific
> environment or when running with non standard Maven settings, we
> expect them to report the issue and provide enough information to
> track down the issue.
>   

I was running "mvn clean install" from a clean checkout of the branch, 
as I said in the original email about the missing Axiom jars. I'm 
running on Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 
2.0.11.

> For the jaxws-integration test issues, you simply complain but don't
> provide any relevant info about the issue. I'm tempted to say: as
> usual...  :-(
>   
The big problem here is that the jaxws-integration test spews out dozens 
of stack traces and other verbose console output as part of the normal 
execution, so it's not at all clear to me what specific problem is 
causing the build to fail. The final output shows only one of the actual 
failed tests, which is:

Caused by: 
org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault: 
message                                                                        

        at 
org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)                                

        ... 17 
more                                                            
AsyncClient.waitBlocking Exit, 29sec 
remaining                                 
[SimpleHTTPServer] Stop 
called                                                 
Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 16.381 
sec <<< 
FAILURE!                                                                        

[SimpleHTTPServer] Stop 
called                                                 
Running 
org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests                                                                  

[SimpleHTTPServer] Stop 
called                                                 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 
sec      
Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
[SimpleHTTPServer] Stop called
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec

Results :

Failed tests:

Tests run: 318, Failures: 7, Errors: 0, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.

> The jaxws-integration test issue has existed for quite some time in
> the trunk, but got fixed in a couple of days after it became clear
> that all the people who were complaining about this were actually
> trying to build with maven.test.skip=true (but forgot to mention
> this...).
>   

I'm using "mvn clean install", as I said before. No other settings apply.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Andreas Veithen wrote:
> Dennis,
>
> I don't know any project that systematically tests its builds with all
> possible combinations of Maven version, Java version, Maven settings
> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
> preconditions (local repository empty or not). We have Hudson jobs and
> these builds work fine. If people encounter problems in a specific
> environment or when running with non standard Maven settings, we
> expect them to report the issue and provide enough information to
> track down the issue.
>   

I was running "mvn clean install" from a clean checkout of the branch, 
as I said in the original email about the missing Axiom jars. I'm 
running on Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 
2.0.11.

> For the jaxws-integration test issues, you simply complain but don't
> provide any relevant info about the issue. I'm tempted to say: as
> usual...  :-(
>   
The big problem here is that the jaxws-integration test spews out dozens 
of stack traces and other verbose console output as part of the normal 
execution, so it's not at all clear to me what specific problem is 
causing the build to fail. The final output shows only one of the actual 
failed tests, which is:

Caused by: 
org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault: 
message                                                                        

        at 
org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)                                

        ... 17 
more                                                            
AsyncClient.waitBlocking Exit, 29sec 
remaining                                 
[SimpleHTTPServer] Stop 
called                                                 
Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 16.381 
sec <<< 
FAILURE!                                                                        

[SimpleHTTPServer] Stop 
called                                                 
Running 
org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests                                                                  

[SimpleHTTPServer] Stop 
called                                                 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 
sec      
Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
[SimpleHTTPServer] Stop called
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec

Results :

Failed tests:

Tests run: 318, Failures: 7, Errors: 0, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.

> The jaxws-integration test issue has existed for quite some time in
> the trunk, but got fixed in a couple of days after it became clear
> that all the people who were complaining about this were actually
> trying to build with maven.test.skip=true (but forgot to mention
> this...).
>   

I'm using "mvn clean install", as I said before. No other settings apply.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Andreas Veithen wrote:
> Dennis,
>
> I don't know any project that systematically tests its builds with all
> possible combinations of Maven version, Java version, Maven settings
> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
> preconditions (local repository empty or not). We have Hudson jobs and
> these builds work fine. If people encounter problems in a specific
> environment or when running with non standard Maven settings, we
> expect them to report the issue and provide enough information to
> track down the issue.
>   

I was running "mvn clean install" from a clean checkout of the branch, 
as I said in the original email about the missing Axiom jars. I'm 
running on Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 
2.0.11.

> For the jaxws-integration test issues, you simply complain but don't
> provide any relevant info about the issue. I'm tempted to say: as
> usual...  :-(
>   
The big problem here is that the jaxws-integration test spews out dozens 
of stack traces and other verbose console output as part of the normal 
execution, so it's not at all clear to me what specific problem is 
causing the build to fail. The final output shows only one of the actual 
failed tests, which is:

Caused by: 
org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault: 
message                                                                        

        at 
org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)                                

        ... 17 
more                                                            
AsyncClient.waitBlocking Exit, 29sec 
remaining                                 
[SimpleHTTPServer] Stop 
called                                                 
Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 16.381 
sec <<< 
FAILURE!                                                                        

[SimpleHTTPServer] Stop 
called                                                 
Running 
org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests                                                                  

[SimpleHTTPServer] Stop 
called                                                 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 
sec      
Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
[SimpleHTTPServer] Stop called
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec

Results :

Failed tests:

Tests run: 318, Failures: 7, Errors: 0, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.

> The jaxws-integration test issue has existed for quite some time in
> the trunk, but got fixed in a couple of days after it became clear
> that all the people who were complaining about this were actually
> trying to build with maven.test.skip=true (but forgot to mention
> this...).
>   

I'm using "mvn clean install", as I said before. No other settings apply.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Andreas Veithen wrote:
> Dennis,
>
> I don't know any project that systematically tests its builds with all
> possible combinations of Maven version, Java version, Maven settings
> (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
> preconditions (local repository empty or not). We have Hudson jobs and
> these builds work fine. If people encounter problems in a specific
> environment or when running with non standard Maven settings, we
> expect them to report the issue and provide enough information to
> track down the issue.
>   

I was running "mvn clean install" from a clean checkout of the branch, 
as I said in the original email about the missing Axiom jars. I'm 
running on Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 
2.0.11.

> For the jaxws-integration test issues, you simply complain but don't
> provide any relevant info about the issue. I'm tempted to say: as
> usual...  :-(
>   
The big problem here is that the jaxws-integration test spews out dozens 
of stack traces and other verbose console output as part of the normal 
execution, so it's not at all clear to me what specific problem is 
causing the build to fail. The final output shows only one of the actual 
failed tests, which is:

Caused by: 
org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault: 
message                                                                        

        at 
org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229)                                

        ... 17 
more                                                            
AsyncClient.waitBlocking Exit, 29sec 
remaining                                 
[SimpleHTTPServer] Stop 
called                                                 
Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 16.381 
sec <<< 
FAILURE!                                                                        

[SimpleHTTPServer] Stop 
called                                                 
Running 
org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests                                                                  

[SimpleHTTPServer] Stop 
called                                                 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 
sec      
Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests
[SimpleHTTPServer] Stop called
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec

Results :

Failed tests:

Tests run: 318, Failures: 7, Errors: 0, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.

> The jaxws-integration test issue has existed for quite some time in
> the trunk, but got fixed in a couple of days after it became clear
> that all the people who were complaining about this were actually
> trying to build with maven.test.skip=true (but forgot to mention
> this...).
>   

I'm using "mvn clean install", as I said before. No other settings apply.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
On Wed, Jun 23, 2010 at 04:03, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Hiranya Jayathilaka wrote:
>>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com
>> <ma...@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>>  https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>
> It'd give more of an impression of quality software development if the Axis2
> projects were at least kept in a state where they could be built. But I'll
> just ignore the rest of the code and build only the few parts I need for my
> code changes, rather than trying to actually run the full build and tests.

Dennis,

I don't know any project that systematically tests its builds with all
possible combinations of Maven version, Java version, Maven settings
(e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
preconditions (local repository empty or not). We have Hudson jobs and
these builds work fine. If people encounter problems in a specific
environment or when running with non standard Maven settings, we
expect them to report the issue and provide enough information to
track down the issue.

For the jaxws-integration test issues, you simply complain but don't
provide any relevant info about the issue. I'm tempted to say: as
usual...  :-(

The jaxws-integration test issue has existed for quite some time in
the trunk, but got fixed in a couple of days after it became clear
that all the people who were complaining about this were actually
trying to build with maven.test.skip=true (but forgot to mention
this...).

Andreas

>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
Hi Dennis,

On Wed, Jun 23, 2010 at 7:33 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> Hiranya Jayathilaka wrote:
>
>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com<mailto:
>> dms@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>>
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>

I also run into this issue from time-to-time. I usually comment out the
jaxws-integration module from the parent pom to get things going smoothly.


>
> It'd give more of an impression of quality software development if the
> Axis2 projects were at least kept in a state where they could be built.


+1

Thanks,
Hiranya


> But I'll just ignore the rest of the code and build only the few parts I
> need for my code changes, rather than trying to actually run the full build
> and tests.
>
>  - Dennis
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
On Wed, Jun 23, 2010 at 04:03, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Hiranya Jayathilaka wrote:
>>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com
>> <ma...@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>>  https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>
> It'd give more of an impression of quality software development if the Axis2
> projects were at least kept in a state where they could be built. But I'll
> just ignore the rest of the code and build only the few parts I need for my
> code changes, rather than trying to actually run the full build and tests.

Dennis,

I don't know any project that systematically tests its builds with all
possible combinations of Maven version, Java version, Maven settings
(e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
preconditions (local repository empty or not). We have Hudson jobs and
these builds work fine. If people encounter problems in a specific
environment or when running with non standard Maven settings, we
expect them to report the issue and provide enough information to
track down the issue.

For the jaxws-integration test issues, you simply complain but don't
provide any relevant info about the issue. I'm tempted to say: as
usual...  :-(

The jaxws-integration test issue has existed for quite some time in
the trunk, but got fixed in a couple of days after it became clear
that all the people who were complaining about this were actually
trying to build with maven.test.skip=true (but forgot to mention
this...).

Andreas

>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
On Wed, Jun 23, 2010 at 04:03, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Hiranya Jayathilaka wrote:
>>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com
>> <ma...@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>>  https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>
> It'd give more of an impression of quality software development if the Axis2
> projects were at least kept in a state where they could be built. But I'll
> just ignore the rest of the code and build only the few parts I need for my
> code changes, rather than trying to actually run the full build and tests.

Dennis,

I don't know any project that systematically tests its builds with all
possible combinations of Maven version, Java version, Maven settings
(e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
preconditions (local repository empty or not). We have Hudson jobs and
these builds work fine. If people encounter problems in a specific
environment or when running with non standard Maven settings, we
expect them to report the issue and provide enough information to
track down the issue.

For the jaxws-integration test issues, you simply complain but don't
provide any relevant info about the issue. I'm tempted to say: as
usual...  :-(

The jaxws-integration test issue has existed for quite some time in
the trunk, but got fixed in a couple of days after it became clear
that all the people who were complaining about this were actually
trying to build with maven.test.skip=true (but forgot to mention
this...).

Andreas

>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
Hi Dennis,

On Wed, Jun 23, 2010 at 7:33 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> Hiranya Jayathilaka wrote:
>
>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com<mailto:
>> dms@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>>
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>

I also run into this issue from time-to-time. I usually comment out the
jaxws-integration module from the parent pom to get things going smoothly.


>
> It'd give more of an impression of quality software development if the
> Axis2 projects were at least kept in a state where they could be built.


+1

Thanks,
Hiranya


> But I'll just ignore the rest of the code and build only the few parts I
> need for my code changes, rather than trying to actually run the full build
> and tests.
>
>  - Dennis
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
Hi Dennis,

On Wed, Jun 23, 2010 at 7:33 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> Hiranya Jayathilaka wrote:
>
>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com<mailto:
>> dms@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>>
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>

I also run into this issue from time-to-time. I usually comment out the
jaxws-integration module from the parent pom to get things going smoothly.


>
> It'd give more of an impression of quality software development if the
> Axis2 projects were at least kept in a state where they could be built.


+1

Thanks,
Hiranya


> But I'll just ignore the rest of the code and build only the few parts I
> need for my code changes, rather than trying to actually run the full build
> and tests.
>
>  - Dennis
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
On Wed, Jun 23, 2010 at 04:03, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Hiranya Jayathilaka wrote:
>>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com
>> <ma...@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>>  https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>
> It'd give more of an impression of quality software development if the Axis2
> projects were at least kept in a state where they could be built. But I'll
> just ignore the rest of the code and build only the few parts I need for my
> code changes, rather than trying to actually run the full build and tests.

Dennis,

I don't know any project that systematically tests its builds with all
possible combinations of Maven version, Java version, Maven settings
(e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
preconditions (local repository empty or not). We have Hudson jobs and
these builds work fine. If people encounter problems in a specific
environment or when running with non standard Maven settings, we
expect them to report the issue and provide enough information to
track down the issue.

For the jaxws-integration test issues, you simply complain but don't
provide any relevant info about the issue. I'm tempted to say: as
usual...  :-(

The jaxws-integration test issue has existed for quite some time in
the trunk, but got fixed in a couple of days after it became clear
that all the people who were complaining about this were actually
trying to build with maven.test.skip=true (but forgot to mention
this...).

Andreas

>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
Hi Dennis,

On Wed, Jun 23, 2010 at 7:33 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> Hiranya Jayathilaka wrote:
>
>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com<mailto:
>> dms@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>>
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>

I also run into this issue from time-to-time. I usually comment out the
jaxws-integration module from the parent pom to get things going smoothly.


>
> It'd give more of an impression of quality software development if the
> Axis2 projects were at least kept in a state where they could be built.


+1

Thanks,
Hiranya


> But I'll just ignore the rest of the code and build only the few parts I
> need for my code changes, rather than trying to actually run the full build
> and tests.
>
>  - Dennis
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
Hi Dennis,

On Wed, Jun 23, 2010 at 7:33 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> Hiranya Jayathilaka wrote:
>
>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com<mailto:
>> dms@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>>
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>

I also run into this issue from time-to-time. I usually comment out the
jaxws-integration module from the parent pom to get things going smoothly.


>
> It'd give more of an impression of quality software development if the
> Axis2 projects were at least kept in a state where they could be built.


+1

Thanks,
Hiranya


> But I'll just ignore the rest of the code and build only the few parts I
> need for my code changes, rather than trying to actually run the full build
> and tests.
>
>  - Dennis
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
On Wed, Jun 23, 2010 at 04:03, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Hiranya Jayathilaka wrote:
>>
>>
>> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com
>> <ma...@sosnoski.com>> wrote:
>>
>>    as usual...  :-(
>>
>>    Just got the source from
>>
>>  https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>>    (which looks to be correct for the new TLP structure), when I run
>>    "mvn clean install" I get:
>>
>>    Missing:
>>    ----------
>>    1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>>    ...
>>    2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>>    ...
>>    3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>>
>>
>> Looks like the Axiom snapshots are not available in any of the maven
>> repos. You can try checking out the Axiom trunk and building it manually.
>>
>> Thanks,
>> Hiranya
>
> Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a more
> recent Maven to make that build - and then had the same problem. It turns
> out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I changed the
> version referenced by the Axis2 build to 1.2.10-SNAPSHOT, and that got me
> further. Now it's the jaxws-integration tests that have errors, which
> usually seems to be the case in my build attempts.
>
> It'd give more of an impression of quality software development if the Axis2
> projects were at least kept in a state where they could be built. But I'll
> just ignore the rest of the code and build only the few parts I need for my
> code changes, rather than trying to actually run the full build and tests.

Dennis,

I don't know any project that systematically tests its builds with all
possible combinations of Maven version, Java version, Maven settings
(e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and
preconditions (local repository empty or not). We have Hudson jobs and
these builds work fine. If people encounter problems in a specific
environment or when running with non standard Maven settings, we
expect them to report the issue and provide enough information to
track down the issue.

For the jaxws-integration test issues, you simply complain but don't
provide any relevant info about the issue. I'm tempted to say: as
usual...  :-(

The jaxws-integration test issue has existed for quite some time in
the trunk, but got fixed in a couple of days after it became clear
that all the people who were complaining about this were actually
trying to build with maven.test.skip=true (but forgot to mention
this...).

Andreas

>  - Dennis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Hiranya Jayathilaka wrote:
>
>
> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com 
> <ma...@sosnoski.com>> wrote:
>
>     as usual...  :-(
>
>     Just got the source from
>     https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>     (which looks to be correct for the new TLP structure), when I run
>     "mvn clean install" I get:
>
>     Missing:
>     ----------
>     1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>     ...
>     2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>     ...
>     3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
>
> Looks like the Axiom snapshots are not available in any of the maven 
> repos. You can try checking out the Axiom trunk and building it manually.
>
> Thanks,
> Hiranya

Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a 
more recent Maven to make that build - and then had the same problem. It 
turns out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I 
changed the version referenced by the Axis2 build to 1.2.10-SNAPSHOT, 
and that got me further. Now it's the jaxws-integration tests that have 
errors, which usually seems to be the case in my build attempts.

It'd give more of an impression of quality software development if the 
Axis2 projects were at least kept in a state where they could be built. 
But I'll just ignore the rest of the code and build only the few parts I 
need for my code changes, rather than trying to actually run the full 
build and tests.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Hiranya Jayathilaka wrote:
>
>
> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com 
> <ma...@sosnoski.com>> wrote:
>
>     as usual...  :-(
>
>     Just got the source from
>     https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>     (which looks to be correct for the new TLP structure), when I run
>     "mvn clean install" I get:
>
>     Missing:
>     ----------
>     1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>     ...
>     2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>     ...
>     3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
>
> Looks like the Axiom snapshots are not available in any of the maven 
> repos. You can try checking out the Axiom trunk and building it manually.
>
> Thanks,
> Hiranya

Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a 
more recent Maven to make that build - and then had the same problem. It 
turns out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I 
changed the version referenced by the Axis2 build to 1.2.10-SNAPSHOT, 
and that got me further. Now it's the jaxws-integration tests that have 
errors, which usually seems to be the case in my build attempts.

It'd give more of an impression of quality software development if the 
Axis2 projects were at least kept in a state where they could be built. 
But I'll just ignore the rest of the code and build only the few parts I 
need for my code changes, rather than trying to actually run the full 
build and tests.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Hiranya Jayathilaka wrote:
>
>
> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com 
> <ma...@sosnoski.com>> wrote:
>
>     as usual...  :-(
>
>     Just got the source from
>     https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>     (which looks to be correct for the new TLP structure), when I run
>     "mvn clean install" I get:
>
>     Missing:
>     ----------
>     1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>     ...
>     2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>     ...
>     3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
>
> Looks like the Axiom snapshots are not available in any of the maven 
> repos. You can try checking out the Axiom trunk and building it manually.
>
> Thanks,
> Hiranya

Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a 
more recent Maven to make that build - and then had the same problem. It 
turns out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I 
changed the version referenced by the Axis2 build to 1.2.10-SNAPSHOT, 
and that got me further. Now it's the jaxws-integration tests that have 
errors, which usually seems to be the case in my build attempts.

It'd give more of an impression of quality software development if the 
Axis2 projects were at least kept in a state where they could be built. 
But I'll just ignore the rest of the code and build only the few parts I 
need for my code changes, rather than trying to actually run the full 
build and tests.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Hiranya Jayathilaka wrote:
>
>
> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com 
> <ma...@sosnoski.com>> wrote:
>
>     as usual...  :-(
>
>     Just got the source from
>     https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>     (which looks to be correct for the new TLP structure), when I run
>     "mvn clean install" I get:
>
>     Missing:
>     ----------
>     1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>     ...
>     2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>     ...
>     3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
>
> Looks like the Axiom snapshots are not available in any of the maven 
> repos. You can try checking out the Axiom trunk and building it manually.
>
> Thanks,
> Hiranya

Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a 
more recent Maven to make that build - and then had the same problem. It 
turns out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I 
changed the version referenced by the Axis2 build to 1.2.10-SNAPSHOT, 
and that got me further. Now it's the jaxws-integration tests that have 
errors, which usually seems to be the case in my build attempts.

It'd give more of an impression of quality software development if the 
Axis2 projects were at least kept in a state where they could be built. 
But I'll just ignore the rest of the code and build only the few parts I 
need for my code changes, rather than trying to actually run the full 
build and tests.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Hiranya Jayathilaka wrote:
>
>
> On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dms@sosnoski.com 
> <ma...@sosnoski.com>> wrote:
>
>     as usual...  :-(
>
>     Just got the source from
>     https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
>     (which looks to be correct for the new TLP structure), when I run
>     "mvn clean install" I get:
>
>     Missing:
>     ----------
>     1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
>     ...
>     2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
>     ...
>     3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
>
> Looks like the Axiom snapshots are not available in any of the maven 
> repos. You can try checking out the Axiom trunk and building it manually.
>
> Thanks,
> Hiranya

Thanks for the suggestion, Hiranya. I checked out Axiom, upgraded to a 
more recent Maven to make that build - and then had the same problem. It 
turns out Axiom is now building 1.2.10-SNAPSHOT, rather than 1.2.9. I 
changed the version referenced by the Axis2 build to 1.2.10-SNAPSHOT, 
and that got me further. Now it's the jaxws-integration tests that have 
errors, which usually seems to be the case in my build attempts.

It'd give more of an impression of quality software development if the 
Axis2 projects were at least kept in a state where they could be built. 
But I'll just ignore the rest of the code and build only the few parts I 
need for my code changes, rather than trying to actually run the full 
build and tests.

  - Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/(which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>

Looks like the Axiom snapshots are not available in any of the maven repos.
You can try checking out the Axiom trunk and building it manually.

Thanks,
Hiranya


>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
The reason is that the 1.5 branch uses org.apache:apache:3 as its
parent POM and that this one refers to the old snapshot repository,
while Axiom snapshots are now deployed to the new (Nexus) snapshot
repository. The trunk uses org.apache:apache:6 which refers to the new
snapshot repository. Since upgrading to a more recent parent POM has
other implications, we need to add the new repository to the 1.5
branch build.

Andreas

On Tue, Jun 22, 2010 at 02:13, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
> (which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/(which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>

Looks like the Axiom snapshots are not available in any of the maven repos.
You can try checking out the Axiom trunk and building it manually.

Thanks,
Hiranya


>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/(which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>

Looks like the Axiom snapshots are not available in any of the maven repos.
You can try checking out the Axiom trunk and building it manually.

Thanks,
Hiranya


>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
The reason is that the 1.5 branch uses org.apache:apache:3 as its
parent POM and that this one refers to the old snapshot repository,
while Axiom snapshots are now deployed to the new (Nexus) snapshot
repository. The trunk uses org.apache:apache:6 which refers to the new
snapshot repository. Since upgrading to a more recent parent POM has
other implications, we need to add the new repository to the 1.5
branch build.

Andreas

On Tue, Jun 22, 2010 at 02:13, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
> (which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/(which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>

Looks like the Axiom snapshots are not available in any of the maven repos.
You can try checking out the Axiom trunk and building it manually.

Thanks,
Hiranya


>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
The reason is that the 1.5 branch uses org.apache:apache:3 as its
parent POM and that this one refers to the old snapshot repository,
while Axiom snapshots are now deployed to the new (Nexus) snapshot
repository. The trunk uses org.apache:apache:6 which refers to the new
snapshot repository. Since upgrading to a more recent parent POM has
other implications, we need to add the new repository to the 1.5
branch build.

Andreas

On Tue, Jun 22, 2010 at 02:13, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
> (which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
The reason is that the 1.5 branch uses org.apache:apache:3 as its
parent POM and that this one refers to the old snapshot repository,
while Axiom snapshots are now deployed to the new (Nexus) snapshot
repository. The trunk uses org.apache:apache:6 which refers to the new
snapshot repository. Since upgrading to a more recent parent POM has
other implications, we need to add the new repository to the 1.5
branch build.

Andreas

On Tue, Jun 22, 2010 at 02:13, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
> (which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Re: [Axis2] 1.5 branch build broken

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Tue, Jun 22, 2010 at 5:43 AM, Dennis Sosnoski <dm...@sosnoski.com> wrote:

> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/(which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>

Looks like the Axiom snapshots are not available in any of the maven repos.
You can try checking out the Axiom trunk and building it manually.

Thanks,
Hiranya


>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: [Axis2] 1.5 branch build broken

Posted by Andreas Veithen <an...@gmail.com>.
The reason is that the 1.5 branch uses org.apache:apache:3 as its
parent POM and that this one refers to the old snapshot repository,
while Axiom snapshots are now deployed to the new (Nexus) snapshot
repository. The trunk uses org.apache:apache:6 which refers to the new
snapshot repository. Since upgrading to a more recent parent POM has
other implications, we need to add the new repository to the 1.5
branch build.

Andreas

On Tue, Jun 22, 2010 at 02:13, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> as usual...  :-(
>
> Just got the source from
> https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/
> (which looks to be correct for the new TLP structure), when I run "mvn clean
> install" I get:
>
> Missing:
> ----------
> 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT
> ...
> 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT
> ...
> 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT
>
> Anybody know how to fix these?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> XML and Web Services in Java
> Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org