On 06/10/06, Geoff hendrey <[EMAIL PROTECTED]> wrote: > "Wicket 2 has not been migrated properly to the wicket-parent > structure... I intend to do so in the coming weeks." > > So let me backup then, because I'm not able to understand how that affects my > situation (not trying to be oblique, just really lost) > > What should I checkout from the SVN repo, in order to add support for shades > to the phonebook? Should I expect to be able to run 'mvn install' or 'mvn > compile' on what I checkout and have it work? (I think so).
Checkout from /branches/WICKET_1_2/wicket-phonebook and it should. The problem is that the trunk is in a state of flux, moving towards Wicket 2.0, but that's a moving target at the moment, whereas that branch should be using released Wicket Core jars. It's also been unfortunate that SourceForge lists had issues at the time, so our earlier replies to you didn't get through! > My approach has been: > 1) checkout the phonebook > 2) I try to 'mvn compile' but 3 SNAPSHOT dependencies fail to come down from > maven repo > 3) I manually checkout the head wicket, wicket-extensions, and wicket-spring > I) I try to 'mvn compile' each of these. I get a variety of Java > compilation errors (already posted these to the list) > II) I do whatever I have to do (including deleting the test package) > to get compilation to succeed > III) eventually I have created the 3 SNAPSHOT jar files that are > dependencies for the phonebook > IV) I run mvn install:install-file to install the 3 SNAPSHOTS into > my local repo > V) I verify that the 3 SNAPSHOT jar files are in my local repo > C) I try to 'mvn compile' the phonebook, but for some reason, it can't > find the classes that ARE in the wicket SNAPSHOT jar in my local repo Well, one thing could be if the install:install-file didn't use the right names, but I'd suggest using the 1.2 branch and the released jars to start with. /Gwyn > > > If there is a better approach than what I have been doing, please let me > know. This has got to be some stupid "newbie" problem, where as soon as I > find it I'll say "duuhhhh", but right now I am really stuck. > > -geoff > -- Download Wicket 1.2.2 now! - http://wicketframework.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
