You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/12/08 01:04:29 UTC

[JIRA] Closed: (FOR-331) Missing quotes in forrest.build.xml for run_jetty_default

Message:

   The following issue has been closed.

   Resolver: Dave Brondsema
       Date: Tue, 7 Dec 2004 6:02 PM

I actually used value="" instead of extra quotes with line="".  This way, Ant handles the quoting for us depending on how the OS needs it.
---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-331

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-331
    Summary: Missing quotes in forrest.build.xml for run_jetty_default
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Forrest
   Fix Fors:
             0.7
             0.6.1
   Versions:
             0.6

   Assignee: 
   Reporter: Gary Feldman

    Created: Sat, 23 Oct 2004 3:57 PM
    Updated: Tue, 7 Dec 2004 6:02 PM
Environment: Windows XP and Cygwin, running from a Cygwin bash shell

Description:
This is the same type of problem I just reported in FOR-330, but for a different file.  In this case, it's the forrest.build.xml file, the run_default_jetty target, on the line:

     <arg line="${forrest.home}/context/jettyconf.xml" />

which should be

     <arg line='"${forrest.home}/context/jettyconf.xml"' />

The root cause of both these problems is the same, the failure to quote arguments that are going through a shell or command interpreter.  It's an annoyance, but easily fixed.

Thanks,

Gary


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira