You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by John Doe <ar...@googlemail.com> on 2007/02/22 13:20:27 UTC

[Axis2] Axis2 1.1.1 compile errors on Windows

Hi all,

While trying to compile Axis2 (1.1.1. Source Distribution from
http://apache.speedbone.de/ws/axis2/1_1_1/axis2-1.1.1-src.zip) I get the
following errors:



BUILD FAILED

File...... C:\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly

Element... maven:reactor

Line...... 217

Column.... 9

Unable to obtain goal [multiproject:install-callback] --
C:\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: <fail> There
were test failures.

Total time: 2 minutes 46 seconds

Finished at: Thu Feb 22 12:47:29 CET 2007



This is really interesting because I was able to compile without any
problems on a Mac OS X machine. Unfortunately I don't have access to that
machine anymore so I won't be able to redo the tests. Running $ maven -
Dmaven.test.skip=true successfully compiles, but it skips all tests. Any
help would be appreciated.



System description: Windows XP Professional, Maven 1.0.2, Axis2 1.1.1 , Java
1.6.0-b105.



Regards,
Joe


PS. Is this the right place for this kind of problems? Or should I just go
to JIRA?

Re: [Axis2] Axis2 1.1.1 compile errors on Windows

Posted by John Doe <ar...@googlemail.com>.
Hi Thilina,

The following tests have failed:

    [junit] Running org.apache.axis2.schema.testsuite.AnyElementsTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 0.282 sec
    [junit] [ERROR] TEST
org.apache.axis2.schema.testsuite.AnyElementsTest FAILED
    [junit] Running org.apache.axis2.schema.testsuite.CustomElementsTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 0.297 sec
    [junit] [ERROR] TEST
org.apache.axis2.schema.testsuite.CustomElementsTest FAILED
    [junit] Running org.apache.axis2.schema.testsuite.IntElementsTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 0.297 sec
    [junit] [ERROR] TEST
org.apache.axis2.schema.testsuite.IntElementsTest FAILED
    [junit] Running org.apache.axis2.schema.testsuite.OuterElementsTest
    [junit] Tests run: 4, Failures: 4, Errors: 0, Time elapsed: 0.297 sec
    [junit] [ERROR] TEST
org.apache.axis2.schema.testsuite.OuterElementsTest FAILED
    [junit] Running org.apache.axis2.schema.testsuite.StringElementsTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 0.328 sec
    [junit] [ERROR] TEST
org.apache.axis2.schema.testsuite.StringElementsTest FAILED
    [junit] Running org.apache.axis2.schema.testsuite.XsdAnyElementsTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 0.282 sec
    [junit] [ERROR] TEST
org.apache.axis2.schema.testsuite.XsdAnyElementsTest FAILED

Regards,
Joe


On 2/22/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> May be it's due to java 1.6...
> Can you post the name of the failed test...
>
> ~Thilina
>
> On 2/22/07, John Doe <ar...@googlemail.com> wrote:
> > Hi all,
> >
> > While trying to compile Axis2 (1.1.1. Source Distribution from
> > http://apache.speedbone.de/ws/axis2/1_1_1/axis2-1.1.1-src.zip)
> > I get the following errors:
> >
> >
> >
> > BUILD FAILED
> >
> > File......
> > C:\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
> >
> > Element... maven:reactor
> >
> > Line...... 217
> >
> > Column.... 9
> >
> > Unable to obtain goal [multiproject:install-callback] --
> > C:\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
> > <fail> There were test failures.
> >
> > Total time: 2 minutes 46 seconds
> >
> > Finished at: Thu Feb 22 12:47:29 CET 2007
> >
> >
> >
> > This is really interesting because I was able to compile without any
> > problems on a Mac OS X machine. Unfortunately I don't have access to that
> > machine anymore so I won't be able to redo the tests. Running $ maven -
> > Dmaven.test.skip=true successfully compiles, but it skips all tests. Any
> > help would be appreciated.
> >
> >
> >
> > System description: Windows XP Professional, Maven 1.0.2, Axis2 1.1.1 , Java
> > 1.6.0-b105.
> >
> >
> >
> > Regards,
> > Joe
> >
> >
> >
> > PS. Is this the right place for this kind of problems? Or should I just go
> > to JIRA?
>
>
> --
> Thilina Gunarathne
> WSO2, Inc.; http://www.wso2.com/
> Home page: http://webservices.apache.org/~thilina/
> Blog: http://thilinag.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

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


Re: [Axis2] Axis2 1.1.1 compile errors on Windows

Posted by John Doe <ar...@googlemail.com>.
Hi,

I agree, it looks like a Java 6 problem. I've installed the latest
Java 5 (ver 1.5.0_11), changed JAVA_HOME and PATH to point to it and
then I was able to compile without problems.

Regards,
Joe

On 2/22/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> May be it's due to java 1.6...
> Can you post the name of the failed test...
>
> ~Thilina
>
> On 2/22/07, John Doe <ar...@googlemail.com> wrote:
> > Hi all,
> >
> > While trying to compile Axis2 (1.1.1. Source Distribution from
> > http://apache.speedbone.de/ws/axis2/1_1_1/axis2-1.1.1-src.zip)
> > I get the following errors:
> >
> >
> >
> > BUILD FAILED
> >
> > File......
> > C:\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
> >
> > Element... maven:reactor
> >
> > Line...... 217
> >
> > Column.... 9
> >
> > Unable to obtain goal [multiproject:install-callback] --
> > C:\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
> > <fail> There were test failures.
> >
> > Total time: 2 minutes 46 seconds
> >
> > Finished at: Thu Feb 22 12:47:29 CET 2007
> >
> >
> >
> > This is really interesting because I was able to compile without any
> > problems on a Mac OS X machine. Unfortunately I don't have access to that
> > machine anymore so I won't be able to redo the tests. Running $ maven -
> > Dmaven.test.skip=true successfully compiles, but it skips all tests. Any
> > help would be appreciated.
> >
> >
> >
> > System description: Windows XP Professional, Maven 1.0.2, Axis2 1.1.1 , Java
> > 1.6.0-b105.
> >
> >
> >
> > Regards,
> > Joe
> >
> >
> >
> > PS. Is this the right place for this kind of problems? Or should I just go
> > to JIRA?
>
>
> --
> Thilina Gunarathne
> WSO2, Inc.; http://www.wso2.com/
> Home page: http://webservices.apache.org/~thilina/
> Blog: http://thilinag.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

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


Re: [Axis2] Axis2 1.1.1 compile errors on Windows

Posted by Thilina Gunarathne <cs...@gmail.com>.
May be it's due to java 1.6...
Can you post the name of the failed test...

~Thilina

On 2/22/07, John Doe <ar...@googlemail.com> wrote:
> Hi all,
>
> While trying to compile Axis2 (1.1.1. Source Distribution from
> http://apache.speedbone.de/ws/axis2/1_1_1/axis2-1.1.1-src.zip)
> I get the following errors:
>
>
>
> BUILD FAILED
>
> File......
> C:\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
>
> Element... maven:reactor
>
> Line...... 217
>
> Column.... 9
>
> Unable to obtain goal [multiproject:install-callback] --
> C:\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
> <fail> There were test failures.
>
> Total time: 2 minutes 46 seconds
>
> Finished at: Thu Feb 22 12:47:29 CET 2007
>
>
>
> This is really interesting because I was able to compile without any
> problems on a Mac OS X machine. Unfortunately I don't have access to that
> machine anymore so I won't be able to redo the tests. Running $ maven -
> Dmaven.test.skip=true successfully compiles, but it skips all tests. Any
> help would be appreciated.
>
>
>
> System description: Windows XP Professional, Maven 1.0.2, Axis2 1.1.1 , Java
> 1.6.0-b105.
>
>
>
> Regards,
> Joe
>
>
>
> PS. Is this the right place for this kind of problems? Or should I just go
> to JIRA?


-- 
Thilina Gunarathne
WSO2, Inc.; http://www.wso2.com/
Home page: http://webservices.apache.org/~thilina/
Blog: http://thilinag.blogspot.com/

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