https://bugzilla.novell.com/show_bug.cgi?id=667062
https://bugzilla.novell.com/show_bug.cgi?id=667062#c1 --- Comment #1 from Jonathan Pryor <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
