It's not the sources, it's the project structure, config and Hibernate stuff I want to look at. That seems to be set up ok in the 1.3 version. I am close on getting the 1.3 compiled... One message to go -> wicket.markup.repeater.Item; is missing. I suppose that's 1.3 stuff? What would you do? -nilo
igor.vaynberg wrote: > > for 1.2 there is a release of phonebook on sf.net/projects/wicket-stuff > > its a war, and it has sources inside > -igor > > > On 2/3/07, nilo de roock <[EMAIL PROTECTED]> wrote: >> >> >> 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 >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > ------------------------------------------------------------------------- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/building-phonebook-tf3167475.html#a8787485 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
