All,

I've created a place on our website for deployment of a snapshot version
of the wicket and wicket-extensions jars. This will be filled regularly
with the latest stance in Wicket development, coming to you from CVS-HEAD.

You can manually download the dependency, but you might consider moving
your project build to maven (http://maven.apache.org). If you do so,
then please add or edit the following maven property in your
build.properties file (located in your home directory, Windows XP users:
C:\Documents and Settings\username)
   
maven.repo.remote=http://www.ibiblio.org/maven,http://wicket.sourceforge.net/maven
First note that we *added* the http://wicket.sourceforge.net/maven
entry. If you don't have this property, please make sure you include the
ibiblio reference, otherwise all the other dependencies won't get
downloaded!

Next change the /VERSION/ of your wicket dependency in your project.xml
to SNAPSHOT. This will instruct maven to constantly check if a newer
version is available at the listed maven.repo.remote repositories.

More information on maven and SNAPSHOT dependencies can be found here:
http://maven.apache.org/using/managing-dependencies.html

Note that this *can* affect your maven build considerably in performance
as maven checks each time you run it whether the jar file has changed.
This can be solved in two ways:
1. use maven for your normal builds in 'offline' mode: maven -o xxx
2. You may want to use maven-proxy (http://maven-proxy.codehaus.org) and
configure that one to check once a day in order to speed up your
development cycle.

DISCLAIMER:
----------------
We don't guarantee that the SNAPSHOT version will work *AT ALL*. We
provide it as a service so you can enjoy the latest but not necessarily
the greatest Wicket has to offer. Don't bet your life, house, wife on
using this version!

Martijn


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to