Learning by doing, it often works for me. Before I commit myself to
Databinder I want to see a plain vanilla hibernate app. Phonebook seems like
a good option to study.

Question... I have Wicket 1.2.4, what should I do?
- is there a 1.2.4 phonebook somewhere?
- upgrade to 1.3 ( must I ?? )
- try to build with 1.2.4 jars?

What do you think?
- nilo


Maven output I received from mvn compile -e :


1) wicket:wicket:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=wicket -DartifactId=wicket \
          -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
        1) wicket-stuff:wicket-phonebook:war:1.2
        2) wicket:wicket:jar:1.3-incubating-SNAPSHOT

2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=wicket
-DartifactId=wicket-spring-annot \
          -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
        1) wicket-stuff:wicket-phonebook:war:1.2
        2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT

3) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=wicket -DartifactId=wicket-spring \
          -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
        1) wicket-stuff:wicket-phonebook:war:1.2
        2) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT

4) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=wicket
-DartifactId=wicket-extensions \
          -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
        1) wicket-stuff:wicket-phonebook:war:1.2
        2) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT

----------
4 required artifacts are missing.
-- 
View this message in context: 
http://www.nabble.com/building-phonebook-tf3167475.html#a8786644
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to