[Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

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=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] building phonebook

2007-02-03 Thread Igor Vaynberg

yeah you need to mvn install the latest wicket and extensions from the
wicket-1.x branch

-igor


On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote:



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=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but 

Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

Ok, but how do I do that? 
There is nothing beyond 1.2.4
The pom -as is- does not work at first, 1.3-incubator whatever breaks the
script so I changed that back to 1.2.4
I also tried to find the 1.3 and 2.0 branches on Sourceforge SVN but there
is nothing there.
- nilo



igor.vaynberg wrote:
 
 yeah you need to mvn install the latest wicket and extensions from the
 wicket-1.x branch
 
 -igor
 
 
 On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote:


 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=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  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=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  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 

Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

1.x right?

it's late




igor.vaynberg wrote:
 
 yeah you need to mvn install the latest wicket and extensions from the
 wicket-1.x branch
 
 -igor
 
 
 On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote:


 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=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  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=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  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=lnkkid=120709bid=263057dat=121642
 ___
 

Re: [Wicket-user] building phonebook

2007-02-03 Thread Igor Vaynberg

yes 1.x

adn if unit tests fail

mvn install -Dmaven.test.skip=true
-igor



On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote:



1.x right?

it's late




igor.vaynberg wrote:

 yeah you need to mvn install the latest wicket and extensions from the
 wicket-1.x branch

 -igor


 On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote:


 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=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  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=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  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