On Mon, Mar 5, 2012 at 3:11 PM, Jürgen Lind <[email protected]> wrote: > That would imply that I use Maven for my build process - which I don't ;-) > Is there a plcae > where I can download the entire bundle so that I can give it a try? or doe I > have to download > the jars separately?
Separately. The bundle is created at release time. > > > J. > > > > On 05.03.2012 13:40, Martin Grigorov wrote: >> >> Hi Juergen, >> >> You may also test with 1.5-SNAPSHOT to verify that 1.5.5 will work. >> Just add this repo temporarily to your pom.xml: >> >> <repositories> >> <repository> >> <id>Apache Nexus</id> >> >> <url>https://repository.apache.org/content/repositories/snapshots/</url> >> <releases> >> <enabled>false</enabled> >> </releases> >> <snapshots> >> <enabled>true</enabled> >> </snapshots> >> </repository> >> </repositories> >> >> >> On Mon, Mar 5, 2012 at 2:16 PM, Jürgen Lind<[email protected]> >> wrote: >>> >>> Hi Christoph, maybe I was a bit too quick in assuming that Jrebel was the >>> culprit... >>> I went back to 1.5.3 an since then, the problem has disappeared. Let's >>> hope >>> it stays >>> that way... Thank you again for the hint. >>> >>> J. >>> >>> >>> On 04.03.2012 11:46, Jürgen Lind wrote: >>>> >>>> >>>> >>>> Thanks for the hint, but I do not think that this is the problem. The >>>> resource (HTML file) is locked in the classes directory that is >>>> monitored >>>> by jRebel and not in the directory where the WAR-File is located. >>>> Anyway, >>>> I >>>> will be looking into that... >>>> >>>> J. >>>> >>>> >>>> >>>> On 04.03.2012 11:31, Christoph Leiter wrote: >>>>> >>>>> >>>>> Hi, >>>>> >>>>> do you use 1.5.4 with package resources? There's a bug that causes >>>>> locked resources: >>>>> https://issues.apache.org/jira/browse/WICKET-4359 >>>>> >>>>> Until 1.5.5 is released you can use 1.5.3, which is not affected by >>>>> this >>>>> bug. >>>>> >>>>> >>>>> Christoph >>>>> >>>>> >>>>> On 04.03.2012 10:29, Jürgen Lind 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. >>>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>> >>>> >>>> Mit freundlichen Grüßen, >>>> >>>> Jürgen Lind >>>> >>> >>> >>> -- >>> 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: [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: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
