#jython IRC Log (v0.9)

Index

IRC Log for 2015-03-12

Timestamps are in GMT/BST.

[2:04] * earthrocker (~wonka@unaffiliated/earthrocker) has joined #jython
[2:07] * earthrocker (~wonka@unaffiliated/earthrocker) Quit (Quit: robothive.irc.so 6667)
[3:30] <nickmbailey> is maven still the best way to bundle java/jython into a single jar for distribution?
[3:30] <nickmbailey> using http://mavenjython.sourceforge.net/compile/
[3:58] <nickmbailey> second question, jythonc is long deprecated, is precompiling everything to .class files just unsupported i guess?
[4:13] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[5:08] * peke_ (peke@kapsi.fi) has joined #jython
[5:09] * peke (peke@kapsi.fi) Quit (Ping timeout: 240 seconds)
[5:09] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 240 seconds)
[5:10] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) has joined #jython
[5:10] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) Quit (Changing host)
[5:10] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[8:04] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 245 seconds)
[9:04] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) Quit (Quit: Page closed)
[9:06] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[9:51] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[10:22] * mbooth (~mbooth@host-92-29-65-144.as13285.net) has joined #jython
[10:22] * mbooth (~mbooth@host-92-29-65-144.as13285.net) Quit (Changing host)
[10:22] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[12:23] * xemdetia (xemdetia@nat/ibm/x-wquivpaqqeehfqvw) has joined #jython
[13:17] <agronholm> nickmbailey: no, but loading those resulting classes through regular java won't work
[13:17] <agronholm> each class there represents a module, not a python class
[13:24] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:24] <jimbaker> for a moment, i was worried that we still were shipping some variant of a broken jythonc, but it has been long gone
[14:25] <jimbaker> i'm pretty sure clamp is a good alternative, and something we will spend more time on once we get the release out
[14:56] <nickmbailey> hmm, link to clamp?
[15:22] <jimbaker> nickmbailey, https://github.com/jythontools/clamp
[15:22] <jimbaker> but looks like i need to update the README
[15:23] <jimbaker> beta4 is fine
[16:10] <jimbaker> nickmbailey, i updated the READMEs for both clamp and the demo project, clamped
[16:27] <nickmbailey> jimbaker: thanks
[16:28] <nickmbailey> so the issue i'm investigating is that i currently work on a non open source python application and we ship the application with the python already compiled (yes I know it's super easy to decompile). i'm wondering if there is a way to do something similar with jython or if the jython interpreter needs to read the python source at run time
[16:53] <jimbaker> nickmbailey, i don't see any difference here with cpython - jython compiles to $py.class files (java bytecode), much like cpython's .pyc files
[16:53] <jimbaker> you can build out with setup.py/setuptools or compileall
[17:07] <nickmbailey> ah ok that makes sense
[18:38] * ebarrett (~edd@88-105-204-97.dynamic.dsl.as9105.com) Quit (Ping timeout: 252 seconds)
[18:38] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 264 seconds)
[18:40] * ebarrett (~edd@88-106-250-76.dynamic.dsl.as9105.com) has joined #jython
[19:17] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[19:19] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[19:56] * enebo (~enebo@166.197.171.143) has joined #jython
[22:08] * enebo (~enebo@166.197.171.143) Quit (Quit: enebo)
[22:17] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 264 seconds)
[23:00] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 244 seconds)
[23:04] * gthank (~gthank@unaffiliated/gthank) 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).