jruby-openssl depends on Base64Coder from JvYAMLb
-------------------------------------------------
Key: JRUBY-3864
URL: http://jira.codehaus.org/browse/JRUBY-3864
Project: JRuby
Issue Type: Bug
Components: OpenSSL
Reporter: Charles Oliver Nutter
Fix For: JRuby-OpenSSL 0.5.2
Subject says it all, but here's the build results:
{noformat}
~/projects/jruby-openssl ➔ rake gem
(in /Users/headius/projects/jruby-openssl)
Hoe.new {...} deprecated. Switch to Hoe.spec.
mkdir -p pkg
mkdir -p pkg/classes
javac @pkg/compile_options @pkg/compile_classpath @pkg/compile_sourcefiles
src/java/org/jruby/ext/openssl/NetscapeSPKI.java:47: package org.jvyamlb.util
does not exist
import org.jvyamlb.util.Base64Coder;
^
src/java/org/jruby/ext/openssl/ASN1.java:560: warning: [deprecation]
newStringShared(org.jruby.util.ByteList) in org.jruby.Ruby has been deprecated
return
c.callMethod(tc,"new",asnM.getRuntime().newStringShared(bl));
^
src/java/org/jruby/ext/openssl/NetscapeSPKI.java:82: cannot find symbol
symbol : variable Base64Coder
location: class org.jruby.ext.openssl.NetscapeSPKI
b = Base64Coder.decode(b);
^
src/java/org/jruby/ext/openssl/NetscapeSPKI.java:149: cannot find symbol
symbol : variable Base64Coder
location: class org.jruby.ext.openssl.NetscapeSPKI
return getRuntime().newString(Base64Coder.encode(to_der().toString()));
^
3 errors
1 warning
rake aborted!
Command failed with status (1): [javac @pkg/compile_options @pkg/compile_cl...]
/Users/headius/projects/jruby-openssl/Rakefile:40
(See full trace by running task with --trace)
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email