David - there are 2 options for this that I can think of:

1. In your project settings in eclipse, in the java compiler category, go to
the build path tab and uncheck the "clean output folders on full build"
setting

2. Put your configuration/other files into the /src directory. When eclipse
builds, it will copy the files over to the classes directory. (note: if this
doesn't work there may be a setting that turns it on, but I couldn't find
one, and don't remember ever setting it...)


I prefer situation 2 myself.

Matt Bathje


----- Original Message ----- 
From: "David Erickson" <[EMAIL PROTECTED]>
To: "Struts Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, December 19, 2003 1:42 PM
Subject: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help!


> So we are migrating our app from debugging with System.out.. (dont laugh..
> even though I do).. to debugging it with Sysdeo's Eclipse plugin.  However
> we have run into a showstopping snag unless we can get it resolved.
Eclipse
> is set to compile everything from /web/WEB-INF/src into
/web/WEB-INF/classes
> as it should so tomcat can run correctly and see the files.  However we
have
> configuration and other files also in /web/WEB-INF/classes.. and when
> eclipse rebuilds the project it 'cleans' that directory by deleting
> everything then compiling the source back into there.  Can this be
stopped?
> Or what is everyone else doing regarding this?  I'm sure I can't be the
only
> one with this problem.
>
> Thanks,
> David
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to