Thanks for the tip John. Eelco
On 6/6/06, John Patterson <[EMAIL PROTECTED]> wrote: > > Hi all, > > > Here is a tip for Wicket users following Eclipse milestone builds. > > I have recently upgraded Eclipse to 3.2RC7 from M5a and it broke my launch > configurations. It auto-upgrades them to a new format and annoyingly > removes resources in your source directories from the classpath. Because > wicket uses class relative resources (ie html pages adjacent to your .java > files) this caused the following errors: > > wicket.markup.MarkupNotFoundException: Markup of type > 'html' for component 'com.example.wicket.MyPage' not found. Enable debug > messages for wicket.util.resource to get a list of all filenames tried: > > This can be fixed simply by recreating your launch configurations. > > Hope this saves some of you a bit of time! > > John. > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
