[Mono-bugs] [Bug 667062] Signing fails if project path contains # character

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 28 23:53:26 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=667062

https://bugzilla.novell.com/show_bug.cgi?id=667062#c1


--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 2011-01-29 04:53:25 UTC ---
I don't believe that there is anything that we can do about this bug; it
appears to be a bug in the JDK jarsigner tool.

For example, when I try the same thing on OSX (create a project within a
directory containing '#'), the build similarly fails, even when I drop to a
shell:

$ pwd
/Users/jon/Development/Projects/C#/Bnc667062

$ /usr/bin/jarsigner -keystore "obj/Debug/debug.keystore" -storepass "android"
-keypass "android" -signedjar
"bin/Debug/bnc667062.bnc667062-Signed-Unaligned.apk"
"obj/Debug/android/bin/bnc667062.bnc667062.apk" "androiddebugkey"

jarsigner error: java.lang.RuntimeException: keystore load:
/Users/jon/Development/Projects/C (No such file or directory)

Notice that there are no full paths in there, only relative directories, and
none of the actual jarsigner arguments contain the '#' character, only the
current working directory contains a '#'...yet jarsigner fails anyway.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list