Issue1371
Created on 2009-06-08.01:10:57 by pjenvey, last changed 2015-03-27.23:39:25 by zyasoft.
msg4807 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2009-06-08.01:10:56 |
|
Slightly similar to #1356 in that the .bat file mishandles arguments. The
cause is it doesn't recognize "-J-Dvalue with spaces" to be a -J argument
It looks like the for /f "usebackq" option might do the handling we need
|
msg5254 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2009-10-21.20:07:13 |
|
The ideal solution to this is #1491
|
msg9612 (view) |
Author: Jim Baker (zyasoft) |
Date: 2015-03-10.18:43:00 |
|
Should re-enable this test for all platforms - currently this gets an AccessControlException
#1491 fixed the Windows aspect
|
msg9689 (view) |
Author: Jim Baker (zyasoft) |
Date: 2015-03-20.18:50:08 |
|
Fixed as of https://hg.python.org/jython/rev/b0d8aed3a8cd
|
|
Date |
User |
Action |
Args |
2015-03-27 23:39:25 | zyasoft | set | status: pending -> closed |
2015-03-20 18:50:08 | zyasoft | set | status: open -> pending resolution: fixed messages:
+ msg9689 |
2015-03-10 18:43:00 | zyasoft | set | priority: normal -> high assignee: otmarhumbel -> zyasoft messages:
+ msg9612 nosy:
+ zyasoft |
2013-02-26 17:24:07 | fwierzbicki | set | nosy:
+ fwierzbicki versions:
+ Jython 2.7 |
2009-10-21 20:07:13 | pjenvey | set | messages:
+ msg5254 |
2009-06-08 01:10:57 | pjenvey | create | |
|