You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jwadamson <gi...@git.apache.org> on 2016/01/15 23:05:54 UTC

[GitHub] ant pull request: Bug 58874: Ant fails to run if ANT_HOME contains...

GitHub user jwadamson opened a pull request:

    https://github.com/apache/ant/pull/14

    Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jwadamson/ant-1 master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ant/pull/14.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14
    
----
commit 14e71c1a93be081c764e2fa54f957b907af6861d
Author: Jeffrey Adamson <jw...@us.ibm.com>
Date:   2016-01-15T22:00:39Z

    Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


[GitHub] ant pull request: Bug 58874: Ant fails to run if ANT_HOME contains...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ant/pull/14


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


[GitHub] ant pull request: Bug 58874: Ant fails to run if ANT_HOME contains...

Posted by jwadamson <gi...@git.apache.org>.
Github user jwadamson commented on the pull request:

    https://github.com/apache/ant/pull/14#issuecomment-172326875
  
    Looks likeant_exec_args would be a more complicated fix. I'll leave that for another patch as it probably should be considered a separate issue anyway. (to executing `ant -Dfoo=\" ` )


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


[GitHub] ant pull request: Bug 58874: Ant fails to run if ANT_HOME contains...

Posted by jwadamson <gi...@git.apache.org>.
Github user jwadamson commented on the pull request:

    https://github.com/apache/ant/pull/14#issuecomment-172286640
  
    ant_exec_args also looks suspicious with regards to values that contain double-quotes. Probably need to experiment with that


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org