Test all work.. You are building and testing with java 6? It shoukd be done with 5 for now
On 6/7/08, Stefan Lindner <[EMAIL PROTECTED]> wrote: > Yes! Of course some tests fail during maven build but that is not unusual > for trunk. > > -----Ursprüngliche Nachricht----- > Von: Johan Compagner [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 7. Juni 2008 00:50 > An: [email protected] > Betreff: Re: Error in current trunk 1.4 > > so you have an exception purely at runtime but it compiles correct? > > On Fri, Jun 6, 2008 at 10:17 PM, Stefan Lindner <[EMAIL PROTECTED]> wrote: > >> The class AutoLinkResolver has an inner interface in line 510 >> >> private static interface ITagReferenceResolver >> >> this leads to the following exception when an application is deployed: >> >> ERROR [[/Test]] Exception starting filter Test >> java.lang.NoClassDefFoundError: >> org/apache/wicket/markup/resolver/AutoLinkResolver$ITagReferenceResolver >> at >> org.apache.wicket.protocol.http.WebApplication.internalInit(WebApplica >> ti >> on.java:529) >> at >> org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:55 >> 8) >> >> When I make the interface public the applicatioin gets deployed >> correctly. >> >> Shall I report a bug or is this already solved by a developer? >> >> Stefan >> >
