Re: Problem with zip task

2009-08-04 Thread Steve Loughran
Cole, Derek E wrote: I don't think this will be possible really. The filesystem is actually a clearcase snapshot view on that NAS...it gets a set of default permissions when the view is created/updated. Clearcase is not a normal FS, wierd things happen. I fear it. If anything misbehaves, reb

Re: Problem with zip task

2009-07-29 Thread Alexey N. Solofnenko
ssage- From: Alexey N. Solofnenko [mailto:alexey.solofne...@symyx.com] Sent: Tuesday, July 28, 2009 2:02 PM To: Ant Users List Subject: Re: Problem with zip task I recently investigated a problem with NAS with a similar error - the folder creation silently failed and then file creation failed wit

RE: Problem with zip task

2009-07-29 Thread Cole, Derek E
ly 28, 2009 2:02 PM To: Ant Users List Subject: Re: Problem with zip task I recently investigated a problem with NAS with a similar error - the folder creation silently failed and then file creation failed with "no such file" error. To fix it you will need to recursively set "7

RE: Problem with zip task

2009-07-29 Thread Cole, Derek E
Yes, they are. -Original Message- From: Greg Roodt [mailto:gro...@gmail.com] Sent: Tuesday, July 28, 2009 5:51 PM To: Ant Users List Subject: Re: Problem with zip task Out of interest, are archive.dir and staging.dir on the same filesystem? On Tue, Jul 28, 2009 at 7:29 PM, Scot P

Re: Problem with zip task

2009-07-28 Thread Stefan Bodewig
On 2009-07-28, Cole, Derek E wrote: > Has anyone encountered a problem when running a zip task, the log will > say something like > [zip] Building zip: /path-to/some.war > [zip] adding directory > Then getting an exception that says > Problem creating zip: > /path-to/someotherdir/.nfs

Re: Problem with zip task

2009-07-28 Thread Alexey N. Solofnenko
I recently investigated a problem with NAS with a similar error - the folder creation silently failed and then file creation failed with "no such file" error. To fix it you will need to recursively set "777" file permission and correct owner user and group. - Alexey. Cole, Derek E wrote: H

RE: Problem with zip task

2009-07-28 Thread Martin Gainty
manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 28 Jul 2009 22:51:27 +0100 > Subject: Re: Problem with zip task > From: gro...@gmail.com > To: user@ant.apache.org > > Out of interest, are archive.dir and staging.dir on the same fil

Re: Problem with zip task

2009-07-28 Thread Greg Roodt
>> -Original Message- >> From: Cole, Derek E >> Sent: Tuesday, July 28, 2009 2:11 PM >> To: Ant Users List >> Subject: RE: Problem with zip task >> >> I am not sure what is considered relevant...here is the target that is >> being run...

RE: Problem with zip task

2009-07-28 Thread Scot P. Floess
build, and it is successful the next time. Derek -Original Message- From: Cole, Derek E Sent: Tuesday, July 28, 2009 2:11 PM To: Ant Users List Subject: RE: Problem with zip task I am not sure what is considered relevant...here is the target that is being run...

RE: Problem with zip task

2009-07-28 Thread Cole, Derek E
2:11 PM To: Ant Users List Subject: RE: Problem with zip task I am not sure what is considered relevant...here is the target that is being run... In the build log, it says right before the [zip] out put [mkdir] Skipping /path-to//archi

RE: Problem with zip task

2009-07-28 Thread Cole, Derek E
to make sure that staging.dir actually existed as well -Original Message- From: Greg Roodt [mailto:gro...@gmail.com] Sent: Tuesday, July 28, 2009 2:04 PM To: Ant Users List Subject: Re: Problem with zip task H, looks a bit suspicious. Could you please include the relevant parts of

Re: Problem with zip task

2009-07-28 Thread Greg Roodt
tes that > over NFS), process a will get a stale file handle. > > > Could something like this be happening as part of a simple zip task? > > > -Original Message- > From: Scot P. Floess [mailto:sflo...@nc.rr.com] > Sent: Tuesday, July 28, 2009 1:56 PM > To: Ant

RE: Problem with zip task

2009-07-28 Thread Cole, Derek E
. Could something like this be happening as part of a simple zip task? -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Tuesday, July 28, 2009 1:56 PM To: Ant Users List Subject: Re: Problem with zip task Interesting looks like an nfs issue... Are you automounting

Re: Problem with zip task

2009-07-28 Thread Scot P. Floess
Interesting looks like an nfs issue... Are you automounting or anything? On Tue, 28 Jul 2009, Cole, Derek E wrote: Has anyone encountered a problem when running a zip task, the log will say something like [zip] Building zip: /path-to/some.war [zip] adding directory Then getting

Problem with zip task

2009-07-28 Thread Cole, Derek E
Has anyone encountered a problem when running a zip task, the log will say something like [zip] Building zip: /path-to/some.war [zip] adding directory Then getting an exception that says Problem creating zip: /path-to/someotherdir/.nfs0001a121a0003ae (No such fil