You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Chamara Silva <ch...@gmail.com> on 2009/09/28 11:07:33 UTC

Compilation Failure in Axis2 trunk

Hi,
    I got compilation failure during the building of Axis2 trunk.

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[32,30]
cannot find symbol
symbol  : class ParserInputStreamDataSource
location: package org.apache.axiom.om.ds

/mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[109,12]
cannot find symbol
symbol  : class ParserInputStreamDataSource
location: class
org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder

/mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[109,49]
cannot find symbol
symbol  : class ParserInputStreamDataSource
location: class
org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder

/mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[159,12]
cannot find symbol
symbol  : class ParserInputStreamDataSource
location: class
org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder

/mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[159,49]
cannot find symbol
symbol  : class ParserInputStreamDataSource
location: class
org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder

Thank you,
Regards,
Chamara

Re: Compilation Failure in Axis2 trunk

Posted by Andreas Veithen <an...@gmail.com>.
Looks like the Axiom snapshots on people.apache.org are outdated and
don't include the change in r819034. You will have to build Axiom
first.

Andreas

On Mon, Sep 28, 2009 at 11:07, Chamara Silva <ch...@gmail.com> wrote:
> Hi,
>     I got compilation failure during the building of Axis2 trunk.
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[32,30]
> cannot find symbol
> symbol  : class ParserInputStreamDataSource
> location: package org.apache.axiom.om.ds
>
> /mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[109,12]
> cannot find symbol
> symbol  : class ParserInputStreamDataSource
> location: class
> org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
>
> /mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[109,49]
> cannot find symbol
> symbol  : class ParserInputStreamDataSource
> location: class
> org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
>
> /mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[159,12]
> cannot find symbol
> symbol  : class ParserInputStreamDataSource
> location: class
> org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
>
> /mnt/var/builder/bamboo_home_2.0_beta5/xml-data/build-dir/AXIS2-NIGHTLY/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java:[159,49]
> cannot find symbol
> symbol  : class ParserInputStreamDataSource
> location: class
> org.apache.axis2.jaxws.context.listener.ParserInputStreamCustomBuilder
>
> Thank you,
> Regards,
> Chamara
>