You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2006/11/09 12:17:41 UTC

[jira] Resolved: (QPID-68) Ant build system fails if the project path contains a space

     [ http://issues.apache.org/jira/browse/QPID-68?page=all ]

Martin Ritchie resolved QPID-68.
--------------------------------

    Fix Version/s: M1
       Resolution: Fixed

Made Change

> 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