> Also, deleting output folder is optional. But I have this > setting to > on, because if I delete something in the src folder, it is > also deleted > in the classes folder.
Where is this "delete output folder" setting? I now use Eclipse 3.1 with MyEclipse4.0M2, but have 3.0 with MyEclipse 3.8.4 as well. Honestly, I would prefer to find a way to force Eclipse deploy all my project structure with XML/XSL stuff to the app server, so I can edit XSL from Eclipse and deploy it right away. How do I do that ? As I said, when I try to deploy to JBoss, it wipes out the full project structure and deploys only Java classes (WEB-INF & META-INF) Thank you, Oleg. --- David Perez <[EMAIL PROTECTED]> wrote: > Upayavira schrieb: > > > Christoph Hermann wrote: > > > >> Ralph Goers schrieb: > >> > >> Hello, > >> > >> > >>> I know IntelliJ won't mess with the contents of your > project in > >>> any way - it surprises me that Eclipse would. > >> > >> > >> > >> I set the class output folder to WEB_INF\classes and when i > do a "Clean > >> all" in eclipse (3.0.1) it deletes all jars and .class > files under > >> WEB-INF\classes (also the ones not build by eclipse). (Very > bad imho.) > > > > > > Yes, and it can be a pain. However, why are you putting jars > into > > WEB-INF/classes? If you jar up anything else and put it into > > > WEB-INF/lib, and leave WEB-INF/classes just for the classes > that > > Eclipse compiles, you'll be fine. Can you work with that? > > > > By the way, why are you using Eclipse 3.0.1? 3.1 is out, and > is much > > more feature rich, and faster too. > > > > Regards, Upayavira > > > Also, deleting output folder is optional. But I have this > setting to > on, because if I delete something in the src folder, it is > also deleted > in the classes folder. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
