On Sat, Apr 17, 2010 at 10:09 AM, Nirmal Fernando <[email protected]> wrote: > Hi All, > > Up to today I was able to compile and build derby from source without > any problem. But suddenly I got an Build fail message, which I pasted > below. > > BUILD FAILED > C:\OtherNirmal\GSoC\Code\build.xml:1329: Unable to rename old file > (C:\OtherNirm > al\GSoC\Code\jars\sane\derby.jar) to temporary file > > So, I deleted all the jars inside sane and tried to build, and it was > successful. > > But it is annoying to delete all the jars every time I perform a build. > > I would be grateful if some one can help me. > > Thank you very much. > > -- > Best Regards, > Nirmal > > C.S.Nirmal J. Fernando > Department of Computer Science & Engineering, > Faculty of Engineering, > University of Moratuwa, > Sri Lanka. >
Hi Nirmal, The only thing that makes sense is that you somehow still had a process open that was using derby.jar. (Perhaps a network server process from within an IDE running a test?) And that you released the process - perhaps by closing your IDE? - or it finished some other way before you tried deleting (or you shouldn't have been able to delete the derby.jar). Myrna
