Issue1371

classification
Title: [Windows] test_java_integration.test_nonexistent_import_with_security fails
Type: behaviour Severity: normal
Components: Core Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: otmarhumbel Nosy List: otmarhumbel, pjenvey
Priority: normal Keywords:

Created on 2009-06-08.01:10:57 by pjenvey, last changed 2009-10-21.20:07:13 by pjenvey.

Messages
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
History
Date User Action Args
2009-10-21 20:07:13pjenveysetmessages: + msg5254
2009-06-08 01:10:57pjenveycreate