Menu

#108 Batch FIles Fail When Path Has Blanks

v3.2.0
open
Misc (42)
5
2006-03-16
2006-03-15
Anonymous
No

The batch files such as StartTestWrapper-NT.bat fail
if there is a blank in the path name. For example,
the line

if exist %_WRAPPER_EXE% goto conf

should be

if exist "%_WRAPPER_EXE%" goto conf

Discussion

  • Leif Mortenson

    Leif Mortenson - 2006-03-16
    • milestone: --> v3.2.0
     
  • Leif Mortenson

    Leif Mortenson - 2006-03-16
    • assigned_to: nobody --> mortenson
     
  • Leif Mortenson

    Leif Mortenson - 2006-03-16

    Logged In: YES
    user_id=228081

    Sigh. Thank you for pointing this out. It is a fairly
    significant bug that will probably require a point release
    in the near future.

    I have fixed it for version 3.2.1.

    I also posted a message to the wrapper-user mailing list
    about this to give people a heads up along with the patched
    files.

    Cheers,
    Leif

     

Log in to post a comment.