Ant build system fails if the project path contains a space
-----------------------------------------------------------

                 Key: QPID-68
                 URL: http://issues.apache.org/jira/browse/QPID-68
             Project: Qpid
          Issue Type: Bug
          Components: Ant Build System
            Reporter: Martin Ritchie
             Fix For: M1


If a folder on your path contains a space then the ant process fails to build.

This is due to the custom Ant code.

The Map.java code splits incoming propery value is split on regex "\\s+".

Changing module.xml line 23 to include a split value.

 <map property="module" value="${basedir}" split="${path.separator}">

AFAICT there is only ever going to be one directory in the ${basedir}
value hence use the system path.separator will not cause a problem but
allow spaces in the path



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to