HI Fernando, Thanks for your interest in Isis. These are 3rd-party artifacts that Isis uses, and should be in Maven central repo or the JBoss library. They certainly seem all to be there [1] or in JBoss' library [2] for scannotation.
How are you building the archetype? If its the first time, then make sure you OMIT the -o (offline flag), so that Maven can pull down these artifacts. ie, just: mvn clean install To run, then use: cd webapp mvn antrun:run or if you prefer: cd webapp mvn jetty:run Let us know how you get on Dan [1] http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.googlecode.wicket-jquery-ui%22 [2] https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/org/scannotation/scannotation/ On 7 June 2013 06:36, Fernando W <[email protected]> wrote: > Hi all, > I couldn't experience Isis with maven. > > > This was the error > > > Missing: > ---------- > 1) com.googlecode.wicket-jquery-ui:wicket-jquery-ui-core:jar:6.7.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.googlecode.wicket-jquery-ui > -DartifactId=wicket-jquery-ui-core -Dversion=6.7.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=com.googlecode.wicket-jquery-ui > -DartifactId=wicket-jquery-ui-core -Dversion=6.7.0 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.mycompany:myapp-webapp:war:1.0-SNAPSHOT > 2) org.apache.isis.viewer:isis-viewer-wicket-impl:jar:1.2.0 > 3) org.apache.isis.viewer:isis-viewer-wicket-ui:jar:1.2.0 > 4) com.googlecode.wicket-jquery-ui:wicket-jquery-ui-core:jar:6.7.0 > > 2) com.googlecode.wicket-jquery-ui:wicket-jquery-ui:jar:6.7.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.googlecode.wicket-jquery-ui > -DartifactId=wicket-jquery-ui -Dversion=6.7.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=com.googlecode.wicket-jquery-ui > -DartifactId=wicket-jquery-ui -Dversion=6.7.0 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.mycompany:myapp-webapp:war:1.0-SNAPSHOT > 2) org.apache.isis.viewer:isis-viewer-wicket-impl:jar:1.2.0 > 3) org.apache.isis.viewer:isis-viewer-wicket-ui:jar:1.2.0 > 4) com.googlecode.wicket-jquery-ui:wicket-jquery-ui:jar:6.7.0 > > 3) com.googlecode.wicket-jquery-ui:wicket-jquery-ui-plugins:jar:6.7.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.googlecode.wicket-jquery-ui > -DartifactId=wicket-jquery-ui-plugins -Dversion=6.7.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=com.googlecode.wicket-jquery-ui > -DartifactId=wicket-jquery-ui-plugins -Dversion=6.7.0 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.mycompany:myapp-webapp:war:1.0-SNAPSHOT > 2) org.apache.isis.viewer:isis-viewer-wicket-impl:jar:1.2.0 > 3) org.apache.isis.viewer:isis-viewer-wicket-ui:jar:1.2.0 > 4) com.googlecode.wicket-jquery-ui:wicket-jquery-ui-plugins:jar:6.7.0 > > 4) org.scannotation:scannotation:jar:1.0.3 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.scannotation > -DartifactId=scannotation -Dversion=1.0.3 -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.scannotation > -DartifactId=scannotation -Dversion=1.0.3 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.mycompany:myapp-webapp:war:1.0-SNAPSHOT > 2) org.apache.isis.viewer:isis-viewer-restfulobjects-server:jar:2.0.0 > 3) org.apache.isis.viewer:isis-viewer-restfulobjects-rendering:jar:2.0.0 > 4) org.apache.isis.viewer:isis-viewer-restfulobjects-applib:jar:2.0.0 > 5) org.jboss.resteasy:resteasy-jaxrs:jar:2.3.6.Final > 6) org.scannotation:scannotation:jar:1.0.3 > > ---------- > 4 required artifacts are missing. > > for artifact: > com.mycompany:myapp-webapp:war:1.0-SNAPSHOT > > from the specified remote repositories: > nexus (http://repository.sonatype.org/content/groups/public) > > > Fernando Wermus. > fwermus.blogspot.com.ar/ > twitter.com/fernandowermus > > > Los contenidos de este mensaje, y los archivos adjuntos, son de carácter > confidencial. Si ud. no es el legitimo destinatario de este mensaje, avise > inmediatamente al remitente y borre este mensaje. Cualquier distribución o > divulgación no autorizada de este mensaje y sus archivos asociados está > prohibida. Por favor infórmenos inmediatamente y destruya el original o > cualquier impresión del mismo. > > Important Note: > This e-mail (including any attachments) is confidential and intended only > for the use of the addressee (s) named herein. If you have received this > e-mail in error, you are hereby notified that any review, copying or > distribution of it is strictly prohibited. Please inform us immediately and > destroy the original e-mail and any printouts. >
