Hello I'm trying to install Dspace 1.6.2-src on Windows XP I followed the instructions of the installation guide and when I tried to install the package by running mvn package it take 22 minutes and got the following messages: --------------------------------------------------------------------------------------------------------------------------------------------------------------------
[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 -D packaging=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 -Dpa ckaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.dspace:dspace-api:jar:1.6.2 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.2 2) rome:modules:jar:0.3.2 ---------- 2 required artifacts are missing. for artifact: org.dspace:dspace-api:jar:1.6.2 from the specified remote repositories: maven.dspace.org-snapshot (http://maven.dspace.org/snapshot), central (http://repo1.maven.org/maven2), java.net (http://download.java.net/maven/2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22 minutes 22 seconds [INFO] Finished at: Mon Aug 23 07:56:40 EEST 2010 [INFO] Final Memory: 30M/54M [INFO] ------------------------------------------------------------------------ ---------------------------------------------------------------------------------------------------------------------- so I tried to install those two jar files manually then run the following command: C:\dspace-1.6.2-src-release\dspace>mvn install:install-file -DgroupId=rome -Dart ifactId=rome -Dversion=1.0 -Dpackaging=jar -DC:\Documents and Settings\Riad\Desk top\DSOS\rome-1.0.jar but I got a failure Error message: [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 Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assemb ly-plugin/2.2-beta-1/maven-assembly-plugin-2.2-beta-1.pom Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assemb ly-plugin/2.2-beta-1/maven-assembly-plugin-2.2-beta-1.jar [INFO] Searching repository for plugin with prefix: 'install'. [INFO] org.apache.maven.plugins: checking for updates from central [INFO] org.codehaus.mojo: checking for updates from central Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal l-plugin/2.2/maven-install-plugin-2.2.pom Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal l-plugin/2.2/maven-install-plugin-2.2.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Invalid task 'and': you must specify a valid lifecycle phase, or a goal i n the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15 seconds [INFO] Finished at: Mon Aug 23 08:03:21 EEST 2010 [INFO] Final Memory: 8M/15M [INFO] ------------------------------------------------------------------------ and the same thing happened when with the second jar file manually installation could anyone help me please.
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
