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

2016-02-21 Thread asfgit
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

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

2016-01-17 Thread jwadamson
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

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

2016-01-16 Thread jwadamson
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

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

2016-01-15 Thread jwadamson
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