-libraryjars and pathnames with a space
Java class file shrinker, optimizer, obfuscator, and preverifier
Brought to you by:
guardsquare
Noticed that when I pass a list of jars with -
libraryjars, ProGuard fails to parse them line
correctly if any of the paths contain a space.
contrived example:
"-libraryjars c:\program
files\jars\jaxp.jar;c:\program
files\jars\jdom.jar;c:\program files\jars\jh.jar"
Richard
Logged In: YES
user_id=555208
You're right. The parser is very flexible in
accepting white space anywhere, on the command
line and in configuration files, but there is currently
no way to specify escapes or to quote strings.
I'll see what I can do.
Eric.