Matt,
Thanks! #2 works great.  Another quick question to fire off if anyone
knows.. I want to keep that classes directory out of cvs, i have a
.cvsignore file in the root of my project, by putting "classes" in there is
that enough to accomplish this?  Would that filter out any other potential
directories named classes as well?  If so I just won't make any with that
name =)
-David
----- Original Message ----- 
From: "Matt Bathje" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, December 19, 2003 12:52 PM
Subject: Re: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help!


> 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]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to