Do you have maven installed? If so, it should just be like this: svn co https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core cd wicketstuff-core mvn -N clean install cd gmap2-parent mvn clean install cd gmap2-examples mvn jetty:run
Now browse http://localhost:8080/gmap2-examples/ Notice that in the first "mvn clean install" there is "-N" - this is non-recursive so you only build the parent wicketstuff-core POM module and not all the children. Also note that GMap2 (and all wicketstuff-core projects) are currently built against Wicket 1.4-SNAPSHOT. You may have to look to the old 1.3.x branch in wicket stuff and experiment on your own to get a 1.3.5 version. Or just change the pom and compile against 1.3.5, and fix any compile errors (probably mostly generics). Hope this helps. The other option (if you don't have Maven) is to get the latest war from http://wicketstuff.org/maven/repository/org/wicketstuff/gmap2-examples/1.4-SNAPSHOT/ -- Jeremy Thomerson http://www.wickettraining.com On Fri, Dec 26, 2008 at 7:27 AM, 新希望软件 -- 俞宏伟 <nhsoft....@gmail.com> wrote: > First Sorry for my poor english. > > I have checked out wicketstuff-core source code, but i do not know how to > generate wicket-core jars and example war. > > I want to run GMAP2 example, and then want to add GMAP2 to my wicket > project(now using wicket 1.3.5). > > thanks. >