#jython IRC Log (v0.9)

Index

IRC Log for 2014-08-27

Timestamps are in GMT/BST.

[1:14] * mike_af (~mike_af@c-66-41-226-143.hsd1.mn.comcast.net) has joined #jython
[1:14] * mike_af (~mike_af@c-66-41-226-143.hsd1.mn.comcast.net) Quit (Changing host)
[1:14] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) has joined #jython
[1:50] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) Quit (Remote host closed the connection)
[1:50] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) has joined #jython
[1:54] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) Quit (Ping timeout: 246 seconds)
[2:23] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 260 seconds)
[5:38] * robbyoconnor (~wakawaka@cpe-68-174-63-155.hvc.res.rr.com) has joined #jython
[5:38] * robbyoconnor (~wakawaka@cpe-68-174-63-155.hvc.res.rr.com) Quit (Changing host)
[5:38] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[7:51] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[7:54] * [Arfreve2] (~Arfrever@minotaur.apache.org) Quit (Quit: leaving)
[7:57] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[8:01] * clajo04_ (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) has joined #jython
[8:03] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[8:10] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (*.net *.split)
[8:10] * mbooth_ (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) Quit (*.net *.split)
[8:10] * clajo04 (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) Quit (*.net *.split)
[8:10] * Taylor (~Taylor@unaffiliated/taylor) Quit (*.net *.split)
[8:10] * clajo04_ is now known as clajo04
[8:12] * Taylor (~Taylor@unaffiliated/taylor) has joined #jython
[8:18] * mbooth_ (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) has joined #jython
[8:31] * r0bby_ (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[8:31] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[8:43] * r0bby_ is now known as robbyoconnor
[8:49] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Quit: Konversation terminated!)
[8:49] * mbooth_ is now known as mbooth
[10:31] * znfgnu (~znfngu@mikrus.nat.student.pw.edu.pl) has joined #jython
[12:57] * xemdetia (xemdetia@nat/ibm/x-yjenibfngjlnrrhw) has joined #jython
[13:42] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[13:42] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Client Quit)
[13:43] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:20] * topi` (topi@kaverit.org) Quit (Ping timeout: 240 seconds)
[15:21] * mbooth (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) Quit (*.net *.split)
[15:21] * ebarrett (~edd@92.23.233.255) Quit (*.net *.split)
[15:21] * pjenvey (pjenvey@underboss.org) Quit (*.net *.split)
[15:22] * topi` (topi@kaverit.org) has joined #jython
[15:22] * mbooth (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) has joined #jython
[15:22] * ebarrett (~edd@92.23.233.255) has joined #jython
[15:22] * pjenvey (pjenvey@underboss.org) has joined #jython
[15:27] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Ping timeout: 272 seconds)
[15:46] * lazybear (~lazybear@radium.atom.fi) Quit (Ping timeout: 240 seconds)
[15:47] * lazybear (~lazybear@radium.atom.fi) has joined #jython
[17:32] * Guest50468 is now known as mary
[17:33] * mary (~ircfnode@moya.miuark.net) Quit (Changing host)
[17:33] * mary (~ircfnode@unaffiliated/mary) has joined #jython
[19:30] * Oti (~ohumbel@adsl-89-217-238-219.adslplus.ch) has joined #jython
[19:48] * pr3d4t0r (~zhenya01@varenka.cime.net) has joined #jython
[19:48] <pr3d4t0r> Greetings.
[19:51] <pr3d4t0r> When you run the full Jython 2.7b3 from a single .jar (java -jar jython.jar), what's the class/package where it starts?
[19:51] <pr3d4t0r> Which one has that main()?
[19:51] <pr3d4t0r> I need to override a class loader on something.
[19:54] <Oti> pr3d4t0r - from the MANIFEST.MF: Main-Class: org.python.util.jython
[20:02] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Ping timeout: 245 seconds)
[20:03] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[20:05] <pr3d4t0r> Oti: Thanks.
[20:05] <pr3d4t0r> Oti: I didn't want to arse myself with jar -tf and etc. -- plus I need to read http://www.jython.org/javadoc/index.html
[20:06] <pr3d4t0r> Oti: Before I get busy with what I need to do. Thanks.
[20:06] <Oti> pr3d4t0r - you???re welcome
[20:51] <pr3d4t0r> Oti: Got it workin' - thanks!
[20:51] <pr3d4t0r> pjenvey: :*
[20:51] * pr3d4t0r (~zhenya01@varenka.cime.net) has left #jython
[21:33] * xemdetia (xemdetia@nat/ibm/x-yjenibfngjlnrrhw) Quit (Ping timeout: 260 seconds)
[21:33] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 250 seconds)
[22:13] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:30] <jimbaker> Oti, you might want to take a look at http://bugs.jython.org/issue2196
[23:45] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).