You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by Michael Griffin <mg...@fsenablers.com> on 2007/03/09 20:34:23 UTC

Unable to build from Trunk

I have just pulled the latest source from the trunk but am not able to
successfully build using

mvn clean install

I encounter numerous warning messages about being unable to locate poms for
axis2-1.1.1, addressing-1.1.1.  What is the cause of this and how can I fix
it.  Let me know.

Thanks
griffin



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


Re: Unable to build from Trunk

Posted by "Asankha C. Perera" <as...@wso2.com>.
Hi Griffin

Sorry, a POM change today (.. actually yesterday cos its now Saturday 
:-)) caused maven to pull multiple versions of woodstox and mess up the 
build.. but still work on the IDE.. it should be ok now.. sorry about that

asankha

Michael Griffin wrote:
> It does not compile.
>
> [INFO] ---------------------------------------------------------------------
> ---
> [ERROR] BUILD FAILURE
> [INFO] ---------------------------------------------------------------------
> ---
> [INFO] Compilation failure
>
> C:\javasource\Apache-Synapse\modules\core\src\main\java\org\apache\synapse\c
> onfi
> g\xml\endpoints\utils\WSDL20EndpointBuilder.java:[63,67] incompatible types
> found   : org.apache.woden.wsdl20.Description
> required: org.apache.woden.wsdl20.xml.DescriptionElement
>
>   
>

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


RE: Unable to build from Trunk

Posted by Michael Griffin <mg...@fsenablers.com>.
It does not compile.

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

C:\javasource\Apache-Synapse\modules\core\src\main\java\org\apache\synapse\c
onfi
g\xml\endpoints\utils\WSDL20EndpointBuilder.java:[63,67] incompatible types
found   : org.apache.woden.wsdl20.Description
required: org.apache.woden.wsdl20.xml.DescriptionElement

-----Original Message-----
From: Asankha C. Perera [mailto:asankha@wso2.com]
Sent: Friday, March 09, 2007 2:45 PM
To: synapse-dev@ws.apache.org
Subject: Re: Unable to build from Trunk


Hi Griffin

Warnings are ok.. its because Axis2 and its components are not built
with Maven2 and has issues with some of the POMs .. does the build
download all required dependencies? and if so does it compile?

Once you do "mvn clean install -o" -o being optional, do a "mvn
assembly:assembly -Drelease -Dmaven.test.skip=true -o" to build the binary

asankha

Michael Griffin wrote:
> I have just pulled the latest source from the trunk but am not able to
> successfully build using
>
> mvn clean install
>
> I encounter numerous warning messages about being unable to locate poms
for
> axis2-1.1.1, addressing-1.1.1.  What is the cause of this and how can I
fix
> it.  Let me know.
>
> Thanks
> griffin
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>
>

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





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


Re: Unable to build from Trunk

Posted by "Asankha C. Perera" <as...@wso2.com>.
Hi Griffin

Warnings are ok.. its because Axis2 and its components are not built 
with Maven2 and has issues with some of the POMs .. does the build 
download all required dependencies? and if so does it compile?

Once you do "mvn clean install -o" -o being optional, do a "mvn 
assembly:assembly -Drelease -Dmaven.test.skip=true -o" to build the binary

asankha

Michael Griffin wrote:
> I have just pulled the latest source from the trunk but am not able to
> successfully build using
>
> mvn clean install
>
> I encounter numerous warning messages about being unable to locate poms for
> axis2-1.1.1, addressing-1.1.1.  What is the cause of this and how can I fix
> it.  Let me know.
>
> Thanks
> griffin
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>
>   

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