You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by OscarGhersi <os...@csi.it> on 2006/09/21 10:45:04 UTC

Error building servicemix 3.0

Hi,
I've downloaded the sources from svn (svn co
https://svn.apache.org/repos/asf/incubator/servicemix/trunk), and when I run
the second step I get this error:


[INFO]
-------------------------------------------------------------------------
---
[INFO] Building ServiceMix :: Components
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
https://maven-repository.dev.java.net/nonav/repository/org.codehaus
.xfire/poms/xfire-parent-1.2.1.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:xfire-all:jar:1.2.1

Reason: Cannot find parent: org.codehaus.xfire:xfire-parent for project:
null:xf
ire-all:jar:1.2.1


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 41 seconds
[INFO] Finished at: Thu Sep 21 10:32:02 CEST 2006
[INFO] Final Memory: 14M/26M
[INFO]
------------------------------------------------------------------------


(I'm using Maven 2.0.4)
It seems that there's a problem on the repository at
https://maven-repository.dev.java.net/nonav/repository,
but I don't find a way to change this dependency (I'm a newbie in Maven).
Anyone can help me?

Thanks in advance,
Bye

-- 
View this message in context: http://www.nabble.com/Error-building-servicemix-3.0-tf2310503.html#a6423873
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Error building servicemix 3.0

Posted by OscarGhersi <os...@csi.it>.
Many thanks,
I've downloaded xfire-parent-1.2.1.pom from that location into a newly
created dir on my local repository and the building process has completed
successfully.

Thanks for your quick response!

Bye,
Oscar



gnodet wrote:
> 
> The failing pom is available at [1].
> It should be downloaded by maven.
> You may need to run the command several times
> until all dependencies are downloaded.
> If it still fails, you can download the file manually and
> put it in your local repo, but this should not happen.
> 
> [1] http://www.ibiblio.org/maven2/org/codehaus/xfire/xfire-parent/1.2.1/
> 
> On 9/21/06, OscarGhersi <os...@csi.it> wrote:
>>
>> Hi,
>> I've downloaded the sources from svn (svn co
>> https://svn.apache.org/repos/asf/incubator/servicemix/trunk), and when I
>> run
>> the second step I get this error:
>>
>>
>> [INFO]
>> -------------------------------------------------------------------------
>> ---
>> [INFO] Building ServiceMix :: Components
>> [INFO]    task-segment: [install]
>> [INFO]
>> -------------------------------------------------------------------------
>> ---
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> Downloading:
>> https://maven-repository.dev.java.net/nonav/repository/org.codehaus
>> .xfire/poms/xfire-parent-1.2.1.pom
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error building POM (may not be this project's POM).
>>
>>
>> Project ID: null:xfire-all:jar:1.2.1
>>
>> Reason: Cannot find parent: org.codehaus.xfire:xfire-parent for project:
>> null:xf
>> ire-all:jar:1.2.1
>>
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 41 seconds
>> [INFO] Finished at: Thu Sep 21 10:32:02 CEST 2006
>> [INFO] Final Memory: 14M/26M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>>
>> (I'm using Maven 2.0.4)
>> It seems that there's a problem on the repository at
>> https://maven-repository.dev.java.net/nonav/repository,
>> but I don't find a way to change this dependency (I'm a newbie in Maven).
>> Anyone can help me?
>>
>> Thanks in advance,
>> Bye
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Error-building-servicemix-3.0-tf2310503.html#a6423873
>> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: http://www.nabble.com/Error-building-servicemix-3.0-tf2310503.html#a6425115
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Error building servicemix 3.0

Posted by Guillaume Nodet <gn...@gmail.com>.
The failing pom is available at [1].
It should be downloaded by maven.
You may need to run the command several times
until all dependencies are downloaded.
If it still fails, you can download the file manually and
put it in your local repo, but this should not happen.

[1] http://www.ibiblio.org/maven2/org/codehaus/xfire/xfire-parent/1.2.1/

On 9/21/06, OscarGhersi <os...@csi.it> wrote:
>
> Hi,
> I've downloaded the sources from svn (svn co
> https://svn.apache.org/repos/asf/incubator/servicemix/trunk), and when I run
> the second step I get this error:
>
>
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Building ServiceMix :: Components
> [INFO]    task-segment: [install]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> https://maven-repository.dev.java.net/nonav/repository/org.codehaus
> .xfire/poms/xfire-parent-1.2.1.pom
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: null:xfire-all:jar:1.2.1
>
> Reason: Cannot find parent: org.codehaus.xfire:xfire-parent for project:
> null:xf
> ire-all:jar:1.2.1
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 41 seconds
> [INFO] Finished at: Thu Sep 21 10:32:02 CEST 2006
> [INFO] Final Memory: 14M/26M
> [INFO]
> ------------------------------------------------------------------------
>
>
> (I'm using Maven 2.0.4)
> It seems that there's a problem on the repository at
> https://maven-repository.dev.java.net/nonav/repository,
> but I don't find a way to change this dependency (I'm a newbie in Maven).
> Anyone can help me?
>
> Thanks in advance,
> Bye
>
> --
> View this message in context: http://www.nabble.com/Error-building-servicemix-3.0-tf2310503.html#a6423873
> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet