Issue1178

classification
Title: No way to expose classes
Type: rfe Severity: normal
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, ethan-10gen, fwierzbicki, zyasoft
Priority: normal Keywords:

Created on 2008-11-20.20:28:48 by ethan-10gen, last changed 2014-06-19.05:45:03 by zyasoft.

Messages
msg3796 (view) Author: Ethan Glasser-Camp (ethan-10gen) Date: 2008-11-20.20:28:48
There's currently no way to access ExposeTask or ExposeTypeProcessor
with any builds after 2.5b0, because org.python.expose.* is no longer
shipped with the jar. groves told me on IRC that the long-term goal is
to ship them as a separate jar, but sabi told me I should file a bug so
that it gets tracked.

Ethan
msg3810 (view) Author: Charlie Groves (cgroves) Date: 2008-11-22.23:56:09
Packaging the exposed task seems like a post 2.5 task to me.  I'd love
to get the world exposing Java classes as types, but I think we need to
deal with gderived first and make a sanity check of how the exposing
works since we'll be dealing with it as an API till 3.0 at least.
msg8715 (view) Author: Jim Baker (zyasoft) Date: 2014-06-19.05:45:03
I created a separate project for this: https://github.com/jythontools/expose

We will not directly support in Jython itself, so closing out.
History
Date User Action Args
2014-06-19 05:45:03zyasoftsetstatus: open -> closed
resolution: invalid
messages: + msg8715
nosy: + zyasoft
2013-02-25 18:52:50fwierzbickisetversions: + Jython 2.7, - 2.5.1
2013-02-25 18:42:45fwierzbickisetnosy: + fwierzbicki
2009-03-12 08:31:37zyasoftsetpriority: normal
type: behaviour -> rfe
2008-12-15 19:10:07fwierzbickisetcomponents: + Core, - Any
2008-11-22 23:57:35cgrovessetversions: + 2.5.1
2008-11-22 23:56:10cgrovessetnosy: + cgroves
messages: + msg3810
2008-11-20 20:28:49ethan-10gencreate