Keep you resources (.html, .jwc, etc.) in your source directory, not your classes.
Eclipse copies any such resources over to the classes file as part of the build. There is a preference to specify a filter on what NOT to copy. ----- Original Message ----- From: "Frank Gerhardt - don't send personal email to this address" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 4:08 AM Subject: Re: [Tapestry-developer] Eclipse Question > saqib rasul schrieb: > > Looking at the code for Tapestry, it seems it was > > written with the Eclipse IDE, so i have a general > > questions with using Eclipse. > > > > I get Eclipse to compile all my .java files into a > > classes directory. I also keep my .html, .page, > > .application and .jwc files in the same directory. > > > > However, Eclipse has a habit of deleting everything in > > the classes directory every so often and i keep losing > > everything excelpt the .class files... any idea on how > > to stop this? > > Do you use the Spindle plugin? > > You should not edit the files in the classes dir. Instead put them into your src > dir and Eclipse will copy them to the classes dir automatically. > It's a bit confusing at the moment but (I think) it will this will be improved. > > Frank. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
