From: John D. G. <jd...@di...> - 2016-08-20 00:09:51
|
"sh rails.sh" produces the message: Error: Unable to access jarfile ./rails-@VERSION@.jar FWIW, there is no file with a name of that form in the project directory. Here's what "ls" produces: AUTHORS buildRails.xml data doc html images lib LICENSE localisedText.properties log4j.properties make_rails_pkg.sh manifest my.properties rails rails.bat Rails-format.xml rails.sh README readme.txt test tiles tools version.number On 08/19/2016 05:02 PM, john guthrie wrote: > Or type: > sh rails.sh > from the directory it's in > > On Friday, August 19, 2016, Justin Rebelo <jus...@gm... > <mailto:jus...@gm...>> wrote: > > I was figuring the issues is that it's not executable, which it > would need to be for a "./script" type command to execute. > > So what does running "sh rails.sh" produce then? That should work > even with simple read permissions. > > > On Fri, 19 Aug 2016, 16:51 John David Galt, > <jd...@di... > <javascript:_e(%7B%7D,'cvml','jd...@di...');>> wrote: > > rails.sh is world readable. So is java. > > On 08/18/2016 04:04 PM, Justin Rebelo wrote: > > chmod +x rails.sh > > > > Alternately, run: > > > > "sh rails.sh" > > > > On Thu, Aug 18, 2016 at 4:00 PM John David Galt > > <jd...@di... > <javascript:_e(%7B%7D,'cvml','jd...@di...');> > <mailto:jd...@di... > <javascript:_e(%7B%7D,'cvml','jd...@di...');>>> > > wrote: > > > > Now I've gotten the JDK and git installed, and Rails > cloned. However, > > when I go to the Rails repository and perform > > ./rails.sh > > I get "permission denied". Any ideas? > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Rails-users mailing list > > Rai...@li... > <javascript:_e(%7B%7D,'cvml','Rai...@li...');> > > <mailto:Rai...@li... > <javascript:_e(%7B%7D,'cvml','Rai...@li...');>> > > https://lists.sourceforge.net/lists/listinfo/rails-users > <https://lists.sourceforge.net/lists/listinfo/rails-users> > > > |