JBuilder 6 definately has some wierd 'issues' when it comes to building enterprise apps (war/ear/ejb). I now use Jbuilder 7 Enterprise and it does a much better job. It is still quirky (be careful when deploying wars, unset that include necessary files or your war file will be 20 megs full of j2ee.jar, weblogic.jar, etc). It does a pretty good job though.
However, since I've had similar problems, I use ant for full builds. To just compile, deploy something fast, edit a deployment desciptor and reploy, etc. JBuilder is good, but for most stuff, ant is king. See a pattern? :) viva ant, Michael Lee ----- Original Message ----- From: "Cliff Rowley" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 10:16 AM Subject: Re: JBUILDER keeps deleting the directory: WEB-INF/classes > Good old JBuilder :) *chuckles-whilst-using-intellij-idea* > > On Wed, 2002-08-28 at 15:14, [EMAIL PROTECTED] wrote: > > > > > > JBuilder is just s#!* > > > > I have been using it to build my EJB projects and it keeps on loosing information, deleting stuff and all sorts of fun and games! I've just given up. My company makes us develop with JBuilder as they have spent a fortune on the licenses, but all the building is done with ant scripts now! > > > > Sorry that dosen't help, but thats just the way I see things :( > > > > IV > > > > > from: Darren McGuinness <[EMAIL PROTECTED]> > > > date: Wed, 28 Aug 2002 15:05:30 > > > to: [EMAIL PROTECTED] > > > 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]> > > > > > -- > > Regards > > ------------------------------------------- > Cliff Rowley | [EMAIL PROTECTED] > Software Engineer | www.doctype.co.uk > +44 (0) 1206 514263 | www.cliffrowley.com > ------------------------------------------- > > > -- > 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]>

