...
Version | Date | Release | Jacob | Changes |
|---|---|---|---|---|
1.6.0 | PENDING |
| 1.14.3 | Compiled against Groovy 1.6.0. Project has been refactored to a Maven 2 build to make it easier to maintain and easier to include in "enterprise" projects. Type libraries have been broken out into separate JARs. The core Scriptom JAR is once again very lightweight (about 50KB). Jacob classes are no longer bundled into Scriptom, making it easier to install into J2EE apps. Jacob DLLs now use their default names, making it easier to use Jacob with Java in parallel with Scriptom in Groovy. There is an assembly project that contains all the artifacts necessary to install into a non-Maven (non-Ivy) build - for use by the Windows Installer. This build contains no new features and no bug fixes. |
1.5.4 b12 | 12/26/2008 | Groovy 1.6.0 Windows Installer | 1.14 final | Compiled against Groovy 1.5.6. Uses Jacob 1.14 final. Fixes a bug caused by a minor change in the Groovy APIs from Groovy 1.5 to Groovy 1.6. |
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 | 12/10/2007 | Groovy 1.5 Windows Installer, | 1.14M5 | 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.5. Scriptom'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. |
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. |