[jboss-dev-forums] [Design of JBoss Wiki] - Re: Installation of JBoss Wiki

PeterJ do-not-reply at jboss.com
Wed Mar 11 12:40:53 EDT 2009


I also tried to download and build. Here is my checkout statement:

svn co https://anonsvn.jboss.org/repos/portletswap/contrib/wikiPortlet/tags/1.0 wiki_1.0

I then cd'ed into wiki_1.0/wiki-common and ran:

mvn install

I got errors about 12 missing dependencies. Here is the last one, along with the information about the repositories searched:

12) jboss:portal-api-lib:jar:2.7.1
  | 
  |   Try downloading the file manually from the project website.
  | 
  |   Then, install it using the command:
  |       mvn install:install-file -DgroupId=jboss -DartifactId=portal-api-lib -Dver
  | sion=2.7.1 -Dpackaging=jar -Dfile=/path/to/file
  | 
  |   Alternatively, if you host your own repository you can deploy the file there:
  | 
  |       mvn deploy:deploy-file -DgroupId=jboss -DartifactId=portal-api-lib -Dversi
  | on=2.7.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  | 
  |   Path to dependency:
  |         1) jboss:wiki-common:jar:1.0
  |         2) jboss:portal-api-lib:jar:2.7.1
  | 
  | ----------
  | 12 required artifacts are missing.
  | 
  | for artifact:
  |   jboss:wiki-common:jar:1.0
  | 
  | from the specified remote repositories:
  |   central (http://repo1.maven.org/maven2),
  |   repository.jboss.org (http://repository.jboss.org/maven2),
  |   snapshots.jboss.org (http://snapshots.jboss.org/maven2)

I have successfully build JBoss AS 5.0.1.GA from the SVN sources - it has Maven portion that successfully downloaded the JARs for thirdparty, so my repositories should be correctly set.

I hope this helps in resolving this issue.

margomedia, all of the SVN URLs can be found by starting at http://anonsvn.jboss.org/repos/. Of course, not all projects build with Maven at this time.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217057#4217057

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217057



More information about the jboss-dev-forums mailing list