Skip to: Site menu | Main content

Groovy 

      Download | Documentation | Developers | Community

An agile dynamic language for the Java Platform

Change Log Add comment to Wiki View in Wiki Edit Wiki page Printable Version

Old Scriptom builds can be found here.

Version Date Release Jacob Changes
1.5.4 b11 2/5/2008   1.14 final Compiled against Groovy 1.5.4. Uses Jacob 1.14 final. Exposes static methods on Scriptom object to allow Java code (using Jacob directly) to manage COM threading in coordination with Scriptom.
1.5.0 b10

Production

Stable
12/10/2007 Groovy 1.5 Windows Installer,

Groovy 1.5.1 Windows Installer
1.14M5

(modified)
Really fixed the bug introduced in Build 8 that broke Scriptom for Java 5.
1.5.0 b9 12/8/2007   1.14M5 Fixed a bug introduced in Build 8 that broke Scriptom for Java 5.
1.5.0 b8 12/7/2007   1.14M5 The release version of Groovy will be 1.5Scriptom's major and minor version numbers are being changed to match the supported version of Groovy.  Added version info to manifest. Jar file is marked as "sealed."  Recompiled to Groovy 1.1 rc3 and Jacob 1.14 M5

Scriptom no longer uses the jacob.dll because of the potential for naming conflicts with other versions on the same machine.   The 32-bit and 64-bit dlls have been renamed so that they can coexist on the same machine - with other versions as well. Scriptom will automatically find the correct version of the DLL for the JVM you are running.
2.0 b7 11/26/2007   1.14M5 Refactored EventArguments into standalone class, from an inner class of ActiveXObject (this change should not normally affect existing code). Fix for bugs due to BigDecimal-to-Decimal conversion overflows. Improved support for unsigned integer types.  Uses Jacob 1.14 M5.
2.0 b6 (Beta) 11/15/2007   1.14M3 Refactored org.codehaus.groovy.scriptom.tlb.office2003 packages to org.codehaus.groovy.scriptom.tlb.office. Added type-library constants packages from Access 2003 and PowerPoint 2003.
2.0 b5 (Beta) 11/14/2007   1.14M3 Moved from Jacob 1.14 M2 to Jacob 1.14 M3. Uses new VT_I8 (64-bit signed integer) support. More unit testing.
2.0 b4 (Beta) - Groovy 1.1 rc2 Windows Installer 1.14M2 Fix for a NullPointerException that occurs only when debug tracing is turned on.