You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Kevan Miller <ke...@gmail.com> on 2009/02/03 04:02:54 UTC

Re: svn commit: r739265 - /tuscany/java/sca/distribution/pom.xml

On Jan 30, 2009, at 8:00 AM, antelder@apache.org wrote:

> Author: antelder
> Date: Fri Jan 30 13:00:18 2009
> New Revision: 739265
>
> URL: http://svn.apache.org/viewvc?rev=739265&view=rev
> Log:
> Move webservices out of the distribution build till the axis2  
> binding is going
>
> Modified:
>    tuscany/java/sca/distribution/pom.xml
>
> Modified: tuscany/java/sca/distribution/pom.xml
> URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/pom.xml?rev=739265&r1=739264&r2=739265&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- tuscany/java/sca/distribution/pom.xml (original)
> +++ tuscany/java/sca/distribution/pom.xml Fri Jan 30 13:00:18 2009
> @@ -36,8 +36,8 @@
>         <module>core</module>
>         <module>ejava</module>
>         <module>host-webapp</module>
> -        <module>webservice</module>
> <!--
> +        <module>webservice</module>
>         <module>manager</module>
>         <module>process</module>
>         <module>repository</module>

Not sure why this was needed (or rather why webservice was removed).  
However, it breaks the build. There are multiple dependencies on  
tuscany-distribution-webservice which will cause a build to fail due  
to the missing artifact.

--kevan

Re: svn commit: r739265 - /tuscany/java/sca/distribution/pom.xml

Posted by ant elder <an...@gmail.com>.
On Tue, Feb 3, 2009 at 3:02 AM, Kevan Miller <ke...@gmail.com> wrote:

>
> On Jan 30, 2009, at 8:00 AM, antelder@apache.org wrote:
>
> Author: antelder
> Date: Fri Jan 30 13:00:18 2009
> New Revision: 739265
>
> URL: http://svn.apache.org/viewvc?rev=739265&view=rev
> Log:
> Move webservices out of the distribution build till the axis2 binding is
> going
>
> Modified:
>    tuscany/java/sca/distribution/pom.xml
>
> Modified: tuscany/java/sca/distribution/pom.xml
> URL:
> http://svn.apache.org/viewvc/tuscany/java/sca/distribution/pom.xml?rev=739265&r1=739264&r2=739265&view=diff
>
> ==============================================================================
> --- tuscany/java/sca/distribution/pom.xml (original)
> +++ tuscany/java/sca/distribution/pom.xml Fri Jan 30 13:00:18 2009
> @@ -36,8 +36,8 @@
>         <module>core</module>
>         <module>ejava</module>
>         <module>host-webapp</module>
> -        <module>webservice</module>
> <!--
> +        <module>webservice</module>
>         <module>manager</module>
>         <module>process</module>
>         <module>repository</module>
>
>
> Not sure why this was needed (or rather why webservice was
> removed). However, it breaks the build. There are multiple dependencies on tuscany-distribution-webservice
> which will cause a build to fail due to the missing artifact.
>
> --kevan
>

Because the webservices modules weren't building, see all the related
threads going on. AFAIK all the things referencing it had been also taken
out of the build at one point so we did have a clean build working, though
some of them may have started getting put back in.

   ...ant