Building with 1.5.0_05 and 1.5.0_06 ends with internal compiler error in
UserDetailsPage.java at this line:
public RolesListView(String id) {
super(id, new LoadableDetachableModel() {
@Override
protected Object load() {
return getUserDao().findRoles();// this line crashes javac
Just get the latest or build a fresh one yourself.
Eelco
On 2/27/06, jan_bar <[EMAIL PROTECTED]> wrote:
> Thanks Martijn,
>
> I have latest version of burgerweeshuis, but it doesn't compile. It seems
> that the wicket SNAPSHOT in the lib/wicket is out fo date. Which snapshot
> should I use?
>
> J
I tried with latest snapshot of wicket and wicket-extension (did not found
latest dojo). It's better but I cannot compile either, with javac 1.5.0_05 I
get compiler internal error (java.lang.AssertionError).
Jan
"jan_bar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Thanks Marti
Thanks Martijn,
I have latest version of burgerweeshuis, but it doesn't compile. It seems
that the wicket SNAPSHOT in the lib/wicket is out fo date. Which snapshot
should I use?
Jan
"Martijn Dashorst" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
wicket phonebook is a good exampl