We use 1.5.4. I do get a file locking related popup dialog errors when I save a modified resource:
> Problems encountered while deleting files. > Could not delete: [snip]\target\classes\[snip].html. ... but it works anyway, presumably because Wicket loads resources through the class loader which JRebel redirects to the Eclipse workspace. As Christian says, this issue affects 1.5.4 only; 1.5.3 and 1.5-SNAPSHOT don't cause the popup. The mistake I always make is forgetting to run "mvn jrebel:generate" on my Wicket project to generate target/classes/rebel.xml. I have a "jrebel" Maven profile which executes the jrebel plugin, and have this profile enabled in Eclipse, but it doesn't work. So I just run it manually after a clean build. Dan On Sun, Mar 4, 2012 at 11:03 PM, Jürgen Lind <[email protected]>wrote: > Hi Dan, thanks for your answer, then the problem might lie within my > setup. One more thing: > which version of Wicket are you using? Maybe the Packaged Resource Bug > that was mentioned > earlier is the culprit... > > J. > > > On 05.03.2012 03:55, Dan Retzlaff wrote: > >> Jürgen, my coworkers and I use that combination successfully. Good luck. >> >> On Sun, Mar 4, 2012 at 1:29 AM, Jürgen Lind<[email protected]>** >> wrote: >> >> Hi, >>> >>> I was just wondering if anybody is using the above combination. Since >>> upgrading to 1.5. I have massive problems in reloading changed HTML >>> templates as Eclipse sometimes tries to do a full build because of a >>> locked resource. I am also in contact with the Jrebel guys, I just wanted >>> to know if somebody else has a similar problem. >>> >>> J. >>> >>> -- >>> Dr. Jürgen Lind >>> iteratec GmbH Fon: +49 (0)89 614551-44 >>> Inselkammerstrasse 4 Fax: +49 (0)89 614551-10 >>> 82008 Unterhaching Web: www.iteratec.de >>> >>> Sitz und Registergericht der iteratec GmbH: München HRB 113 519 >>> Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel >>> >>> ------------------------------****----------------------------** >>> --**--------- >>> To unsubscribe, e-mail: >>> users-unsubscribe@wicket.**apa**che.org<http://apache.org> >>> <users-unsubscribe@**wicket.apache.org<[email protected]> >>> > >>> >>> For additional commands, e-mail: [email protected] >>> >>> >>> > > -- > Mit freundlichen Grüßen, > > Jürgen Lind > > -- > Dr. Jürgen Lind > iteratec GmbH Fon: +49 (0)89 614551-44 > Inselkammerstrasse 4 Fax: +49 (0)89 614551-10 > 82008 Unterhaching Web: www.iteratec.de > > Sitz und Registergericht der iteratec GmbH: München HRB 113 519 > Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
