[GitHub] ant pull request: Update runant.py

2014-11-18 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/pull/1#issuecomment-63479967 OK, I think I get that. So it is not as much about long paths but rather paths with spaces in them. --- If your project is set up for it, you can reply to this email and

[GitHub] ant pull request: Update runant.py

2014-11-18 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/pull/1#issuecomment-63494396 I've taken the liberty and only committed the subset actually related to the path changes. --- If your project is set up for it, you can reply to this email and have your

[GitHub] ant pull request: Update runant.py

2014-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/1 --- 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: Update runant.py

2014-11-17 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/pull/1#issuecomment-63274385 I'm not familiar with how Python works on Windows at all, so please bear with me. How does stripping quotes and explicitly adding them later help with long path?

[GitHub] ant pull request: Update runant.py

2014-11-17 Thread vit1251
Github user vit1251 commented on the pull request: https://github.com/apache/ant/pull/1#issuecomment-63275249 Magic here: -cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \ +cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \

[GitHub] ant pull request: Update runant.py

2014-09-02 Thread vit1251
GitHub user vit1251 opened a pull request: https://github.com/apache/ant/pull/1 Update runant.py Resolve long path problem when starting antrun.py on Windows 7 os.system is bad idea to use You can merge this pull request into a Git repository by running: $ git pull