From: <nr...@us...> - 2009-07-23 07:38:03
|
Revision: 6571 http://jython.svn.sourceforge.net/jython/?rev=6571&view=rev Author: nriley Date: 2009-07-23 07:37:58 +0000 (Thu, 23 Jul 2009) Log Message: ----------- Support JSR 223 on JDK 5 with LiveTribe implementation; update NEWS. Modified Paths: -------------- trunk/jython/NEWS trunk/jython/build.xml Added Paths: ----------- trunk/jython/extlibs/livetribe-jsr223-2.0.5.jar Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-07-23 06:31:56 UTC (rev 6570) +++ trunk/jython/NEWS 2009-07-23 07:37:58 UTC (rev 6571) @@ -6,6 +6,7 @@ - [ 1859477 ] Dynamically loaded ServletFilters like PyServlet - Setting __javaname__ in classes subclassing Java classes or implementing Java interfaces sets the name of the produced proxy class. + - Built in JSR 223 scripting engine, with LiveTribe JSR 223 implementation for JDK 5 Bugs Fixed - [ 645615 ] cannot import through symbolic links - [ 1366 ] parsing of lamda expression fails @@ -14,6 +15,8 @@ - [ 1381 ] Redundant declarations of interface implementation hides overriden methods - [ 1189 ] MD5 hash is incorrectly calculated when string contains non-latin chars and using python md5 lib - [ 1802339 ] Problem printing unicode when stdout intercepted + - [ 1145 ] Jython 2.5 compatibility problem with JSR 223 + - [ 1400 ] Evaluating expression via JSR 223 ScriptEngine returns null instead of True/False Jython 2.5.0 The same as rc4. Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-07-23 06:31:56 UTC (rev 6570) +++ trunk/jython/build.xml 2009-07-23 07:37:58 UTC (rev 6571) @@ -185,6 +185,7 @@ <pathelement path="${extlibs.dir}/antlr-2.7.7.jar" /> <pathelement path="${extlibs.dir}/antlr-3.1.3.jar" /> <pathelement path="${extlibs.dir}/stringtemplate-3.2.jar" /> + <pathelement path="${extlibs.dir}/livetribe-jsr223-2.0.5.jar" /> <pathelement path="${extlibs.dir}/asm-3.1.jar" /> <pathelement path="${extlibs.dir}/asm-commons-3.1.jar" /> Added: trunk/jython/extlibs/livetribe-jsr223-2.0.5.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/livetribe-jsr223-2.0.5.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |