Hi, I'm new to Longwell. I just grabbed the 2.5.1 release from the download section of the website and tried installing it via mvn package as per the docs. When I do this maven complains that it cannot find some required dependencies from the repositories as show below. Has anyone else seen this? Thanks in advance for any suggestions since I'm new to this project.
Corwin Bioinformaticist Life Biosystems, Inc. ------------------------------------------------------------------------ --- Error details: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ - --- [INFO] Building SIMILE Longwell [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ - --- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] snapshot org.openrdf:openrdf-queryresult-api:2.0-SNAPSHOT: checking for u pdates from aduna-snapshot-repo [WARNING] repository metadata for: 'snapshot org.openrdf:openrdf-queryresult-api :2.0-SNAPSHOT' could not be retrieved from repository: aduna-snapshot-repo due t o an error: Error transferring file [INFO] Repository 'aduna-snapshot-repo' will be blacklisted Downloading: http://simile.mit.edu/maven-proxy/org/openrdf/openrdf-repository-ap i/2.0-SNAPSHOT/openrdf-repository-api-2.0-SNAPSHOT.pom Downloading: http://simile.mit.edu/maven-proxy/org/openrdf/openrdf-repository-sa il/2.0-SNAPSHOT/openrdf-repository-sail-2.0-SNAPSHOT.pom Downloading: http://simile.mit.edu/maven-proxy/org/openrdf/openrdf-queryparser-s erql/2.0-SNAPSHOT/openrdf-queryparser-serql-2.0-SNAPSHOT.pom Downloading: http://simile.mit.edu/maven-proxy/org/openrdf/openrdf-queryparser-s erql/2.0-SNAPSHOT/openrdf-queryparser-serql-2.0-SNAPSHOT.jar Downloading: http://simile.mit.edu/maven-proxy/org/openrdf/openrdf-repository-ap i/2.0-SNAPSHOT/openrdf-repository-api-2.0-SNAPSHOT.jar Downloading: http://simile.mit.edu/maven-proxy/org/openrdf/openrdf-repository-sa il/2.0-SNAPSHOT/openrdf-repository-sail-2.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.openrdf:openrdf-queryparser-serql:jar:2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.openrdf -DartifactId=openrdf-queryp arser-serql \ -Dversion=2.0-SNAPSHOT -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.openrdf -DartifactId=openrdf-queryparse r-serql \ -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) edu.mit.simile:longwell:jar:2.5.1 2) edu.mit.simile:banach:jar:1.0-SNAPSHOT 3) org.openrdf:openrdf-queryparser-serql:jar:2.0-SNAPSHOT 2) org.openrdf:openrdf-repository-api:jar:2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.openrdf -DartifactId=openrdf-reposi tory-api \ -Dversion=2.0-SNAPSHOT -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.openrdf -DartifactId=openrdf-repository -api \ -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) edu.mit.simile:longwell:jar:2.5.1 2) org.openrdf:openrdf-repository-api:jar:2.0-SNAPSHOT 3) org.openrdf:openrdf-repository-sail:jar:2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.openrdf -DartifactId=openrdf-reposi tory-sail \ -Dversion=2.0-SNAPSHOT -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.openrdf -DartifactId=openrdf-repository -sail \ -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) edu.mit.simile:longwell:jar:2.5.1 2) org.openrdf:openrdf-repository-sail:jar:2.0-SNAPSHOT ---------- 3 required artifacts are missing. for artifact: edu.mit.simile:longwell:jar:2.5.1 from the specified remote repositories: simile.mit.edu (http://simile.mit.edu/maven-proxy), aduna-repo (http://repository.aduna-software.org/maven2), central (http://repo1.maven.org/maven2), aduna-snapshot-repo (http://repository.aduna-software.org/maven2-snapshots) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------
_______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
