You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by "Adam R. B. Jack" <aj...@trysybase.com> on 2004/03/17 05:32:26 UTC

I removed what I thought was a hack today, I removed the check for directory
existence from before a <mkdir, assuming a working sync would have cleaned
the directory. I assumed that no <mkdir would be in existence if the
directory was in CVS|SVN. I was wrong (see below).

So, what to do? Do we go strict or loose?

regards

Adam
-----------------------------------------------------------------------
ERROR:gump:PerformMkdir Failed
Traceback (most recent call last):
  File "/home/gump/gump/python/gump/engine.py", line 514, in performPreBuild
    self.performMkDir(project,mkdir,mkdirs)
  File "/home/gump/gump/python/gump/engine.py", line 476, in performMkDir
    os.makedirs(dirToMake)
  File "/usr/local/lib/python2.2/os.py", line 204, in makedirs
    mkdir(name, mode)
OSError: [Errno 17] File exists: '/var/gump/domts/build/java'

--
Experience the Unwired Enterprise:
http://www.sybase.com/unwiredenterprise
Try Sybase: http://www.try.sybase.com


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Posted by "Adam R. B. Jack" <aj...@trysybase.com>.

> On Tue, 16 Mar 2004, Adam R. B. Jack <aj...@trysybase.com> wrote:
>
> > So, what to do? Do we go strict or loose?
>
> +1 for loose.

I suspect that'll be consensus, so I made it (at least) add a warning if it
exists.

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 16 Mar 2004, Adam R. B. Jack <aj...@trysybase.com> wrote:

> So, what to do? Do we go strict or loose?

+1 for loose.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org