Thate failure is caused because those two resources come from these two
repositories. Make sure you are able to access them and the central
repository if you are behind a proxy
<http://download.java.net/maven/2>
http://download.java.net/maven/2/rome/rome/1.0/rome-1.0.jar
<http://download.java.net/maven/2>
http://source.sakaiproject.org/maven2/org/azeckoski/reflectutils/0.9.10/reflectutils-0.9.10.jar
Mark
On Tue, Apr 6, 2010 at 11:54 PM, Lewatle Phaladi <[email protected]
> wrote:
> Hi All
>
>
>
> I am trying to setup dspace-1.6.0 on the test server but I keep on
> receiving this error, I stopped tomcat.
>
> I receive this error I pasted bellow, can somebody who setup dspace-1.6.0
> give input.
>
>
>
> dsp...@dspace-desktop:/usr/local/dspace-1.6.0/dspace$ sudo mvn package
>
> [INFO] Scanning for projects...
>
> [INFO] Reactor build order:
>
> [INFO] DSpace XML-UI (Manakin)
>
> [INFO] DSpace XML-UI (Manakin) :: Wing-Framework
>
> [INFO] DSpace Kernel :: API and Implementation
>
> [INFO] DSpace Solr Statistics Logging Client Library
>
> [INFO] DSpace XML-UI (Manakin) :: API and Core Aspects
>
> [INFO] DSpace UI :: Shared JS code
>
> [INFO] DSpace XML-UI (Manakin) :: Web Application Resources
>
> [INFO] DSpace Addon Modules
>
> [INFO] DSpace XML-UI (Manakin) :: Web Application
>
> [INFO] DSpace LNI
>
> [INFO] DSpace LNI :: Core Implementation
>
> [INFO] DSpace LNI :: Web Application Resources
>
> [INFO] DSpace LNI :: Web Application
>
> [INFO] DSpace OAI
>
> [INFO] DSpace OAI :: API and Implementation
>
> [INFO] DSpace OAI :: Web Application Resources
>
> [INFO] DSpace OAI :: Web Application
>
> [INFO] DSpace JSP-UI
>
> [INFO] DSpace JSP-UI :: API and Implementation
>
> [INFO] DSpace JSP-UI :: Web Application Resources
>
> [INFO] DSpace JSP-UI :: Web Application
>
> [INFO] DSpace SWORD
>
> [INFO] DSpace SWORD :: API and Implementation
>
> [INFO] DSpace SWORD :: Web Application Resources
>
> [INFO] DSpace SWORD :: Web Application
>
> [INFO] DSpace SOLR :: Web Application
>
> [INFO] DSpace LNI :: CLI Client Application
>
> [INFO] DSpace Assembly and Configuration
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Building DSpace XML-UI (Manakin)
>
> [INFO] task-segment: [package]
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] [site:attach-descriptor]
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Building DSpace XML-UI (Manakin) :: Wing-Framework
>
> [INFO] task-segment: [package]
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] [resources:resources]
>
> [INFO] Using default encoding to copy filtered resources.
>
> [INFO] [compiler:compile]
>
> [INFO] Nothing to compile - all classes are up to date
>
> [INFO] [resources:testResources]
>
> [INFO] Using default encoding to copy filtered resources.
>
> [INFO] [compiler:testCompile]
>
> [INFO] No sources to compile
>
> [INFO] [surefire:test]
>
> [INFO] No tests to run.
>
> [INFO] [jar:jar]
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Building DSpace Kernel :: API and Implementation
>
> [INFO] task-segment: [package]
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] [resources:resources]
>
> [INFO] Using default encoding to copy filtered resources.
>
> Downloading: http://download.java.net/maven/2/rome/rome/1.0/rome-1.0.pom
>
> Downloading: http://repo1.maven.org/maven2/rome/rome/1.0/rome-1.0.pom
>
> Downloading:
> http://download.java.net/maven/2/rome/modules/0.3.2/modules-0.3.2.pom
>
> Downloading:
> http://repo1.maven.org/maven2/rome/modules/0.3.2/modules-0.3.2.pom
>
> Downloading:
> http://download.java.net/maven/2/org/azeckoski/reflectutils/0.9.10/reflectutils-0.9.10.pom
>
> Downloading:
> http://repo1.maven.org/maven2/org/azeckoski/reflectutils/0.9.10/reflectutils-0.9.10.pom
>
> Downloading: http://download.java.net/maven/2/rome/rome/1.0/rome-1.0.jar
>
> Downloading: http://repo1.maven.org/maven2/rome/rome/1.0/rome-1.0.jar
>
> Downloading:
> http://download.java.net/maven/2/rome/modules/0.3.2/modules-0.3.2.jar
>
> Downloading:
> http://repo1.maven.org/maven2/rome/modules/0.3.2/modules-0.3.2.jar
>
> Downloading:
> http://download.java.net/maven/2/org/azeckoski/reflectutils/0.9.10/reflectutils-0.9.10.jar
>
> Downloading:
> http://source.sakaiproject.org/maven2/org/azeckoski/reflectutils/0.9.10/reflectutils-0.9.10.jar
>
> Downloading:
> http://repo1.maven.org/maven2/org/azeckoski/reflectutils/0.9.10/reflectutils-0.9.10.jar
>
> [INFO]
> ------------------------------------------------------------------------
>
> [ERROR] BUILD ERROR
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Failed to resolve artifact.
>
>
>
> Missing:
>
> ----------
>
> 1) rome:rome:jar:1.0
>
>
>
> Try downloading the file manually from the project website.
>
>
>
> Then, install it using the command:
>
> mvn install:install-file -DgroupId=rome -DartifactId=rome
> -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
>
>
>
> Alternatively, if you host your own repository you can deploy the file
> there:
>
> mvn deploy:deploy-file -DgroupId=rome -DartifactId=rome -Dversion=1.0
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>
>
> Path to dependency:
>
> 1) org.dspace:dspace-api:jar:1.6.0
>
> 2) rome:rome:jar:1.0
>
>
>
> 2) rome:modules:jar:0.3.2
>
>
>
> Try downloading the file manually from the project website.
>
>
>
> Then, install it using the command:
>
> mvn install:install-file -DgroupId=rome -DartifactId=modules
> -Dversion=0.3.2 -Dpackaging=jar -Dfile=/path/to/file
>
>
>
> Alternatively, if you host your own repository you can deploy the file
> there:
>
> mvn deploy:deploy-file -DgroupId=rome -DartifactId=modules
> -Dversion=0.3.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
>
>
>
> Path to dependency:
>
> 1) org.dspace:dspace-api:jar:1.6.0
>
> 2) rome:modules:jar:0.3.2
>
>
>
> 3) org.azeckoski:reflectutils:jar:0.9.10
>
>
>
> Try downloading the file manually from the project website.
>
>
>
> Then, install it using the command:
>
> mvn install:install-file -DgroupId=org.azeckoski
> -DartifactId=reflectutils -Dversion=0.9.10 -Dpackaging=jar
> -Dfile=/path/to/file
>
>
>
> Alternatively, if you host your own repository you can deploy the file
> there:
>
> mvn deploy:deploy-file -DgroupId=org.azeckoski
> -DartifactId=reflectutils -Dversion=0.9.10 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>
>
> Path to dependency:
>
> 1) org.dspace:dspace-api:jar:1.6.0
>
> 2) org.dspace:dspace-services-impl:jar:2.0.0
>
> 3) org.azeckoski:reflectutils:jar:0.9.10
>
>
>
> ----------
>
> 3 required artifacts are missing.
>
>
>
> for artifact:
>
> org.dspace:dspace-api:jar:1.6.0
>
>
>
> from the specified remote repositories:
>
> java.net (http://download.java.net/maven/2),
>
> maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
>
> central (http://repo1.maven.org/maven2)
>
>
>
>
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] For more information, run Maven with the -e switch
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Total time: 22 minutes 25 seconds
>
> [INFO] Finished at: Wed Apr 07 08:25:40 SAST 2010
>
> [INFO] Final Memory: 27M/81M
>
> [INFO]
> ------------------------------------------------------------------------
>
> dsp...@dspace-desktop:/usr/local/dspace-1.6.0/dspace$
>
>
>
>
>
> Regards,
>
> Lewatle
>
> This communication is intended for the addressee only. It is confidential. If
> you have received this communication in error, please notify us immediately
> and destroy the original message. You may not copy or disseminate this
> communication without the permission of the University. Only authorized
> signatories are competent to enter into agreements on behalf of the
> University and recipients are thus advised that the content of this message
> may not be legally binding on the University and may contain the personal
> views and opinions of the author, which are not necessarily the views and
> opinions of The University of the Witwatersrand, Johannesburg. All agreements
> between the University and outsiders are subject to South African Law unless
> the University agrees in writing to the contrary.
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
--
Mark R. Diggory
Head of U.S. Operations - @mire
http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech