build warning - error

4 views
Skip to first unread message

codditor

unread,
Nov 17, 2009, 3:57:23 AM11/17/09
to SimpleDBM User Group
Hi!

Thank you for your interesting project. These days i look into its
source code but i have a build error after "mvn eclipse:eclipse" in
rss project:

[WARNING] An error occurred during dependency resolution.
Failed to retrieve org.simpledbm.rss:simpledbm-common-1.0.3-
SNAPSHOT
Caused by: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.simpledbm.rss -
DartifactId=simpledbm-common -Dversion=1.0.3-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.simpledbm.rss -
DartifactId=simpledbm-common -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.simpledbm.rss:simpledbm-rss:jar:1.0.17-SNAPSHOT
2) org.simpledbm.rss:simpledbm-common:jar:1.0.3-SNAPSHOT


org.simpledbm.rss:simpledbm-common:jar:1.0.3-SNAPSHOT

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


[INFO] Unable to read jar manifest from /home/vakillos/.m2/repository/
org/simpledbm/rss/simpledbm-common/1.0.3-SNAPSHOT/simpledbm-
common-1.0.3-SNAPSHOT.jar

As a solution, i try to download and install it manually (as it
proposes) but it returns build error again.... Do you have any ideas?

Thank you,
John.

Dibyendu

unread,
Nov 17, 2009, 4:23:15 PM11/17/09
to SimpleDBM User Group
Hi John,

You need to build simpledbm-common first, followed by simpledbm-rss,
simpledbm-typesystem, and finally simpledbm-database.

Regards

Dibyendu
Reply all
Reply to author
Forward
0 new messages