Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 1272 invoked from network); 19 Apr 2010 16:33:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Apr 2010 16:33:14 -0000 Received: (qmail 64797 invoked by uid 500); 19 Apr 2010 16:33:14 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 64741 invoked by uid 500); 19 Apr 2010 16:33:13 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 64734 invoked by uid 99); 19 Apr 2010 16:33:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 16:33:13 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of m.v.lunteren@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 16:33:06 +0000 Received: by vws11 with SMTP id 11so2668460vws.31 for ; Mon, 19 Apr 2010 09:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=r8EXE6HUPEiqSGgNNqiy8HDR+2hJAddvLSYOrDtO9hA=; b=qv/XLwgsgaYHCldArtKECGn81uU5coihmiWZGQP1NXtf2lipdPZAV6tcyLALT2uFIs LoYZDsUGQ1dEsYfQYIW/Cn19O3aG/ObaVkcGYW4mWGqhqlWSPi1ZcrMsbAA+dEK4yl7V 7s13nNscdCjKzj4l4fXwLreDK04NJOJzgooo0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NsuksUf4vtRCxBIowhWFApX5LatZ+T36qt+Mwa6/FaG34Y5gGFp6qMvu84SJOyggBv wjcfeJmJMKFxfk/SxK+Wb2Lto6IDDZcatwBHSmJc6Ff/uZMvmJWgR8Y2G+zjfwyDOtsY pfEzM1ox3GJR+BEOhzdxc4i68nJLz+n8yvjB8= MIME-Version: 1.0 Received: by 10.229.1.11 with HTTP; Mon, 19 Apr 2010 09:32:45 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Apr 2010 09:32:45 -0700 Received: by 10.229.212.132 with SMTP id gs4mr1403888qcb.53.1271694765948; Mon, 19 Apr 2010 09:32:45 -0700 (PDT) Message-ID: Subject: Re: Build Failed Error From: Myrna van Lunteren To: derby-dev@db.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Sat, Apr 17, 2010 at 10:09 AM, Nirmal Fernando 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