OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | June 2006 Index

<--  Date Index  --> <--  Thread Index  -->

Re: [exoplatform] [exo-jcr] Unable to get resource from repository central


do not be scared with number of exoplatform's projects :)...
the instructions from http://docs.exoplatform.org/exo-documents/exo.site/developer/build.html are valid


as for exo-jcr dependencies:
yes, i forget about exo-tools... you need to build exo-tools/build/config (mvn clean install) first of all as it is necessary for the building itself
so exo-jcr is dependent on exo-platform that is dependent on exo-tools/build/config :)


regards,

Gennady Azarenkov
eXo platform

----- Original Message ----- From: "Sandro Böhme" <sandro.boehme@xxxxxx>
To: "Gennady Azarenkov" <gazarenkov@xxxxxxxxx>; <exoplatform@xxxxxxxxxxxxx>
Sent: Friday, June 16, 2006 4:48 PM
Subject: Re: [exoplatform] [exo-jcr] Unable to get resource from repository central



Hi Gennady,

thanks for you feedback!
To use exo-jcr I only downloaded the exo sources via subversion
and did not yet built anything. Exo-platform has a dependency to
exo-tools and I don't know how to build that at the moment.
I guess I have to solve the whole dependency graph from exo-jcr to get
it to work using the build how-to at:
http://docs.exoplatform.org/exo-documents/exo.site/developer/build.html
It looks like there is a lot to configure and build to get the exo-jcr
running.
If you or somebody else already has it laying around in their file
system I would be glad if you could send it to me. Thank would help
me a big deal.

Regards,

Sandro

Gennady Azarenkov wrote:
hi Sandro,

it seems you have not build the jcr service so jcr-rmi could not find neccessary jars...

try to run 'mvn clean install' from your 'C:\SoftwareDevelopment\exo\exo-jcr' folder first
(you have to do the same at .../exo-platform before if you did not do that as exo-jcr dependent on exo-platform project)


regards,

Gennady Azarenkov
eXo platform

----- Original Message ----- From: "Sandro Böhme" <sandro.boehme@xxxxxx>
To: <exoplatform@xxxxxxxxxxxxx>
Sent: Thursday, June 15, 2006 10:29 PM
Subject: [exoplatform] [exo-jcr] Unable to get resource from repository central



Hello,

to be able to connect to Exo-JCR via RMI I was following the
tutorial at this page
http://docs.exoplatform.org/exo-documents/exo-jcr.site/rmi.html
and tried to build Exo-JCR.
But I get the following Maven error (using Maven 2.0.4):
C:\SoftwareDevelopment\exo\exo-jcr\applications\rmisrv>mvn clean install
[INFO] Scanning for projects...
Downloading:
http://public.planetmirror.com/maven2//exo-jcr/exo-jcr/1.0/exo-jcr-
1.0.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org
/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: exo-jcr
ArtifactId: exo-jcr
Version: 1.0

Reason: Unable to download the artifact from any repository

  exo-jcr:exo-jcr:pom:1.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
exo-jcr:ex
o-jcr for project: exo-jcr:exo-jcr.rmisrv:exo-jcrrmi:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)


at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot
find parent
: exo-jcr:exo-jcr for project: exo-jcr:exo-jcr.rmisrv:exo-jcrrmi:null
at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(D
efaultMavenProjectBuilder.java:1161)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(Def
aultMavenProjectBuilder.java:674)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFi
leInternal(DefaultMavenProjectBuilder.java:416)
at
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMave
nProjectBuilder.java:192)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:515)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:447)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:351)
... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM
'exo-jcr:exo-j
cr' not found in repository: Unable to download the artifact from any
repository



exo-jcr:exo-jcr:pom:1.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

        at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepo
sitory(DefaultMavenProjectBuilder.java:513)
        at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(D
efaultMavenProjectBuilder.java:1157)
        ... 17 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
Unable
to download the artifact from any repository

  exo-jcr:exo-jcr:pom:1.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

        at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De
faultArtifactResolver.java:136)
        at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De
faultArtifactResolver.java:63)
        at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepo
sitory(DefaultMavenProjectBuilder.java:467)
        ... 18 more
Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable
to downl
oad the artifact from any repository
        at
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(Def
aultWagonManager.java:260)
        at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De
faultArtifactResolver.java:124)
        ... 20 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Jun 15 21:24:22 CEST 2006
[INFO] Final Memory: 1M/2M
[INFO]
------------------------------------------------------------------------


Can you please help me to solve this problem? Thank's in advance!

Bye,

Sandro




--------------------------------------------------------------------------------




--
You receive this message as a subscriber of the exoplatform@xxxxxxxxxxxxx mailing list.
To unsubscribe: mailto:exoplatform-unsubscribe@xxxxxxxxxxxxx
For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws





------------------------------------------------------------------------


--
You receive this message as a subscriber of the exoplatform@xxxxxxxxxxxxx mailing list.
To unsubscribe: mailto:exoplatform-unsubscribe@xxxxxxxxxxxxx
For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws





<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.