You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by Kevin Brown <Ke...@air2web.com> on 2007/08/28 22:49:07 UTC

Compilation failure - package org.apache.woden does not exist

All,

I'm seeing compilation failures for 1.0 and svn.
 
I was able to proceed by adding the following to modules/core/pom.xml:

 <dependency>
        <groupId>org.apache.woden</groupId>
        <artifactId>woden</artifactId>
        <version>1.0-incubating-SNAPSHOT</version>
 </dependency>




INFO] Copying 12 resources
[INFO] [compiler:compile]
Compiling 185 source files to /home/foo/apache-synapse/modules/core/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil                                      der.java:[25,24] package org.apache.woden does not exist

[...]

/home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil                                      der.java:[32,31] package org.apache.woden.wsdl20 does not exist


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 minutes 22 seconds
[INFO] Finished at: Tue Aug 28 15:21:44 EST 2007
[INFO] Final Memory: 17M/42M



Re: Compilation failure - package org.apache.woden does not exist

Posted by Ruwan Linton <ru...@gmail.com>.
Yes Kevin,

May be that is the case, I am going to build Synapse from the scratch using
a new maven repository and see???

BTW: Can U confirm U are using the mven 2.0.6 version?

Thanks,
Ruwan

On 8/30/07, Kevin Brown <Ke...@air2web.com> wrote:
>
>
> Thanks.  I thought it odd too.  Either I have an issue with my
> environment, or success depends on having built previous versions of
> synapse?
>
>
> -----Original Message-----
> From: Ruwan Linton [mailto:ruwan.linton@gmail.com]
> Sent: Wed 8/29/2007 12:59 PM
> To: synapse-user@ws.apache.org
> Subject: Re: Compilation failure - package org.apache.woden does not exist
>
> Thanks for the information Kevin.
>
> I will look in to this tomorrow. But I am pretty much sure that, there
> cannot be a problem with 1.0 release unless otherwise there is some
> conflict
> in jars which are in the Maven repositories.
>
> Thanks again,
> Ruwan.
>
> On 8/29/07, Kevin Brown <Ke...@air2web.com> wrote:
> >
> > All,
> >
> > I'm seeing compilation failures for 1.0 and svn.
> >
> > I was able to proceed by adding the following to modules/core/pom.xml:
> >
> > <dependency>
> >         <groupId>org.apache.woden</groupId>
> >         <artifactId>woden</artifactId>
> >         <version>1.0-incubating-SNAPSHOT</version>
> > </dependency>
> >
> >
> >
> >
> > INFO] Copying 12 resources
> > [INFO] [compiler:compile]
> > Compiling 185 source files to
> > /home/foo/apache-synapse/modules/core/target/classes
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Compilation failure
> >
> >
> >
> /home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
> > der.java:[25,24] package org.apache.woden does not exist
> >
> > [...]
> >
> >
> >
> /home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
> > der.java:[32,31] package org.apache.woden.wsdl20 does not exist
> >
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 11 minutes 22 seconds
> > [INFO] Finished at: Tue Aug 28 15:21:44 EST 2007
> > [INFO] Final Memory: 17M/42M
> >
> >
> >
>
>
> --
> Ruwan Linton
> http://www.wso2.org - "Oxygenating the Web Services Platform"
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-user-help@ws.apache.org
>



-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

RE: Compilation failure - package org.apache.woden does not exist

Posted by Kevin Brown <Ke...@air2web.com>.
Thanks.  I thought it odd too.  Either I have an issue with my environment, or success depends on having built previous versions of synapse?  


-----Original Message-----
From: Ruwan Linton [mailto:ruwan.linton@gmail.com]
Sent: Wed 8/29/2007 12:59 PM
To: synapse-user@ws.apache.org
Subject: Re: Compilation failure - package org.apache.woden does not exist
 
Thanks for the information Kevin.

I will look in to this tomorrow. But I am pretty much sure that, there
cannot be a problem with 1.0 release unless otherwise there is some conflict
in jars which are in the Maven repositories.

Thanks again,
Ruwan.

On 8/29/07, Kevin Brown <Ke...@air2web.com> wrote:
>
> All,
>
> I'm seeing compilation failures for 1.0 and svn.
>
> I was able to proceed by adding the following to modules/core/pom.xml:
>
> <dependency>
>         <groupId>org.apache.woden</groupId>
>         <artifactId>woden</artifactId>
>         <version>1.0-incubating-SNAPSHOT</version>
> </dependency>
>
>
>
>
> INFO] Copying 12 resources
> [INFO] [compiler:compile]
> Compiling 185 source files to
> /home/foo/apache-synapse/modules/core/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
>
> /home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
> der.java:[25,24] package org.apache.woden does not exist
>
> [...]
>
>
> /home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
> der.java:[32,31] package org.apache.woden.wsdl20 does not exist
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 11 minutes 22 seconds
> [INFO] Finished at: Tue Aug 28 15:21:44 EST 2007
> [INFO] Final Memory: 17M/42M
>
>
>


-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"



Re: Compilation failure - package org.apache.woden does not exist

Posted by Ruwan Linton <ru...@gmail.com>.
Thanks for the information Kevin.

I will look in to this tomorrow. But I am pretty much sure that, there
cannot be a problem with 1.0 release unless otherwise there is some conflict
in jars which are in the Maven repositories.

Thanks again,
Ruwan.

On 8/29/07, Kevin Brown <Ke...@air2web.com> wrote:
>
> All,
>
> I'm seeing compilation failures for 1.0 and svn.
>
> I was able to proceed by adding the following to modules/core/pom.xml:
>
> <dependency>
>         <groupId>org.apache.woden</groupId>
>         <artifactId>woden</artifactId>
>         <version>1.0-incubating-SNAPSHOT</version>
> </dependency>
>
>
>
>
> INFO] Copying 12 resources
> [INFO] [compiler:compile]
> Compiling 185 source files to
> /home/foo/apache-synapse/modules/core/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
>
> /home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
> der.java:[25,24] package org.apache.woden does not exist
>
> [...]
>
>
> /home/foo/apache-synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/utils/WSDL20EndpointBuil
> der.java:[32,31] package org.apache.woden.wsdl20 does not exist
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 11 minutes 22 seconds
> [INFO] Finished at: Tue Aug 28 15:21:44 EST 2007
> [INFO] Final Memory: 17M/42M
>
>
>


-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"