Title: [833] trunk/jopenssl/lib/openssl: Add more clarity in the dummy warning messages
Revision
833
Author
nicksieger
Date
2007-12-12 18:03:22 -0500 (Wed, 12 Dec 2007)

Log Message

Add more clarity in the dummy warning messages

Modified Paths


Diff

Modified: trunk/jopenssl/lib/openssl/dummy.rb (832 => 833)


--- trunk/jopenssl/lib/openssl/dummy.rb	2007-12-12 23:01:05 UTC (rev 832)
+++ trunk/jopenssl/lib/openssl/dummy.rb	2007-12-12 23:03:22 UTC (rev 833)
@@ -1,4 +1,6 @@
 warn "Warning: OpenSSL ASN1/PKey/X509/Netscape/PKCS7 implementation unavailable"
+warn "You need to download or install BouncyCastle jars (bc-prov-*.jar, bc-mail-*.jar)"
+warn "to fix this."
 module OpenSSL
   module ASN1
     class ASN1Error < OpenSSLError; end

Modified: trunk/jopenssl/lib/openssl/dummyssl.rb (832 => 833)


--- trunk/jopenssl/lib/openssl/dummyssl.rb	2007-12-12 23:01:05 UTC (rev 832)
+++ trunk/jopenssl/lib/openssl/dummyssl.rb	2007-12-12 23:03:22 UTC (rev 833)
@@ -1,4 +1,5 @@
 warn "Warning: OpenSSL SSL implementation unavailable"
+warn "You must run on JDK 1.5 (Java 5) or higher to use SSL"
 module OpenSSL
   module SSL
     class SSLError < OpenSSLError; end
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to