Bugs item #14920, was opened at 2007-10-21 10:22 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=14920&group_id=2014
Category: rails-integration Group: None Status: Open Resolution: None Priority: 3 Submitted By: Rob Di Marco (rdimarco) Assigned to: Robert Egglestone (tantalon) Summary: Error when building standalone war on Windows in directory with a space in the name Initial Comment: To reproduce the problem: 1) On a Windows box, create a rails application in a directory with a path. A good example would be c:\Document and Settings\RailsUser\Desktop\SampleApp 2) Run rake war:standalone:create Result: info: Creating web archive c:Documents: No such file or directory Error adding and (in directory c:Documents) to jar archive! rake aborted! The problem is that the call to the jar command does not quote the file names. I will also submit a patch. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=14920&group_id=2014 _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
