You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Nodet Guillaume <gn...@gmail.com> on 2007/08/22 09:20:36 UTC

Re: CXF Build Error

Btw, what about adding them to the build now ?

Cheers,
Guillaume Nodet

On Aug 22, 2007, at 4:25 AM, Freeman Fang wrote:

> Hi Gordon,
>
> The cxf-bc and cxf-se is in progress now, so these two modules are  
> not added in serviceengines and bindingcomponents modules list, so  
> you cann't download  org.apache.servicemix:servicemix-cxf-se from  
> website now.
> The work around is go into trunk/deployables/serviceengines/ 
> servicemix-cxf-se and run "mvn install" to build  
> org.apache.servicemix:servicemix-cxf-se yourself.
> Btw, you should be able to download it from website very soon.
>
> Best Regards
> Freeman
>
> Gordon Dickens wrote:
>> Hello,
>>
>> I am getting a build error today from the latest code from SVN:
>>
>> [ERROR] BUILD ERROR
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] Failed to resolve artifact.
>>
>> GroupId: org.apache.servicemix
>> ArtifactId: servicemix-cxf-se
>> Version: 3.2-incubating-SNAPSHOT
>>
>> Reason: Unable to download the artifact from any repository
>>
>> Try downloading the file manually from the project website.
>>
>> Then, install it using the command:
>>    mvn install:install-file -DgroupId=org.apache.servicemix - 
>> DartifactId=servicemix-cxf-se \
>>        -Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer - 
>> Dpackaging=zip -Dfile=/path/to/file
>> Alternatively, if you host your own repository you can deploy the  
>> file there:     mvn deploy:deploy-file -DgroupId=org.apache.servic
>> emix -DartifactId=servicemix-cxf-se \
>>        -Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer - 
>> Dpackaging=zip -Dfile=/path/to/file \
>>         -Durl=[url] -DrepositoryId=[id]
>>
>>
>>  org.apache.servicemix:servicemix-cxf-se:zip:3.2-incubating-SNAPSHOT
>>
>> from the specified remote repositories:
>>  central (http://repo1.maven.org/maven2),
>>  servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/ 
>> servicemix/m2-repo),
>>  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
>>  codehaus (http://repository.codehaus.org),
>>  apache-incubating (http://people.apache.org/repo/m2-incubating- 
>> repository),
>>  apache-snapshots (http://people.apache.org/repo/m2-snapshot- 
>> repository)
>>
>>
>>
>> Any thoughts?
>>
>> Thanks,
>> Gordon Dickens
>>


Re: CXF Build Error

Posted by Freeman Fang <fr...@iona.com>.
Thanks Guillaume.
Best Regards

Freeman





Guillaume Nodet wrote:
> I thought they were already included in the build and I have added
> them to the distribution some time ago.  As this was causing the
> build to break, I have added these two components to the build.
>
> On 8/22/07, Nodet Guillaume <gn...@gmail.com> wrote:
>   
>> Btw, what about adding them to the build now ?
>>
>> Cheers,
>> Guillaume Nodet
>>
>> On Aug 22, 2007, at 4:25 AM, Freeman Fang wrote:
>>
>>     
>>> Hi Gordon,
>>>
>>> The cxf-bc and cxf-se is in progress now, so these two modules are
>>> not added in serviceengines and bindingcomponents modules list, so
>>> you cann't download  org.apache.servicemix:servicemix-cxf-se from
>>> website now.
>>> The work around is go into trunk/deployables/serviceengines/
>>> servicemix-cxf-se and run "mvn install" to build
>>> org.apache.servicemix:servicemix-cxf-se yourself.
>>> Btw, you should be able to download it from website very soon.
>>>
>>> Best Regards
>>> Freeman
>>>
>>> Gordon Dickens wrote:
>>>       
>>>> Hello,
>>>>
>>>> I am getting a build error today from the latest code from SVN:
>>>>
>>>> [ERROR] BUILD ERROR
>>>> [INFO]
>>>> ---------------------------------------------------------------------
>>>> ---
>>>> [INFO] Failed to resolve artifact.
>>>>
>>>> GroupId: org.apache.servicemix
>>>> ArtifactId: servicemix-cxf-se
>>>> Version: 3.2-incubating-SNAPSHOT
>>>>
>>>> Reason: Unable to download the artifact from any repository
>>>>
>>>> Try downloading the file manually from the project website.
>>>>
>>>> Then, install it using the command:
>>>>    mvn install:install-file -DgroupId=org.apache.servicemix -
>>>> DartifactId=servicemix-cxf-se \
>>>>        -Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer -
>>>> Dpackaging=zip -Dfile=/path/to/file
>>>> Alternatively, if you host your own repository you can deploy the
>>>> file there:     mvn deploy:deploy-file -DgroupId=org.apache.servic
>>>> emix -DartifactId=servicemix-cxf-se \
>>>>        -Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer -
>>>> Dpackaging=zip -Dfile=/path/to/file \
>>>>         -Durl=[url] -DrepositoryId=[id]
>>>>
>>>>
>>>>  org.apache.servicemix:servicemix-cxf-se:zip:3.2-incubating-SNAPSHOT
>>>>
>>>> from the specified remote repositories:
>>>>  central (http://repo1.maven.org/maven2),
>>>>  servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/
>>>> servicemix/m2-repo),
>>>>  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
>>>>  codehaus (http://repository.codehaus.org),
>>>>  apache-incubating (http://people.apache.org/repo/m2-incubating-
>>>> repository),
>>>>  apache-snapshots (http://people.apache.org/repo/m2-snapshot-
>>>> repository)
>>>>
>>>>
>>>>
>>>> Any thoughts?
>>>>
>>>> Thanks,
>>>> Gordon Dickens
>>>>
>>>>         
>>     
>
>
>   

Re: CXF Build Error

Posted by Guillaume Nodet <gn...@gmail.com>.
I thought they were already included in the build and I have added
them to the distribution some time ago.  As this was causing the
build to break, I have added these two components to the build.

On 8/22/07, Nodet Guillaume <gn...@gmail.com> wrote:
> Btw, what about adding them to the build now ?
>
> Cheers,
> Guillaume Nodet
>
> On Aug 22, 2007, at 4:25 AM, Freeman Fang wrote:
>
> > Hi Gordon,
> >
> > The cxf-bc and cxf-se is in progress now, so these two modules are
> > not added in serviceengines and bindingcomponents modules list, so
> > you cann't download  org.apache.servicemix:servicemix-cxf-se from
> > website now.
> > The work around is go into trunk/deployables/serviceengines/
> > servicemix-cxf-se and run "mvn install" to build
> > org.apache.servicemix:servicemix-cxf-se yourself.
> > Btw, you should be able to download it from website very soon.
> >
> > Best Regards
> > Freeman
> >
> > Gordon Dickens wrote:
> >> Hello,
> >>
> >> I am getting a build error today from the latest code from SVN:
> >>
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >> ---------------------------------------------------------------------
> >> ---
> >> [INFO] Failed to resolve artifact.
> >>
> >> GroupId: org.apache.servicemix
> >> ArtifactId: servicemix-cxf-se
> >> Version: 3.2-incubating-SNAPSHOT
> >>
> >> Reason: Unable to download the artifact from any repository
> >>
> >> Try downloading the file manually from the project website.
> >>
> >> Then, install it using the command:
> >>    mvn install:install-file -DgroupId=org.apache.servicemix -
> >> DartifactId=servicemix-cxf-se \
> >>        -Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer -
> >> Dpackaging=zip -Dfile=/path/to/file
> >> Alternatively, if you host your own repository you can deploy the
> >> file there:     mvn deploy:deploy-file -DgroupId=org.apache.servic
> >> emix -DartifactId=servicemix-cxf-se \
> >>        -Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer -
> >> Dpackaging=zip -Dfile=/path/to/file \
> >>         -Durl=[url] -DrepositoryId=[id]
> >>
> >>
> >>  org.apache.servicemix:servicemix-cxf-se:zip:3.2-incubating-SNAPSHOT
> >>
> >> from the specified remote repositories:
> >>  central (http://repo1.maven.org/maven2),
> >>  servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/
> >> servicemix/m2-repo),
> >>  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
> >>  codehaus (http://repository.codehaus.org),
> >>  apache-incubating (http://people.apache.org/repo/m2-incubating-
> >> repository),
> >>  apache-snapshots (http://people.apache.org/repo/m2-snapshot-
> >> repository)
> >>
> >>
> >>
> >> Any thoughts?
> >>
> >> Thanks,
> >> Gordon Dickens
> >>
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/