That was it !! Thanks for your help. However, this raises one more question, and I apologise if this is the wrong forum for it.
I *need* to have the deployed jar file in my CLASSPATH and also *need* to be able to delete it with ANT before a build. How do I get both ? Thanks.. Mak --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: >On Thu, 21 Feb 2002, Mak Bhandari <[EMAIL PROTECTED]> wrote: >> C:\cvs\work\cams\bin\..\deployment\build.xml:13: Unable to delete >> file C:\cvs\wo rk\camsjar\cams.jar at > >Is this file on your CLASSPATH? If so, the Java VM running Ant is >holding a lock on it, so that you cannot delete it. > >Stefan > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> _____________________________________________________________ Get email for your site ---> http://www.everyone.net -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
