On Wed, 2002-10-02 at 10:07, saqib rasul wrote: > Hi, > > 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?
Put your files in the same directory tree which you keep your .java files in. Eclipse will copy them to your bin (i.e.'classes') directory. Tom ------------------------------------------------------- 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
