ur5us has quit [Ping timeout: 240 seconds]
ur5us has joined #jruby
_whitelogger has joined #jruby
ur5us has quit [Ping timeout: 260 seconds]
sagax has joined #jruby
ur5us has joined #jruby
Antiarc_ has joined #jruby
Antiarc has quit [Ping timeout: 272 seconds]
ur5us has quit [Ping timeout: 240 seconds]
drbobbeaty has quit [Ping timeout: 244 seconds]
<venkatkms[m]> headius: Thank you so much. In the meantime with in a say or two let me try to verify the patch at my end. Also before that the debug trace command. Thanks again
nirvdrum has quit [Remote host closed the connection]
nirvdrum has joined #jruby
<fidothe> Hey again, I need to use a feature of SAX where you register a class that implements `org.xml.sax.EntityResolver`. I made a class, am doing the `java_signature`/`become_java!` dance and just figured out that what the SAX spec expects is a class name as a String, that it can then load.
<fidothe> Can I get a string that the Java classloader can use to load this class?
<fidothe> Do I need to make a for-reals .java file here?
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
<fidothe> Following stuff on the Wiki (https://github.com/jruby/jruby/wiki/GeneratingJavaClasses) I've tried `become_java!`and `become_java!(false)` without success
<fidothe> (looking for `rubyobj.MyClassName`
<fidothe> `irb(main):018:0> XmlAuditor::AuditorEntityResolver.become_java!(false)
<fidothe> => class rubyobj.XmlAuditor.AuditorEntityResolver
<fidothe> irb(main):019:0> Java::rubyobj.XmlAuditor.AuditorEntityResolver`
<fidothe> NameError (missing class name (`rubyobj.XmlAuditor'))
<fidothe> I'm probably missing something obvious
subbu is now known as subbu|lunch
subbu|lunch is now known as subbu
aemadrid[m] has joined #jruby
subbu is now known as subbu|bridge
<aemadrid[m]> what is the best way to deal with maven jars that are in a separate repo?
<aemadrid[m]> I played around with jbundler (discontinued?) and jar-dependencies and I could not get it to pull the one requirement from another repo
<aemadrid[m]> (I like having the jars in my gem instead of in the local .m2 directory)
nirvdrum has quit [Ping timeout: 246 seconds]