greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17919

Show
Ignore:
Timestamp:
2008-11-25 18:09:06 (2 months ago)
Author:
max
Message:

Fix the jar extraction when special characters are in the path.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/shared/windows/wrapper/wrapper.cpp

    r17905 r17919  
    343343 
    344344                //extract the jar 
    345                 string jarLocation = ""; jarLocation.append( tempdir ); jarLocation.append( "\\greenstone.jar" )
    346                  
     345                string jarLocation = "greenstone.jar"
     346                                
    347347                set_splash_step( "XJAR" ); 
    348348                extractResource( "JAR", "JAR", (char*) jarLocation.c_str() );