| Author |
Wicket: how to deploy and run the examples?
|
Rogerio Kioshi
Ranch Hand
Joined: Apr 12, 2005
Posts: 654
|
|
Hi, I've downloaded Wicket from: http://www.apache.org/dyn/closer.cgi/wicket/1.4-m3 I've unzipped the file and I see there's a path with examples (\apache-wicket-1.4-m3\src\wicket-examples). How do I run them? I've noticed they use Maven 2, but I'm used to use Ant to build the projects, not Maven. I tried to use "mvn compiler:compile" command line in the path where "pom.xml" file is located but I get an error: Maven also builds a package like Ant in some "dist" path? Where do I see where this path is configurated? The path where I try to run the command is "\apache-wicket-1.4-m3\src". Thank you
|
SCEA 5 (part 1), SCBCD, SCWCD, SCJP, CLP, CLS
|
 |
Dave Schoorl
Greenhorn
Joined: Nov 19, 2008
Posts: 2
|
|
From the wicket-examples directory simply run:
mvn jetty:run
Maven will build the wicket-examples project and start the Jetty webcontainer. You can access the wicket-examples application via http://localhost:8080/wicket-examples/.
|
 |
 |
|
|
subject: Wicket: how to deploy and run the examples?
|
|
|