mini maven guide...

install maven

place yourself in a folder and write:

mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.0-beta4 -DgroupId=com.mycompany -DartifactId=myproject

then maven will create a folder for yourproject setup for maven. to compile the project just enter the folder and run mvn install. war file will be installed to target folder..

Its easy as 1,2,3 :)

regards Nino

Thomas Singer wrote:
I'm having these libraries in my classpath:

commons-collections-2.1.jar
commons-logging-1.0.4.jar
junit.jar
log4j-1.2.13.jar
portlet-api-1.0.jar
slf4j-api-1.4.0.jar
slf4j-log4j12-1.4.0.jar

But the checked out code does not compile. It requires at least org.apache.portals.bridges.util.ServletPortletSessionProxy.

Tom


Eelco Hillenius wrote:
For core Wicket, you only need slf4j (and maybe log4j if you want to
use that) and the servlet API (the latter just to compile your
project).

Eelco

On 10/25/07, Thomas Singer <[EMAIL PROTECTED]> wrote:
I only can find the wicket jars, but were are the required libraries? Should
I pick the out of the pom myself or is there a more user-friendly way?

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to