Branches for Hoary

Name Status Last Modified Last Commit
lp:ubuntu/hoary/jython 1 Development 2009-07-05 00:38:10 UTC
4. * Replaced /usr/bin/jython with a per...

Author: Ben Burton
Revision Date: 2004-10-25 18:59:38 UTC

* Replaced /usr/bin/jython with a perl script rewritten from scratch.
  It behaves in much the same way, except that:
    - all command-line options and $JAVA_OPTIONS are scanned for JNI
      library path components (-Djava.library.path=...), which are then
      merged with /usr/lib/jni into a single JNI library path that is
      passed to the java runtime (closes: #278007);
    - all other command-line options of the form -Djava.... are assumed
      to be java options and are thus merged into $JAVA_OPTIONS instead
      (i.e., they are passed to the java runtime and not jython itself).
* Added /usr/lib/python2.1/site-packages and /usr/lib/site-python to the
  python path (along with /usr/lib/python2.1 which was already present).

11 of 1 result