Wicket is in 2.0 a Java 5 project, and the projects haven't yet been
altered to take advantage of maven's multi module support. I think
this will happen somewhere in the beginning of october when I have
finished my current chapter for WIA...
Martijn
On 9/17/06, Martin Funk <[EMAIL PROTECTED]> wro
Hi Stefan,
wicket is nicely set up as a Maven multi module projekt and the parent
of all modules may be found in wicket-parent.
Build instructions may be found there:
https://svn.sourceforge.net/svnroot/wicket/trunk/wicket-parent/README.TXT
mvn -Pjdk1.4 clean install
should install the Java 1.4 s
Always do a clean, like 'mvn clean install -Dmaven.test.skip=true
Also, if you check out wicket/-extensions/-auth/-spring/-parent you
can go to directory parent and build all of them in one command
(./build-all.sh)
Eelco
On 9/16/06, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> I checked out wick
Do mvn install.This will install the package (wicket) into the local repository, which is where maven will look for it when compiling wicket-extensions .On 9/17/06,
Stefan Lindner <[EMAIL PROTECTED]> wrote:
I checked out wicket 2.0 from svn. Now I build wicket base (in subdir'wicket') eith mvn
I checked out wicket 2.0 from svn. Now I build wicket base (in subdir
'wicket') eith
mvn -Dmaven.test.skip=true package
to skip the failing tests. This creates a file named
"wicket-2.0-SNAPSHOT.jar" in subdir wicket/target.
Now I change to subdir 'wicket-extensions'. I do the same as above