From: William L. A. <ba...@ac...> - 2003-11-26 22:53:53
|
I've tracked it down to a warning that comes from using the system() command. (irb is my friend). Is there a way to "advise" Ruby methods, functions, etc.? like you can in Lisp? It's one thing to make sure that /usr/local/bin and those types of directories have appropriate permissions (0755). But it's another when I'm running the build.rb tests in my own src directory and system() complains about those permissions. Bill Tom Clarke wrote: > That seems to be a ruby-on-windows thing. One way to fix that is to fix > the permissions on those directories. I've not discovered how to fix it in > any other way, though I would like to find out how.... > > >>Patrick: if you want to share the load I can set up a Windows Ruby >>install on my NT4 box and see what happens. There is no cygwin on that >>machine. >> >>And, by the way, I also get no errors running the wikitest. >> >>The warnings are all about having 040777 permissions on the document >>root and cgi-bin directories (but I'll check and send you some output). >> >>Bill >> >>May, Patrick wrote: >> >> >>>Bill, >>> >>>duh, you just showed me. (ruby -W0 build.rb test) Anyways, I'll need to >>>setup a cygwin install and see what these warnings are all about. This >>>is a different issue than the problems I'm having with the Web::Upload's >>>and 'ruby build.rb testwiki' >>> >>>Cheers, > |