On Tue, Mar 11, 2008 at 7:41 AM, bob2 <[EMAIL PROTECTED]> wrote:
>
>  After reading this and other similar posts I'm still confused about how to
>  determine what exactly I need.  I am a new user and do not easily have
>  access to the internet.  I do not have/use Maven.  The jars listed below
>  came with the wicket 1.3.1 download in the lib dir.  I thought I'd be set
>  from there.  But at runtime using Tomcat 6 with an extremely simple page
>  everything blew up (no class def found errors, etc).  In the 1.3.1 download
>  I saw an examples.war that contained a bunch of other libs.  I pulled them
>  out 1 by 1 till I got my app to work/run.
>
>  Seems that these were required to get no errors:
>  commons-collections-3.2.jar
>  commons-lang-2.1.jar
>
> log4j-1.2.13.jar
>  slf4j-simple-1.4.2.jar (if i tried different versions of slf4j I got errors,
>  1.3.0 to be exact)
>  slf4j-api-1.4.2.jar (if i tried different versions of slf4j I got errors,
>  1.3.0 to be exact)
>  velocity-1.4.jar
>  velocity-dep-1.4.jar
>
>  If any of these were missing I got errors.  If there is a single zip file
>  download for the Wicket framework then why doesn't it include the bare
>  minimum libraries to make it run.  Or at least a readme stating what is
>  required.

That's definitively more than the required minimum for Wicket. Look at
the dependencies your example app has and look at any libs you pulled
in with it.

Eelco

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

Reply via email to