Re: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread Nico Seessle
- Original Message - From: Diane Holt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 3:30 AM Subject: Re: Ant 1.4 -- failonerror attributes? I don't use (thankfully :) VSS, but the doc suggests that if you have autoResponse=Y it will overwrite already checked-out

RE: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread J.D. Fagan
02, 2001 6:31 PM To: [EMAIL PROTECTED] Subject: Re: Ant 1.4 -- failonerror attributes? I don't use (thankfully :) VSS, but the doc suggests that if you have autoResponse=Y it will overwrite already checked-out files. Have you tried that? Diane --- J.D. Fagan [EMAIL PROTECTED] wrote

RE: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread Diane Holt
--- J.D. Fagan [EMAIL PROTECTED] wrote: Yep, already tried the autoResponse set to Y. Below is my vsscheckout task and resulting errors I get. I guess according to Nico's reply, I can't avoid this situation. Guess I could check to see on a per file basis if they are writable first before

RE: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread J.D. Fagan
I was under the impression that chmod was a UNIX only task. Or so it states in the documentation. Does it work for Windows? JD -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: RE: Ant 1.4

RE: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread Diane Holt
--- J.D. Fagan [EMAIL PROTECTED] wrote: I was under the impression that chmod was a UNIX only task. Or so it states in the documentation. Does it work for Windows? Oh right -- sorry. I forgot we were dealing with VSS, which means dealing with Windows. Do you work in DOS, or do you have a

RE: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread Diane Holt
--- J.D. Fagan [EMAIL PROTECTED] wrote: This is too messy...just gonna drop it and move onto other more important issues (like convincing management that VSS sucks). Good plan! There's a little write-up done that could help out at:

Re: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread Nico Seessle
- Original Message - From: Diane Holt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 04, 2001 12:48 AM Subject: RE: Ant 1.4 -- failonerror attributes? --- J.D. Fagan [EMAIL PROTECTED] wrote: I was under the impression that chmod was a UNIX only task. Or so it states

Ant 1.4 -- failonerror attributes?

2001-05-02 Thread J.D. Fagan
Unfortunately, I'm stuck on a VSS based project at the moment :-( And I'm trying to build a target that depends on a VSS checkout. How can I ignore an error from vsscheckout and continue on? My error sometimes occur when I already have a file checked out, and thus, just want to ignore this

Re: Ant 1.4 -- failonerror attributes?

2001-05-02 Thread Diane Holt
I don't use (thankfully :) VSS, but the doc suggests that if you have autoResponse=Y it will overwrite already checked-out files. Have you tried that? Diane --- J.D. Fagan [EMAIL PROTECTED] wrote: Unfortunately, I'm stuck on a VSS based project at the moment :-( And I'm trying to build a