ChuckDeal wrote: > How do the Wicket developers have their Eclipse environment setup? > > I have a SNAPSHOT project that I created from the svn tree (wicket 1.3). > Each of the subprojects are below that project but the .classpath and > .project are not setup to allow building of the whole project. My own > project is mvn-enabled and I use the m2Eclipse plugin to help manage the > dependencies, but the Wicket structure doesn't seem to work well with the > m2Eclipse plugin (the wicket-parent subproject instead of a top-level pom). > > So, I was hoping I could get an idea of how you guys setup the workspace for > development. Particularly, I want to tweak the datetime subproject because > it is giving me some trouble.
svn checkout [...]/branches/1.x /home/me/dev/wicket-1.x cd /home/me/dev/wicket1.x/wicket-parent mvn -DdownloadSources eclipse:eclipse File | Import... Multiple Projects Clicky clicky find /home/me/dev/wicket1.x/ Make sure they're all checked. Click OK. Wait while Eclipse churns for a bit. Done. ------------------------------------------------------------------------- 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
