I had the same problem. I figured 2 ways to get around: one way is to set your resource files to read only, the other way is to have your resource files in your project src directory (along with your .java files), when jbuilder does rebuild it will copy the resource files along with *.class file to your WEB-INF/classes directory.
Mei -----Original Message----- From: Darren McGuinness [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 7:06 AM To: Struts Users Mailing List Subject: Re: JBUILDER keeps deleting the directory: WEB-INF/classes Forgot to add, this happens when I rebuild the project..... Darren McGuinness wrote: > This is then causing problems because ApplicationResources.properties is > gone, and I get errors because the code cannot find the keys from the > now deleted file. > > I had it working, but now this is happening. > > Using struts 1.0, JBuilder 6 with TomCat > > Any ideas? > > Cheers. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

