I doubt the jar will run with jdk 1.4 -> it is compiled using jdk 1.5, so the version will be not compatible.
However, the auth-roles project is typically a really, really basic security package. If you want more, then I suggest you look at swarm/wasp from wicket stuff. This has the additional benefit that they are jdk 1.4 all the way (iirc). Martijn On 10/10/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > not sure, as long as you dont need the annotation part of it should be fine > > -igor > > > On 10/10/07, Juan Gabriel Arias <[EMAIL PROTECTED]> wrote: > > Thanks for the quick answer! > > > > And what about wicket-auth-roles? > > We are using auth-roles 1.2.2 compliant with Java 1.4 and we get that from > > the users list. > > > > Thanks again! > > Juan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
