Thanks, that worked. I wonder why this isn't automatically set up in the "quickstart"?
-----Original Message----- From: jWeekend [mailto:[email protected]] Sent: Tuesday, 18 August 2009 5:25 a.m. To: [email protected] Subject: Re: MarkupnotFoundException in eclipse 3.4.2 The quick fix is: in Project Properties/Java Build Path/Source) set "Included: *.*" (and make sure *.html is not "Excluded") for the folder your html is in, most likely src/main/java if you keep your templates next to your Java source files. Regards - Cemal jWeekend OO & Java Technologies, Wicket Training and Development http://jWeekend.com dale77 wrote: > > Eclipse is not copying the .html file alongside the .class. But the > Java > | Compiler | Output Folder | Filtered Resources is only *.launch. How > | do > I make eclipse copy the html file next to the class? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
