> It sounds like the problem is that undeploying an app from tomcat > doesn't work. I'm pretty sure that's becuase on windows you can't > delete open files. Yep -- that was the original problem, but since then I changed the script to physically stop tomcat and delete the war and exploded dir. That gets around the problem that the jars seem to be open (despite the context being told to STOP -- naughty Flex!) and Windows as you say won't let me delete them.
> i've never even heard of > anthillpro, so that seems pretty likely. AnthillPro is reasonably good stuff to automate project builds for continuous integration. http://www.urbancode.com/ After using it for a year or so, I can't imagine working on a team and not having CI. Cruise Control, Damage Control, and Anthill Open Source are free CI alternatives. I've used CC but in a comparison matrix to AHP, AHP offered enough advantages to be worth the $1200 (It has since increased in price, but still worth it IMHO. I can easily show an ROI of about a week due to less developer time running integration builds.) Damage Control looks interesting -- but they use Ruby and honestly, I'm just not interested in learning yet another scripting language, only for doing builds. Cheers, Tim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
