Re: Release log file lock from

2004-12-02 Thread Stefan Bodewig
On Thu, 2 Dec 2004, Robert Soesemann <[EMAIL PROTECTED]> wrote: > I tried out exchanging my ant.jar with the one from > /~bodewig/builds/ant/20041126 and it works perfectly! How > stable/buggy is this version? Successfully builds performs a few hundred builds of Jakarta and other Java projects e

RE: Release log file lock from

2004-12-02 Thread Robert Soesemann
It works perfect. As I am using the release 1.6.2 everthings fine. Thanks a lot for your help. Robert -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 2. Dezember 2004 09:46 To: [EMAIL PROTECTED] Subject: Re: Release log file lock from On Thu, 2

Re: Release log file lock from

2004-12-02 Thread Stefan Bodewig
On Thu, 2 Dec 2004, Robert Soesemann <[EMAIL PROTECTED]> wrote: > Would it be enough to just exchange the ant.jar? I am using eclipse > with ant support. Depends on what else you are using. The nightly builds come from CVS HEAD. I think there haven't been any major changes in Ant's core that wo

RE: Release log file lock from

2004-12-02 Thread Robert Soesemann
? Thanks, Robert -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 2. Dezember 2004 09:27 To: [EMAIL PROTECTED] Subject: Re: Release log file lock from On Wed, 1 Dec 2004, Robert Soesemann <[EMAIL PROTECTED]> wrote: > In my build script I use

RE: Release log file lock from

2004-12-02 Thread Robert Soesemann
Please read the reply of Stefan Bodewig, who states that this is an Windows issue. You won't see it on Linux. R. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 2. Dezember 2004 09:39 To: Ant Users List Subject: RE: Release log file lock from We

RE: Release log file lock from

2004-12-02 Thread Robert Soesemann
Would it be enough to just exchange the ant.jar? I am using eclipse with ant support. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 2. Dezember 2004 09:27 To: [EMAIL PROTECTED] Subject: Re: Release log file lock from On Wed, 1 Dec 2004, Robert

RE: Release log file lock from

2004-12-02 Thread Ivan Ivanov
quot;${basedir}\${tmp_dir}\" > value=""/> > > > Any ideas? > -Original Message- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 2. Dezember 2004 08:49 > To: Ant Users List > Subject: Re: Release log file lock from >

Re: Release log file lock from

2004-12-02 Thread Stefan Bodewig
On Wed, 1 Dec 2004, Robert Soesemann <[EMAIL PROTECTED]> wrote: > In my build script I use the task to echo errors to a log > file. At the end of my script i want to perform some operations > (replace, rename) on that file. > > But this does not work, as ant hold a lock on that file the whole >

RE: Release log file lock from

2004-12-02 Thread Robert Soesemann
I never thought that this could be the reason. Do you know a way to release that lock after I stopped the recorder? Robert -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 2. Dezember 2004 09:26 To: [EMAIL PROTECTED] Subject: Re: Release log file lock

Re: Release log file lock from

2004-12-02 Thread Stefan Bodewig
On Wed, 1 Dec 2004, Ivan Ivanov <[EMAIL PROTECTED]> wrote: > The follwoinf script works in my environment (Fedora > Core 2 Linux): Because Linux (unlike Windows) doesn't lock open files by default. Stefan - To unsubscribe, e-ma

RE: Release log file lock from

2004-12-02 Thread Robert Soesemann
Users List Subject: Re: Release log file lock from The follwoinf script works in my environment (Fedora Core 2 Linux): Ivan --- Robert Soesemann <[EMAIL PROTECTED]> wrote: > Hello, > > In my build script I use the task to echo > errors to a

Re: Release log file lock from

2004-12-01 Thread Ivan Ivanov
The follwoinf script works in my environment (Fedora Core 2 Linux): Ivan --- Robert Soesemann <[EMAIL PROTECTED]> wrote: > Hello, > > In my build script I use the task to echo > errors to a log file. > At the end of my script i want to perform some > operations

Re: Release log file lock from

2004-12-01 Thread Jeffrey E Care
Are you stopping the recording with ? -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Robert Soesemann" <[EMAIL PROTECTED]> wrote on 12/01/2004 12:37:55 PM: > Hello, > > In my b

Release log file lock from

2004-12-01 Thread Robert Soesemann
Hello, In my build script I use the task to echo errors to a log file. At the end of my script i want to perform some operations (replace, rename) on that file. But this does not work, as ant hold a lock on that file the whole time. How can I release that? Regards, R.