From: Finn Bock <bckfnn@...>
> [Matt Behrens]
>
> > I was looking to make a ready-packaged ant task for jythonc, as in drop
> > the jar file in your SCM and go. So I tried to use jythonc to make a
> > jar file out of itself. This may be a good test of jythonc :-)
>
> Indeed it is, but I think it is a completely useless test of jythonc <wink>.
>
> The idea of a jythonc'ed application is that it is frozen; it only knows
> about the python modules, java packages and java classes that the
> application could find when it was compiled. Jythonc OTOH very much
> needs access to live java classes when it is compiling an application.
>
more directly: as things stand, a jythonc-ed jythonc will not work.
|