├── Data ├── 2 │ ├── 4 │ │ └── installed_versions.txt │ ├── 5 │ │ └── installed_versions.txt │ ├── 6 │ │ └── installed_versions.txt │ ├── 0.1 │ │ └── installed_versions.txt │ ├── 0.2 │ │ └── installed_versions.txt │ └── _RC4 │ │ └── installed_versions.txt ├── 1.1 │ ├── Beta 3 │ │ └── installed_versions.txt │ ├── RC1 │ │ └── installed_versions.txt │ └── RC2 │ │ └── installed_versions.txt ├── 1.5 │ ├── 0 │ │ └── installed_versions.txt │ ├── 1 │ │ └── installed_versions.txt │ ├── 4 │ │ └── installed_versions.txt │ ├── 6 │ │ └── installed_versions.txt │ ├── 7 │ │ └── installed_versions.txt │ └── 8 │ │ └── installed_versions.txt ├── 1.6 │ ├── 0 │ │ └── installed_versions.txt │ ├── 1 │ │ └── installed_versions.txt │ ├── 2 │ │ └── installed_versions.txt │ ├── 3 │ │ └── installed_versions.txt │ ├── 4 │ │ └── installed_versions.txt │ ├── 5 │ │ └── installed_versions.txt │ ├── 7 │ │ └── installed_versions.txt │ ├── B2 │ │ └── installed_versions.txt │ ├── RC-1 │ │ └── installed_versions.txt │ ├── RC-2 │ │ └── installed_versions.txt │ └── RC-3 │ │ └── installed_versions.txt ├── 1.7 │ ├── 0 │ │ └── installed_versions.txt │ ├── 1 │ │ └── installed_versions.txt │ ├── 2 │ │ └── installed_versions.txt │ ├── 3 │ │ └── installed_versions.txt │ ├── 4 │ │ └── installed_versions.txt │ ├── 5 │ │ └── installed_versions.txt │ ├── 6 │ │ └── installed_versions.txt │ ├── 8 │ │ └── installed_versions.txt │ ├── 10 │ │ └── installed_versions.txt │ ├── B1 │ │ └── installed_versions.txt │ ├── B2 │ │ └── installed_versions.txt │ └── RC-2 │ │ └── installed_versions.txt ├── 1.8 │ ├── 0 │ │ └── installed_versions.txt │ ├── 1 │ │ └── installed_versions.txt │ ├── 2 │ │ └── installed_versions.txt │ ├── 3 │ │ └── installed_versions.txt │ ├── 4 │ │ └── installed_versions.txt │ ├── 5 │ │ └── installed_versions.txt │ └── 6 │ │ └── installed_versions.txt ├── 2.1 │ ├── 0 │ │ └── installed_versions.txt │ ├── 1 │ │ └── installed_versions.txt │ ├── 2 │ │ └── installed_versions.txt │ ├── 3 │ │ └── installed_versions.txt │ ├── 4 │ │ └── installed_versions.txt │ ├── 5 │ │ └── installed_versions.txt │ ├── 6 │ │ └── installed_versions.txt │ ├── 7 │ │ └── installed_versions.txt │ ├── 8 │ │ └── installed_versions.txt │ ├── 9 │ │ └── installed_versions.txt │ └── _RC2 │ │ └── installed_versions.txt ├── 2.2 │ ├── 0 │ │ └── installed_versions.txt │ └── 1 │ │ └── installed_versions.txt ├── 2.3 │ └── 1 │ │ └── installed_versions.txt ├── 2.4 │ ├── 3 │ │ └── installed_versions.txt │ ├── 4 │ │ └── installed_versions.txt │ ├── 5 │ │ └── installed_versions.txt │ ├── 6 │ │ └── installed_versions.txt │ ├── 7 │ │ └── installed_versions.txt │ ├── 8 │ │ └── installed_versions.txt │ ├── 9 │ │ └── installed_versions.txt │ ├── 10 │ │ └── installed_versions.txt │ ├── 11 │ │ └── installed_versions.txt │ ├── 12 │ │ └── installed_versions.txt │ ├── 13 │ │ └── installed_versions.txt │ ├── 14 │ │ └── installed_versions.txt │ ├── 15 │ │ └── installed_versions.txt │ ├── 16 │ │ └── installed_versions.txt │ ├── 17 │ │ └── installed_versions.txt │ └── 18 │ │ └── installed_versions.txt ├── 2.5 │ ├── 0 │ │ └── installed_versions.txt │ ├── 1 │ │ └── installed_versions.txt │ ├── 2 │ │ └── installed_versions.txt │ ├── 3 │ │ └── installed_versions.txt │ ├── 4 │ │ └── installed_versions.txt │ ├── 5 │ │ └── installed_versions.txt │ ├── 6 │ │ └── installed_versions.txt │ ├── 7 │ │ └── installed_versions.txt │ ├── 8 │ │ └── installed_versions.txt │ ├── 9 │ │ └── installed_versions.txt │ ├── 0-alpha-1 │ │ └── installed_versions.txt │ ├── 0-beta-1 │ │ └── installed_versions.txt │ ├── 0-beta-2 │ │ └── installed_versions.txt │ ├── 0-beta-3 │ │ └── installed_versions.txt │ ├── 0-rc-1 │ │ └── installed_versions.txt │ ├── 0-rc-2 │ │ └── installed_versions.txt │ └── 0-rc-3 │ │ └── installed_versions.txt ├── 2.6 │ ├── 0-alpha-1 │ │ └── installed_versions.txt │ ├── 0-alpha-2 │ │ └── installed_versions.txt │ ├── 0-alpha-3 │ │ └── installed_versions.txt │ └── 0-alpha-4 │ │ └── installed_versions.txt └── 3.0 │ ├── 0-alpha-1 │ └── installed_versions.txt │ ├── 0-alpha-2 │ └── installed_versions.txt │ ├── 0-alpha-3 │ └── installed_versions.txt │ ├── 0-alpha-4 │ └── installed_versions.txt │ ├── 0-beta-1 │ └── installed_versions.txt │ ├── 0-beta-2 │ └── installed_versions.txt │ ├── 0-beta-3 │ └── installed_versions.txt │ ├── 0-rc-1 │ └── installed_versions.txt │ ├── 0-rc-2 │ └── installed_versions.txt │ └── 0-rc-3 │ └── installed_versions.txt ├── EnvVarUpdate.nsh ├── Java ├── GetArchDataModel.java └── GetArchModel.jar ├── JavaTest.nsi ├── LICENSE ├── README.md ├── ReadmeFirst.txt ├── Tests ├── TestInstallation.groovy ├── actortest.groovy ├── easybTest.story ├── gmocktest.groovy ├── spocktest.groovy └── tridentbuilder.groovy ├── Wiki ├── 1-language.png ├── 10-file-associations.png ├── 11-complete.png ├── 2-welcome.png ├── 3-license.png ├── 4-components.png ├── 5-install-location.png ├── 6-start-menu-folder.png ├── 7-architecture.png ├── 8-complete.png ├── 9-environment.png ├── uninstall-complete.png └── uninstall.png ├── fileassociation.ini ├── griffonbuilders.txt ├── header.bmp ├── setup.nsi ├── uninstall-groovy.ico ├── variables.ini └── welcome.bmp /Data/1.1/Beta 3/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the Windows Installer. 4 | It is worth mentioning that the following JRE constraints exist 5 | 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 6 | 1.5+ graphicsbuilder-ext-swingx 7 | 1.6+ graphicsbuilder-ext-jdk6, graphicsbuilder-demo 8 | 9 | Groovy 10 | ------ 11 | Binary Version: 1.1-beta-3 12 | Doc Version: 1.1-beta-3 13 | 14 | Gant (exec in bin, jar in lib) 15 | ------------------------------ 16 | gant-0.3.2_groovy-1.1 17 | 18 | GraphicsBuilder (all in lib) 19 | ---------------------------- 20 | batik-awt-util-1.6-1.jar 21 | batik-ext-1.6-1.jar 22 | batik-gui-util-1.6-1.jar 23 | batik-util-1.6-1.jar 24 | graphicsbuilder-1.0-SNAPSHOT.jar 25 | graphicsbuilder-ext-jdk6-1.0-SNAPSHOT.jar 26 | graphicsbuilder-ext-svg-1.0-SNAPSHOT.jar 27 | graphicsbuilder-ext-swingx-1.0-SNAPSHOT.jar 28 | swingx-2007_09_16.jar 29 | 30 | SwingXBuilder (all in lib) 31 | -------------------------- 32 | swingxbuilder-0.1.1 33 | swingx-2007_09_16.jar 34 | 35 | Scriptom-1.2 (dll in bin, jars in lib) 36 | -------------------------------------- 37 | jacob.dll Version 1.10.1 38 | jacob.lib Version 1.10.1 39 | scriptom.jar 1.2 40 | 41 | If you have any questions, feel free to ask me personally or on the mailing lists. 42 | 43 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.1/RC1/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the Windows Installer. 4 | It is worth mentioning that the following JRE constraints exist 5 | 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 6 | 1.5+ graphicsbuilder-ext-swingx 7 | 1.6+ graphicsbuilder-ext-jdk6, graphicsbuilder-demo 8 | 9 | Groovy 10 | ------ 11 | Binary Version: 1.1-rc-1 12 | Doc Version: 1.1-rc-1 13 | 14 | Gant (exec in bin, jar in lib) 15 | ------------------------------ 16 | gant-0.3.3_groovy-1.1 17 | 18 | GraphicsBuilder (all in lib) 19 | ---------------------------- 20 | batik-awt-util-1.6-1.jar 21 | batik-ext-1.6-1.jar 22 | batik-gui-util-1.6-1.jar 23 | batik-util-1.6-1.jar 24 | graphicsbuilder-1.0-SNAPSHOT.jar 25 | graphicsbuilder-ext-jdk6-1.0-SNAPSHOT.jar 26 | graphicsbuilder-ext-svg-1.0-SNAPSHOT.jar 27 | graphicsbuilder-ext-swingx-1.0-SNAPSHOT.jar 28 | swingx-2007_09_16.jar 29 | 30 | SwingXBuilder (all in lib) 31 | -------------------------- 32 | swingxbuilder-0.1.2 33 | swingx-2007_09_16.jar 34 | 35 | Scriptom-1.2 (dll in bin, jars in lib) 36 | -------------------------------------- 37 | jacob.dll Version 1.10.1 38 | jacob.lib Version 1.10.1 39 | scriptom.jar 1.2 40 | 41 | If you have any questions, feel free to ask me personally or on the mailing lists. 42 | 43 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.1/RC2/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the Windows Installer. 4 | It is worth mentioning that the following JRE constraints exist 5 | 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 6 | 1.5+ graphicsbuilder-ext-swingx 7 | 1.6+ graphicsbuilder-ext-jdk6, graphicsbuilder-demo 8 | 9 | Groovy 10 | ------ 11 | Binary Version: 1.1-rc-2 12 | Doc Version: 1.1-rc-2 13 | 14 | Gant (exec in bin, jar in lib) 15 | ------------------------------ 16 | gant-0.3.3_groovy-1.1 17 | 18 | GraphicsBuilder (all in lib) 19 | ---------------------------- 20 | batik-awt-util-1.6-1.jar 21 | batik-ext-1.6-1.jar 22 | batik-gui-util-1.6-1.jar 23 | batik-util-1.6-1.jar 24 | graphicsbuilder-1.0-SNAPSHOT.jar 25 | graphicsbuilder-ext-jdk6-1.0-SNAPSHOT.jar 26 | graphicsbuilder-ext-svg-1.0-SNAPSHOT.jar 27 | graphicsbuilder-ext-swingx-1.0-SNAPSHOT.jar 28 | swingx-0.9.0.jar 29 | 30 | SwingXBuilder (all in lib) 31 | -------------------------- 32 | swingxbuilder-0.1.3 33 | swingx-0.9.0.jar 34 | 35 | Scriptom-2.0b (dll in bin, jars in lib) 36 | --------------------------------------- 37 | jacob.dll Version 1.14-M2 38 | scriptom.jar 2.0b 39 | 40 | Additionally you find the directory scriptom in GROOVY_HOME. This directory contains the zipped 41 | examples, the type-library information, the Jacob-1.14-M2-distribution and a Microsoft update (a 42 | redistributable package) for the runtime components of C++ libraries. 43 | 44 | Regarding the Microsoft update: It might be necessary to execute the update to install current 45 | versions of the respective libraries (I think only msvcr80.dll). They should be installed on your 46 | system already. If you see the following message then you probably don't have the right C++ libraries: 47 | 48 | Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\apps\...\jacob.dll: 49 | This application has failed to start because the application configuration is incorrect. 50 | Reinstalling the application may fix this problem 51 | 52 | The Jacob-distribution contains a 64-bit version of the jacob.dll, that you can use if you are so 53 | inclined. It might be necessary on a 64-bit Windows with 64-bit Java, but has not been tested yet. 54 | 55 | This version of scriptom is found to be quite stable by the developers. The jacob.dll has been 56 | thoroughly tested. This version of scriptom needs Java 1.5. 57 | 58 | Final Words 59 | ----------- 60 | If you have any questions, feel free to ask me personally or on the mailing lists. 61 | 62 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.5/0/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.5.0 10 | Doc Version: 1.5.0 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | version built on 10th dec 2007 16 | groovy.exe 17 | groovyw.exe 18 | 19 | 20 | Gant 1.0.2 (scripts in bin, jar in lib) 21 | --------------------------------------- 22 | bin: 23 | gant 24 | gant.bat 25 | lib: 26 | gant-1.0.2.jar 27 | 28 | 29 | GraphicsBuilder 0.4.1 (scripts in bin, jars in lib) 30 | --------------------------------------------------- 31 | bin: 32 | graphicsPad 33 | graphicsPad.bat 34 | lib: 35 | batik-awt-util-1.6-1.jar 36 | batik-ext-1.6-1.jar 37 | batik-gui-util-1.6-1.jar 38 | batik-util-1.6-1.jar 39 | graphicsbuilder-0.4.1.jar 40 | graphicsbuilder-ext-svg-0.4.1.jar 41 | graphicsbuilder-ext-swingx-0.4.1.jar 42 | swingx-0.9.1.jar 43 | 44 | It is worth mentioning that the following JRE constraints exist 45 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 46 | JRE 1.5+ graphicsbuilder-ext-swingx 47 | 48 | 49 | SwingXBuilder 0.1.5 (all in lib) 50 | -------------------------------- 51 | swingxbuilder-0.1.5 52 | swingx-0.9.1.jar 53 | 54 | 55 | JideBuilder 1.0 (all in lib) 56 | ---------------------------- 57 | jide-oss-2.2.1.05.jar 58 | jidebuilder-1.0.jar 59 | svg-salamander-1.0.jar 60 | 61 | 62 | Scriptom-1.5 (dlls in bin, jars in lib) 63 | --------------------------------------- 64 | bin: 65 | msvcr80.dll 66 | scriptom-1.5.0b10-32.dll 67 | scriptom-1.5.0b10-64.dll 68 | lib: 69 | scriptom-1.5.0b10.jar 70 | supplementary/Scriptom: 71 | examples.zip tlbinf32.zip 72 | 73 | Additionally you find the directory scriptom in supplementary. This directory contains 74 | the zipped examples and the type-library information. If you are using a 64-bit version 75 | of Windows and Java, you might need to install the respective runtime libraries. 76 | 77 | This version of scriptom is found to be quite stable by the developers and the 78 | scriptom-1.5.0b10.dll has been thoroughly tested. This version of scriptom needs Java 1.5. 79 | 80 | 81 | Final Words 82 | ----------- 83 | If you have any questions, feel free to ask me personally or on the mailing lists. 84 | 85 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.5/1/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.5.1 10 | Doc Version: 1.5.1 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | version built on 10th dec 2007 16 | groovy.exe 17 | groovyw.exe 18 | 19 | 20 | Gant 1.0.2 (scripts in bin, jar in lib) 21 | --------------------------------------- 22 | bin: 23 | gant 24 | gant.bat 25 | lib: 26 | gant-1.0.2.jar 27 | 28 | 29 | GraphicsBuilder 0.4.2 (scripts in bin, jars in lib) 30 | --------------------------------------------------- 31 | bin: 32 | graphicsPad 33 | graphicsPad.bat 34 | lib: 35 | batik-awt-util-1.6-1.jar 36 | batik-ext-1.6-1.jar 37 | batik-gui-util-1.6-1.jar 38 | batik-util-1.6-1.jar 39 | graphicsbuilder-0.4.2.jar 40 | graphicsbuilder-ext-jdk6-0.4.2.jar 41 | graphicsbuilder-ext-svg-0.4.2.jar 42 | graphicsbuilder-ext-swingx-0.4.2.jar 43 | swingx-0.9.1.jar 44 | 45 | It is worth mentioning that the following JRE constraints exist 46 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 47 | JRE 1.5+ graphicsbuilder-ext-swingx 48 | JRE 1.6+ graphicsbuilder-ext-jdk6 49 | 50 | SwingXBuilder 0.1.5 (all in lib) 51 | -------------------------------- 52 | swingxbuilder-0.1.5 53 | swingx-0.9.1.jar 54 | 55 | 56 | JideBuilder 1.0 (all in lib) 57 | ---------------------------- 58 | jide-oss-2.2.1.05.jar 59 | jidebuilder-1.0.jar 60 | svg-salamander-1.0.jar 61 | 62 | 63 | Scriptom-1.5 (dlls in bin, jars in lib) 64 | --------------------------------------- 65 | bin: 66 | msvcr80.dll 67 | scriptom-1.5.0b10-32.dll 68 | scriptom-1.5.0b10-64.dll 69 | lib: 70 | scriptom-1.5.0b10.jar 71 | supplementary/Scriptom: 72 | examples.zip tlbinf32.zip 73 | 74 | Additionally you find the directory scriptom in supplementary. This directory contains 75 | the zipped examples and the type-library information. If you are using a 64-bit version 76 | of Windows and Java, you might need to install the respective runtime libraries. 77 | 78 | This version of scriptom is found to be quite stable by the developers and the 79 | scriptom-1.5.0b10.dll has been thoroughly tested. This version of scriptom needs Java 1.5. 80 | 81 | 82 | Final Words 83 | ----------- 84 | If you have any questions, feel free to ask me personally or on the mailing lists. 85 | 86 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.5/4/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.5.4 10 | Doc Version: 1.5.4 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | version built on 10th dec 2007 16 | groovy.exe 17 | groovyw.exe 18 | 19 | 20 | Gant 1.1.0 (scripts in bin, jar in lib) 21 | --------------------------------------- 22 | bin: 23 | gant 24 | gant.bat 25 | lib: 26 | gant-1.1.0_groovy-1.5.2.jar 27 | 28 | 29 | GraphicsBuilder 0.4.5 (scripts in bin, jars in lib) 30 | --------------------------------------------------- 31 | bin: 32 | graphicsPad 33 | graphicsPad.bat 34 | lib: 35 | batik-awt-util-1.6-1.jar 36 | batik-ext-1.6-1.jar 37 | batik-gui-util-1.6-1.jar 38 | batik-util-1.6-1.jar 39 | graphicsbuilder-0.4.5.jar 40 | graphicsbuilder-ext-jdk6-0.4.5.jar 41 | graphicsbuilder-ext-svg-0.4.5.jar 42 | graphicsbuilder-ext-swingx-0.4.5.jar 43 | swingx-0.9.1.jar 44 | 45 | It is worth mentioning that the following JRE constraints exist 46 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 47 | JRE 1.5+ graphicsbuilder-ext-swingx 48 | JRE 1.6+ graphicsbuilder-ext-jdk6 49 | 50 | SwingXBuilder 0.1.5 (all in lib) 51 | -------------------------------- 52 | Filters.jar 53 | MultipleGradientPaint.jar 54 | TimingFramework-1.0-groovy.jar 55 | swing-worker.jar 56 | swingx-0.9.1.jar 57 | swingx-ws.jar 58 | swingxbuilder-0.1.5.jar 59 | 60 | 61 | JideBuilder 1.0 (all in lib) 62 | ---------------------------- 63 | jide-oss-2.2.1.05.jar 64 | jidebuilder-1.0.jar 65 | svg-salamander-1.0.jar 66 | 67 | 68 | Scriptom-1.5 (dlls in bin, jars in lib) 69 | --------------------------------------- 70 | bin: 71 | msvcr80.dll 72 | scriptom-1.5.0b10-32.dll 73 | scriptom-1.5.0b10-64.dll 74 | lib: 75 | scriptom-1.5.0b10.jar 76 | supplementary/Scriptom: 77 | examples.zip tlbinf32.zip 78 | 79 | Additionally you find the directory scriptom in supplementary. This directory contains 80 | the zipped examples and the type-library information. If you are using a 64-bit version 81 | of Windows and Java, you might need to install the respective runtime libraries. 82 | 83 | This version of scriptom is found to be quite stable by the developers and the 84 | scriptom-1.5.0b10.dll has been thoroughly tested. This version of scriptom needs Java 1.5. 85 | 86 | 87 | Final Words 88 | ----------- 89 | If you have any questions, feel free to ask me personally or on the mailing lists. 90 | 91 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.5/6/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.5.6 10 | Doc Version: 1.5.6 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.3.0 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | startGroovy.bat 25 | lib: 26 | gant-1.3.0_groovy-1.5.6.jar 27 | ivy-2.0.0-beta2.jar 28 | maven-ant-tasks-2.0.9.jar 29 | 30 | 31 | GraphicsBuilder 0.5.1 (scripts in bin, jars in lib) 32 | --------------------------------------------------- 33 | bin: 34 | graphicsPad 35 | graphicsPad.bat 36 | svg2groovy 37 | svg2groovy.bat 38 | lib: 39 | batik-awt-util-1.7.jar 40 | batik-ext-1.7.jar 41 | batik-gui-util-1.7.jar 42 | batik-util-1.7.jar 43 | Filters.jar 44 | graphicsbuilder-0.5.1.jar 45 | graphicsbuilder-ext-jdk6-0.5.1.jar 46 | graphicsbuilder-ext-svg-0.5.1.jar 47 | graphicsbuilder-ext-swingx-0.5.1.jar 48 | MultipleGradientPaint.jar 49 | swing-worker.jar 50 | swingx-0.9.2.jar 51 | TimingFramework-1.0-groovy.jar 52 | 53 | It is worth mentioning that the following JRE constraints exist 54 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 55 | JRE 1.5+ graphicsbuilder-ext-swingx 56 | JRE 1.6+ graphicsbuilder-ext-jdk6 57 | 58 | 59 | SwingXBuilder 0.1.5 (all in lib) 60 | -------------------------------- 61 | Filters.jar 62 | MultipleGradientPaint.jar 63 | swing-worker.jar 64 | swingx-0.9.2.jar 65 | swingx-ws.jar 66 | swingxbuilder-0.1.5.jar 67 | TimingFramework-1.0-groovy.jar 68 | 69 | 70 | JideBuilder 1.0 (all in lib) 71 | ---------------------------- 72 | jide-oss-2.2.5.jar 73 | jidebuilder-1.0.jar 74 | svg-salamander-1.0.jar 75 | 76 | 77 | Scriptom-1.5 (dlls in bin, jars in lib) 78 | --------------------------------------- 79 | bin: 80 | msvcr80.dll 81 | scriptom-1.5.4b11-32.dll 82 | scriptom-1.5.4b11-64.dll 83 | lib: 84 | scriptom-1.5.4b11.jar 85 | supplementary/Scriptom: 86 | examples.zip tlbinf32.zip 87 | 88 | Additionally you find the directory scriptom in supplementary. This directory contains 89 | the zipped examples and the type-library information. If you are using a 64-bit version 90 | of Windows and Java, you might need to install the respective runtime libraries. 91 | 92 | This version of scriptom is found to be quite stable by the developers and the 93 | scriptom-1.5.4b11.dll has been thoroughly tested. This version of scriptom needs Java 1.5. 94 | 95 | 96 | Final Words 97 | ----------- 98 | If you have any questions, feel free to ask me personally or on the mailing lists. 99 | 100 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.5/7/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.5.7 10 | Doc Version: 1.5.7 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.4.0 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | startGroovy.bat 25 | lib: 26 | gant-1.4.0_groovy-1.5.6.jar 27 | ivy-2.0.0-beta2.jar 28 | maven-ant-tasks-2.0.9.jar 29 | 30 | 31 | GraphicsBuilder 0.5.1 (scripts in bin, jars in lib) 32 | --------------------------------------------------- 33 | bin: 34 | graphicsPad 35 | graphicsPad.bat 36 | svg2groovy 37 | svg2groovy.bat 38 | lib: 39 | batik-awt-util-1.7.jar 40 | batik-ext-1.7.jar 41 | batik-gui-util-1.7.jar 42 | batik-util-1.7.jar 43 | Filters.jar 44 | graphicsbuilder-0.5.1.jar 45 | graphicsbuilder-ext-jdk6-0.5.1.jar 46 | graphicsbuilder-ext-svg-0.5.1.jar 47 | graphicsbuilder-ext-swingx-0.5.1.jar 48 | MultipleGradientPaint.jar 49 | swing-worker.jar 50 | swingx-0.9.2.jar 51 | TimingFramework-1.0-groovy.jar 52 | 53 | It is worth mentioning that the following JRE constraints exist 54 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 55 | JRE 1.5+ graphicsbuilder-ext-swingx 56 | JRE 1.6+ graphicsbuilder-ext-jdk6 57 | 58 | 59 | SwingXBuilder 0.1.5 (all in lib) 60 | -------------------------------- 61 | Filters.jar 62 | MultipleGradientPaint.jar 63 | swing-worker.jar 64 | swingx-0.9.2.jar 65 | swingx-ws.jar 66 | swingxbuilder-0.1.5.jar 67 | TimingFramework-1.0-groovy.jar 68 | 69 | 70 | JideBuilder 1.0 (all in lib) 71 | ---------------------------- 72 | jide-oss-2.2.5.jar 73 | jidebuilder-1.0.jar 74 | svg-salamander-1.0.jar 75 | 76 | 77 | Scriptom-1.5 (dlls in bin, jars in lib) 78 | --------------------------------------- 79 | bin: 80 | msvcr80.dll 81 | scriptom-1.5.4b11-32.dll 82 | scriptom-1.5.4b11-64.dll 83 | lib: 84 | scriptom-1.5.4b11.jar 85 | supplementary/Scriptom: 86 | examples.zip tlbinf32.zip 87 | 88 | Additionally you find the directory scriptom in supplementary. This directory contains 89 | the zipped examples and the type-library information. If you are using a 64-bit version 90 | of Windows and Java, you might need to install the respective runtime libraries. 91 | 92 | This version of scriptom is found to be quite stable by the developers and the 93 | scriptom-1.5.4b11.dll has been thoroughly tested. This version of scriptom needs Java 1.5. 94 | 95 | 96 | Final Words 97 | ----------- 98 | If you have any questions, feel free to ask me personally or on the mailing lists. 99 | 100 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.5/8/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.5.8 10 | Doc Version: 1.5.8 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.6.1 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | lib: 25 | gant-1.6.1_groovy-1.5.7.jar 26 | maven-ant-tasks-2.0.9.jar 27 | 28 | 29 | !!!GraphicsBuilder 0.5.1 (scripts in bin, jars in lib) 30 | --------------------------------------------------- 31 | bin: 32 | graphicsPad 33 | graphicsPad.bat 34 | svg2groovy 35 | svg2groovy.bat 36 | 37 | lib: 38 | Filters.jar 39 | MultipleGradientPaint.jar 40 | TimingFramework-1.0-groovy.jar 41 | batik-anim-1.7.jar 42 | batik-awt-util-1.7.jar 43 | batik-bridge-1.7.jar 44 | batik-codec-1.7.jar 45 | batik-css-1.7.jar 46 | batik-dom-1.7.jar 47 | batik-ext-1.7.jar 48 | batik-extension-1.7.jar 49 | batik-gui-util-1.7.jar 50 | batik-gvt-1.7.jar 51 | batik-parser-1.7.jar 52 | batik-script-1.7.jar 53 | batik-svg-dom-1.7.jar 54 | batik-svggen-1.7.jar 55 | batik-swing-1.7.jar 56 | batik-transcoder-1.7.jar 57 | batik-util-1.7.jar 58 | batik-xml-1.7.jar 59 | graphicsbuilder-0.6.jar 60 | graphicsbuilder-ext-animation-0.6.jar 61 | graphicsbuilder-ext-jdk6-0.6.jar 62 | graphicsbuilder-ext-jhlabs-0.6.jar 63 | graphicsbuilder-ext-substance-0.6.jar 64 | graphicsbuilder-ext-svg-0.6.jar 65 | graphicsbuilder-ext-swf-0.6.jar 66 | graphicsbuilder-ext-swingx-0.6.jar 67 | substance-5.0dev.jar 68 | substance-extras-5.0dev.jar 69 | swingx-0.9.2.jar 70 | transformSWF-2.3.jar 71 | xml-apis-ext-1.3.04.jar 72 | 73 | It is worth mentioning that the following JRE constraints exist 74 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 75 | JRE 1.5+ graphicsbuilder-ext-swingx 76 | JRE 1.6+ graphicsbuilder-ext-jdk6 77 | 78 | 79 | SwingXBuilder 0.1.5 (all in lib) 80 | -------------------------------- 81 | Filters.jar 82 | MultipleGradientPaint.jar 83 | swing-worker.jar 84 | swingx-0.9.2.jar 85 | swingx-ws.jar 86 | swingxbuilder-0.1.5.jar 87 | TimingFramework-1.0-groovy.jar 88 | 89 | 90 | JideBuilder 1.0 (all in lib) 91 | ---------------------------- 92 | jide-oss-2.2.5.jar 93 | jidebuilder-1.0.jar 94 | svg-salamander-1.0.jar 95 | 96 | 97 | Scriptom-1.6.0 (dlls in bin, jars in lib) 98 | ----------------------------------------- 99 | bin: 100 | msvcr80.dll 101 | jacob-1.14.3-x64.dll 102 | jacob-1.14.3-x86.dll 103 | lib: 104 | jacob-1.14.3.jar 105 | scriptom-1.6.0.jar 106 | scriptom-ie-6-tlb-1.6.0.jar 107 | scriptom-office-2K3-tlb-1.6.0.jar 108 | scriptom-sapi-tlb-1.6.0.jar 109 | scriptom-scripting-tlb-1.6.0.jar 110 | scriptom-wbem-tlb-1.6.0.jar 111 | scriptom-wsh-tlb-1.6.0.jar 112 | supplementary/Scriptom: 113 | examples... 114 | 115 | Additionally you find the directory scriptom in supplementary. This directory contains 116 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 117 | install the respective runtime libraries. 118 | 119 | This version of scriptom needs Java 1.5. 120 | 121 | 122 | Final Words 123 | ----------- 124 | If you have any questions, feel free to ask me personally or on the mailing lists. 125 | 126 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/0/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.0 10 | Doc Version: 1.6.0 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.6.1 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | startGroovy.bat 25 | conf: 26 | gant-starter.conf 27 | lib: 28 | gant-1.6.1_groovy-1.6.0.jar 29 | maven-ant-tasks-2.0.9.jar 30 | 31 | 32 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 33 | --------------------------------------------------- 34 | bin: 35 | graphicsPad 36 | graphicsPad.bat 37 | svg2groovy 38 | svg2groovy.bat 39 | lib: 40 | Filters.jar 41 | MultipleGradientPaint.jar 42 | batik-anim-1.7.jar 43 | batik-awt-util-1.7.jar 44 | batik-bridge-1.7.jar 45 | batik-codec-1.7.jar 46 | batik-css-1.7.jar 47 | batik-dom-1.7.jar 48 | batik-ext-1.7.jar 49 | batik-extension-1.7.jar 50 | batik-gui-util-1.7.jar 51 | batik-gvt-1.7.jar 52 | batik-parser-1.7.jar 53 | batik-script-1.7.jar 54 | batik-svg-dom-1.7.jar 55 | batik-svggen-1.7.jar 56 | batik-swing-1.7.jar 57 | batik-transcoder-1.7.jar 58 | batik-util-1.7.jar 59 | batik-xml-1.7.jar 60 | graphicsbuilder-0.6.1.jar 61 | graphicsbuilder-ext-animation-0.6.1.jar 62 | graphicsbuilder-ext-jdk6-0.6.1.jar 63 | graphicsbuilder-ext-jhlabs-0.6.1.jar 64 | graphicsbuilder-ext-substance-0.6.1.jar 65 | graphicsbuilder-ext-svg-0.6.1.jar 66 | graphicsbuilder-ext-swf-0.6.1.jar 67 | graphicsbuilder-ext-swingx-0.6.1.jar 68 | jsilhouette-geom-0.2.jar 69 | substance-5.0.jar 70 | substance-extras-5.0.jar 71 | swingx-0.9.4.jar 72 | timingframework-1.0.jar 73 | transformSWF-2.3.jar 74 | xml-apis-ext-1.3.04.jar 75 | 76 | 77 | 78 | It is worth mentioning that the following JRE constraints exist 79 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 80 | JRE 1.5+ graphicsbuilder-ext-swingx 81 | JRE 1.6+ graphicsbuilder-ext-jdk6 82 | 83 | 84 | SwingXBuilder 0.1.6 (all in lib) 85 | -------------------------------- 86 | Filters.jar 87 | MultipleGradientPaint.jar 88 | swing-worker.jar 89 | swingx-0.9.4.jar 90 | swingx-ws.jar 91 | swingxbuilder-0.1.6-SNAPSHOT.jar 92 | TimingFramework-1.0-groovy.jar 93 | 94 | 95 | JideBuilder 2.1 (all in lib) 96 | ---------------------------- 97 | jide-oss-2.4.8.jar 98 | jidebuilder-2.1.jar 99 | svg-salamander-1.0.jar 100 | 101 | 102 | Scriptom-1.5 (dlls in bin, jars in lib) 103 | --------------------------------------- 104 | bin: 105 | msvcr80.dll 106 | scriptom-1.5.4b12-32.dll 107 | scriptom-1.5.4b12-64.dll 108 | lib: 109 | scriptom-1.5.4b12.jar 110 | supplementary/Scriptom: 111 | examples.zip tlbinf32.zip 112 | 113 | Additionally you find the directory scriptom in supplementary. This directory contains 114 | the zipped examples and the type-library information. If you are using a 64-bit version 115 | of Windows and Java, you might need to install the respective runtime libraries. 116 | 117 | This version of scriptom needs Java 1.5. 118 | 119 | 120 | Final Words 121 | ----------- 122 | If you have any questions, feel free to ask me personally or on the mailing lists. 123 | 124 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/1/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.1 10 | Doc Version: 1.6.1 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | gant.exe 16 | gantw.exe 17 | graphicsPad.exe 18 | groovy.exe 19 | groovyc.exe 20 | groovyConsole.exe 21 | groovysh.exe 22 | groovyw.exe 23 | java2groovy.exe 24 | 25 | 26 | Gant 1.6.1 (scripts in bin, jar in lib) 27 | --------------------------------------- 28 | bin: 29 | gant 30 | gant.bat 31 | startGroovy.bat 32 | conf: 33 | gant-starter.conf 34 | lib: 35 | gant-1.6.1_groovy-1.6.0.jar 36 | maven-ant-tasks-2.0.9.jar 37 | 38 | 39 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 40 | --------------------------------------------------- 41 | bin: 42 | graphicsPad 43 | graphicsPad.bat 44 | svg2groovy 45 | svg2groovy.bat 46 | lib: 47 | Filters.jar 48 | MultipleGradientPaint.jar 49 | batik-anim-1.7.jar 50 | batik-awt-util-1.7.jar 51 | batik-bridge-1.7.jar 52 | batik-codec-1.7.jar 53 | batik-css-1.7.jar 54 | batik-dom-1.7.jar 55 | batik-ext-1.7.jar 56 | batik-extension-1.7.jar 57 | batik-gui-util-1.7.jar 58 | batik-gvt-1.7.jar 59 | batik-parser-1.7.jar 60 | batik-script-1.7.jar 61 | batik-svg-dom-1.7.jar 62 | batik-svggen-1.7.jar 63 | batik-swing-1.7.jar 64 | batik-transcoder-1.7.jar 65 | batik-util-1.7.jar 66 | batik-xml-1.7.jar 67 | graphicsbuilder-0.6.1.jar 68 | graphicsbuilder-ext-animation-0.6.1.jar 69 | graphicsbuilder-ext-jdk6-0.6.1.jar 70 | graphicsbuilder-ext-jhlabs-0.6.1.jar 71 | graphicsbuilder-ext-substance-0.6.1.jar 72 | graphicsbuilder-ext-svg-0.6.1.jar 73 | graphicsbuilder-ext-swf-0.6.1.jar 74 | graphicsbuilder-ext-swingx-0.6.1.jar 75 | jsilhouette-geom-0.2.jar 76 | substance-5.0.jar 77 | substance-extras-5.0.jar 78 | swingx-0.9.4.jar 79 | timingframework-1.0.jar 80 | transformSWF-2.3.jar 81 | xml-apis-ext-1.3.04.jar 82 | 83 | 84 | It is worth mentioning that the following JRE constraints exist 85 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 86 | JRE 1.5+ graphicsbuilder-ext-swingx 87 | JRE 1.6+ graphicsbuilder-ext-jdk6 88 | 89 | 90 | 91 | SwingXBuilder 0.1.6 (all in lib) 92 | -------------------------------- 93 | Filters.jar 94 | MultipleGradientPaint.jar 95 | swing-worker-1.1.jar 96 | swingx-0.9.5.jar 97 | swingx-beaninfo-0.9.5.jar 98 | swingx-ws.jar 99 | swingxbuilder-0.1.6.jar 100 | timingframework-1.0.jar 101 | 102 | 103 | 104 | JideBuilder 2.1 (all in lib) 105 | ---------------------------- 106 | jide-oss-2.4.8.jar 107 | jidebuilder-2.1.jar 108 | svg-salamander-1.0.jar 109 | 110 | 111 | Scriptom-1.6.0 (dlls in bin, jars in lib) 112 | ----------------------------------------- 113 | bin: 114 | msvcr80.dll 115 | jacob-1.14.3-x64.dll 116 | jacob-1.14.3-x86.dll 117 | lib: 118 | jacob-1.14.3.jar 119 | scriptom-1.6.0.jar 120 | scriptom-ie-6-tlb-1.6.0.jar 121 | scriptom-office-2K3-tlb-1.6.0.jar 122 | scriptom-sapi-tlb-1.6.0.jar 123 | scriptom-scripting-tlb-1.6.0.jar 124 | scriptom-wbem-tlb-1.6.0.jar 125 | scriptom-wsh-tlb-1.6.0.jar 126 | supplementary/Scriptom: 127 | examples... 128 | 129 | Additionally you find the directory scriptom in supplementary. This directory contains 130 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 131 | install the respective runtime libraries. 132 | 133 | This version of scriptom needs Java 1.5. 134 | 135 | 136 | Final Words 137 | ----------- 138 | If you have any questions, feel free to ask me personally or on the mailing lists. 139 | 140 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/2/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.2 10 | Doc Version: 1.6.2 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | gant.exe 16 | gantw.exe 17 | graphicsPad.exe 18 | groovy.exe 19 | groovyc.exe 20 | groovyConsole.exe 21 | groovysh.exe 22 | groovyw.exe 23 | java2groovy.exe 24 | 25 | 26 | Gant 1.6.1 (scripts in bin, jar in lib) 27 | --------------------------------------- 28 | bin: 29 | gant 30 | gant.bat 31 | startGroovy.bat 32 | conf: 33 | gant-starter.conf 34 | lib: 35 | gant-1.6.1_groovy-1.6.0.jar 36 | maven-ant-tasks-2.0.9.jar 37 | 38 | 39 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 40 | --------------------------------------------------- 41 | bin: 42 | graphicsPad 43 | graphicsPad.bat 44 | svg2groovy 45 | svg2groovy.bat 46 | lib: 47 | Filters.jar 48 | MultipleGradientPaint.jar 49 | batik-anim-1.7.jar 50 | batik-awt-util-1.7.jar 51 | batik-bridge-1.7.jar 52 | batik-codec-1.7.jar 53 | batik-css-1.7.jar 54 | batik-dom-1.7.jar 55 | batik-ext-1.7.jar 56 | batik-extension-1.7.jar 57 | batik-gui-util-1.7.jar 58 | batik-gvt-1.7.jar 59 | batik-parser-1.7.jar 60 | batik-script-1.7.jar 61 | batik-svg-dom-1.7.jar 62 | batik-svggen-1.7.jar 63 | batik-swing-1.7.jar 64 | batik-transcoder-1.7.jar 65 | batik-util-1.7.jar 66 | batik-xml-1.7.jar 67 | graphicsbuilder-0.6.1.jar 68 | graphicsbuilder-ext-animation-0.6.1.jar 69 | graphicsbuilder-ext-jdk6-0.6.1.jar 70 | graphicsbuilder-ext-jhlabs-0.6.1.jar 71 | graphicsbuilder-ext-substance-0.6.1.jar 72 | graphicsbuilder-ext-svg-0.6.1.jar 73 | graphicsbuilder-ext-swf-0.6.1.jar 74 | graphicsbuilder-ext-swingx-0.6.1.jar 75 | jsilhouette-geom-0.2.jar 76 | substance-5.0.jar 77 | substance-extras-5.0.jar 78 | swingx-0.9.4.jar 79 | timingframework-1.0.jar 80 | transformSWF-2.3.jar 81 | xml-apis-ext-1.3.04.jar 82 | 83 | 84 | It is worth mentioning that the following JRE constraints exist 85 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 86 | JRE 1.5+ graphicsbuilder-ext-swingx 87 | JRE 1.6+ graphicsbuilder-ext-jdk6 88 | 89 | 90 | 91 | SwingXBuilder 0.1.6 (all in lib) 92 | -------------------------------- 93 | Filters.jar 94 | MultipleGradientPaint.jar 95 | swing-worker-1.1.jar 96 | swingx-0.9.5.jar 97 | swingx-beaninfo-0.9.5.jar 98 | swingx-ws.jar 99 | swingxbuilder-0.1.6.jar 100 | timingframework-1.0.jar 101 | 102 | 103 | 104 | JideBuilder 2.1 (all in lib) 105 | ---------------------------- 106 | jide-oss-2.4.8.jar 107 | jidebuilder-2.1.jar 108 | svg-salamander-1.0.jar 109 | 110 | 111 | Scriptom-1.6.0 (dlls in bin, jars in lib) 112 | ----------------------------------------- 113 | bin: 114 | msvcr80.dll 115 | jacob-1.14.3-x64.dll 116 | jacob-1.14.3-x86.dll 117 | lib: 118 | jacob-1.14.3.jar 119 | scriptom-1.6.0.jar 120 | scriptom-ie-6-tlb-1.6.0.jar 121 | scriptom-office-2K3-tlb-1.6.0.jar 122 | scriptom-sapi-tlb-1.6.0.jar 123 | scriptom-scripting-tlb-1.6.0.jar 124 | scriptom-wbem-tlb-1.6.0.jar 125 | scriptom-wsh-tlb-1.6.0.jar 126 | supplementary/Scriptom: 127 | examples... 128 | 129 | Additionally you find the directory scriptom in supplementary. This directory contains 130 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 131 | install the respective runtime libraries. 132 | 133 | This version of scriptom needs Java 1.5. 134 | 135 | 136 | Final Words 137 | ----------- 138 | If you have any questions, feel free to ask me personally or on the mailing lists. 139 | 140 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/3/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.3 10 | Doc Version: 1.6.3 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | gant.exe 16 | gantw.exe 17 | graphicsPad.exe 18 | groovy.exe 19 | groovyc.exe 20 | groovyConsole.exe 21 | groovysh.exe 22 | groovyw.exe 23 | java2groovy.exe 24 | 25 | 26 | Gant 1.6.1 (scripts in bin, jar in lib) 27 | --------------------------------------- 28 | bin: 29 | gant 30 | gant.bat 31 | startGroovy.bat 32 | conf: 33 | gant-starter.conf 34 | lib: 35 | gant-1.6.1_groovy-1.6.0.jar 36 | maven-ant-tasks-2.0.9.jar 37 | 38 | 39 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 40 | --------------------------------------------------- 41 | bin: 42 | graphicsPad 43 | graphicsPad.bat 44 | svg2groovy 45 | svg2groovy.bat 46 | lib: 47 | Filters.jar 48 | MultipleGradientPaint.jar 49 | batik-anim-1.7.jar 50 | batik-awt-util-1.7.jar 51 | batik-bridge-1.7.jar 52 | batik-codec-1.7.jar 53 | batik-css-1.7.jar 54 | batik-dom-1.7.jar 55 | batik-ext-1.7.jar 56 | batik-extension-1.7.jar 57 | batik-gui-util-1.7.jar 58 | batik-gvt-1.7.jar 59 | batik-parser-1.7.jar 60 | batik-script-1.7.jar 61 | batik-svg-dom-1.7.jar 62 | batik-svggen-1.7.jar 63 | batik-swing-1.7.jar 64 | batik-transcoder-1.7.jar 65 | batik-util-1.7.jar 66 | batik-xml-1.7.jar 67 | graphicsbuilder-0.6.1.jar 68 | graphicsbuilder-ext-animation-0.6.1.jar 69 | graphicsbuilder-ext-jdk6-0.6.1.jar 70 | graphicsbuilder-ext-jhlabs-0.6.1.jar 71 | graphicsbuilder-ext-substance-0.6.1.jar 72 | graphicsbuilder-ext-svg-0.6.1.jar 73 | graphicsbuilder-ext-swf-0.6.1.jar 74 | graphicsbuilder-ext-swingx-0.6.1.jar 75 | jsilhouette-geom-0.2.jar 76 | substance-5.0.jar 77 | substance-extras-5.0.jar 78 | swingx-0.9.4.jar 79 | timingframework-1.0.jar 80 | transformSWF-2.3.jar 81 | xml-apis-ext-1.3.04.jar 82 | 83 | 84 | It is worth mentioning that the following JRE constraints exist 85 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 86 | JRE 1.5+ graphicsbuilder-ext-swingx 87 | JRE 1.6+ graphicsbuilder-ext-jdk6 88 | 89 | 90 | 91 | SwingXBuilder 0.1.6 (all in lib) 92 | -------------------------------- 93 | Filters.jar 94 | MultipleGradientPaint.jar 95 | swing-worker-1.1.jar 96 | swingx-0.9.5.jar 97 | swingx-beaninfo-0.9.5.jar 98 | swingx-ws.jar 99 | swingxbuilder-0.1.6.jar 100 | timingframework-1.0.jar 101 | 102 | 103 | 104 | JideBuilder 2.1 (all in lib) 105 | ---------------------------- 106 | jide-oss-2.4.8.jar 107 | jidebuilder-2.1.jar 108 | svg-salamander-1.0.jar 109 | 110 | 111 | Scriptom-1.6.0 (dlls in bin, jars in lib) 112 | ----------------------------------------- 113 | bin: 114 | msvcr80.dll 115 | jacob-1.14.3-x64.dll 116 | jacob-1.14.3-x86.dll 117 | lib: 118 | jacob-1.14.3.jar 119 | scriptom-1.6.0.jar 120 | scriptom-ie-6-tlb-1.6.0.jar 121 | scriptom-office-2K3-tlb-1.6.0.jar 122 | scriptom-sapi-tlb-1.6.0.jar 123 | scriptom-scripting-tlb-1.6.0.jar 124 | scriptom-wbem-tlb-1.6.0.jar 125 | scriptom-wsh-tlb-1.6.0.jar 126 | supplementary/Scriptom: 127 | examples... 128 | 129 | Additionally you find the directory scriptom in supplementary. This directory contains 130 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 131 | install the respective runtime libraries. 132 | 133 | This version of scriptom needs Java 1.5. 134 | 135 | 136 | Final Words 137 | ----------- 138 | If you have any questions, feel free to ask me personally or on the mailing lists. 139 | 140 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/4/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.4 10 | Doc Version: 1.6.4 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | gant.exe 16 | gantw.exe 17 | groovy.exe 18 | groovyc.exe 19 | groovyConsole.exe 20 | groovysh.exe 21 | groovyw.exe 22 | java2groovy.exe 23 | 24 | 25 | Gant 1.7.0 26 | ---------- 27 | bin: 28 | gant 29 | gant.bat 30 | conf: 31 | gant-starter.conf 32 | lib: 33 | gant-1.7.0_groovy-1.6.4.jar 34 | maven-ant-tasks-2.0.10.jar 35 | 36 | 37 | Griffon Builders (Griffon 0.1.2-compatible) 38 | ------------------------------------------- 39 | lib: 40 | Filters.jar 41 | MultipleGradientPaint.jar 42 | asm-2.2.3.jar 43 | balloontip_2009-01-2.jar 44 | batik-anim-1.7.jar 45 | batik-awt-util-1.7.jar 46 | batik-bridge-1.7.jar 47 | batik-codec-1.7.jar 48 | batik-css-1.7.jar 49 | batik-dom-1.7.jar 50 | batik-ext-1.7.jar 51 | batik-extension-1.7.jar 52 | batik-gui-util-1.7.jar 53 | batik-gvt-1.7.jar 54 | batik-parser-1.7.jar 55 | batik-script-1.7.jar 56 | batik-svg-dom-1.7.jar 57 | batik-svggen-1.7.jar 58 | batik-swing-1.7.jar 59 | batik-transcoder-1.7.jar 60 | batik-util-1.7.jar 61 | batik-xml-1.7.jar 62 | cssbuilder-0.2.jar 63 | cssparser-0.9.5.jar 64 | flamingo-4.0.jar 65 | flamingobuilder-0.2.jar 66 | forms-1.2.1.jar 67 | gfxbuilder-core-0.2.jar 68 | gfxbuilder-svg-0.2.jar 69 | gfxbuilder-swingx-0.2.jar 70 | jide-oss-2.6.2.jar 71 | jidebuilder-2.2.jar 72 | jsilhouette-geom-0.3.1.jar 73 | l2fprod-common-all.jar 74 | macwidgets-0.9.4.jar 75 | macwidgetsbuilder-0.2.jar 76 | sac-1.3.jar 77 | svg-salamander-1.0.jar 78 | swing-worker-1.1.jar 79 | swingx-0.9.5.jar 80 | swingx-1.0.jar 81 | swingx-beaninfo-0.9.5.jar 82 | swingx-ws.jar 83 | swingxbuilder-0.1.6.jar 84 | swingxtrasbuilder-0.1.jar 85 | timingframework-1.0.jar 86 | trident-1.0.jar 87 | tridentbuilder-0.1.jar 88 | xml-apis-ext-1.3.04.jar 89 | xswingx-0.2.jar 90 | 91 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 92 | 93 | 94 | Scriptom-1.6.0 95 | -------------- 96 | bin: 97 | msvcr80.dll 98 | jacob-1.14.3-x64.dll 99 | jacob-1.14.3-x86.dll 100 | lib: 101 | jacob-1.14.3.jar 102 | scriptom-1.6.0.jar 103 | scriptom-ie-6-tlb-1.6.0.jar 104 | scriptom-office-2K3-tlb-1.6.0.jar 105 | scriptom-sapi-tlb-1.6.0.jar 106 | scriptom-scripting-tlb-1.6.0.jar 107 | scriptom-wbem-tlb-1.6.0.jar 108 | scriptom-wsh-tlb-1.6.0.jar 109 | supplementary/Scriptom: 110 | examples... 111 | 112 | Additionally you find the directory scriptom in supplementary. This directory contains 113 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 114 | install the respective runtime libraries. 115 | 116 | This version of scriptom needs Java 1.5. 117 | 118 | 119 | Final Words 120 | ----------- 121 | If you have any questions, feel free to ask me personally or on the mailing lists. 122 | 123 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/5/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.5 10 | Doc Version: 1.6.5 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | gant.exe 16 | gantw.exe 17 | groovy.exe 18 | groovyc.exe 19 | groovyConsole.exe 20 | groovysh.exe 21 | groovyw.exe 22 | java2groovy.exe 23 | 24 | 25 | Gant 1.8.0 26 | ---------- 27 | bin: 28 | gant 29 | gant.bat 30 | conf: 31 | gant-starter.conf 32 | lib: 33 | gant-1.8.0_groovy-1.6.5.jar 34 | maven-ant-tasks-2.0.10.jar 35 | 36 | 37 | Griffon Builders (Griffon 0.1.2-compatible) 38 | ------------------------------------------- 39 | lib: 40 | Filters.jar 41 | MultipleGradientPaint.jar 42 | asm-2.2.3.jar 43 | balloontip_2009-01-2.jar 44 | batik-anim-1.7.jar 45 | batik-awt-util-1.7.jar 46 | batik-bridge-1.7.jar 47 | batik-codec-1.7.jar 48 | batik-css-1.7.jar 49 | batik-dom-1.7.jar 50 | batik-ext-1.7.jar 51 | batik-extension-1.7.jar 52 | batik-gui-util-1.7.jar 53 | batik-gvt-1.7.jar 54 | batik-parser-1.7.jar 55 | batik-script-1.7.jar 56 | batik-svg-dom-1.7.jar 57 | batik-svggen-1.7.jar 58 | batik-swing-1.7.jar 59 | batik-transcoder-1.7.jar 60 | batik-util-1.7.jar 61 | batik-xml-1.7.jar 62 | cssbuilder-0.2.jar 63 | cssparser-0.9.5.jar 64 | flamingo-4.0.jar 65 | flamingobuilder-0.2.jar 66 | forms-1.2.1.jar 67 | gfxbuilder-core-0.2.jar 68 | gfxbuilder-svg-0.2.jar 69 | gfxbuilder-swingx-0.2.jar 70 | jide-oss-2.6.2.jar 71 | jidebuilder-2.2.jar 72 | jsilhouette-geom-0.3.1.jar 73 | l2fprod-common-all.jar 74 | macwidgets-0.9.4.jar 75 | macwidgetsbuilder-0.2.jar 76 | sac-1.3.jar 77 | svg-salamander-1.0.jar 78 | swing-worker-1.1.jar 79 | swingx-0.9.5.jar 80 | swingx-1.0.jar 81 | swingx-beaninfo-0.9.5.jar 82 | swingx-ws.jar 83 | swingxbuilder-0.1.6.jar 84 | swingxtrasbuilder-0.1.jar 85 | timingframework-1.0.jar 86 | trident-1.0.jar 87 | tridentbuilder-0.1.jar 88 | xml-apis-ext-1.3.04.jar 89 | xswingx-0.2.jar 90 | 91 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 92 | 93 | 94 | Scriptom-1.6.0 95 | -------------- 96 | bin: 97 | msvcr80.dll 98 | jacob-1.14.3-x64.dll 99 | jacob-1.14.3-x86.dll 100 | lib: 101 | jacob-1.14.3.jar 102 | scriptom-1.6.0.jar 103 | scriptom-ie-6-tlb-1.6.0.jar 104 | scriptom-office-2K3-tlb-1.6.0.jar 105 | scriptom-sapi-tlb-1.6.0.jar 106 | scriptom-scripting-tlb-1.6.0.jar 107 | scriptom-wbem-tlb-1.6.0.jar 108 | scriptom-wsh-tlb-1.6.0.jar 109 | supplementary/Scriptom: 110 | examples... 111 | 112 | Additionally you find the directory scriptom in supplementary. This directory contains 113 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 114 | install the respective runtime libraries. 115 | 116 | This version of scriptom needs Java 1.5. 117 | 118 | 119 | 64-Bit Versions of Java 120 | ----------------------- 121 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 122 | If the installer cannot determine this a 32-bit installation is assumed. The difference 123 | for the time being is that for the 64-bit version no native launcher is installed. As soon 124 | as a 64-bit version of the native launcher becomes available, the installer will use that 125 | version of the launcher. 126 | 127 | 128 | Final Words 129 | ----------- 130 | If you have any questions, feel free to ask me personally or on the mailing lists. 131 | 132 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/7/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.7 10 | Doc Version: 1.6.7 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support and for 32-bit environments. 16 | In Supplemental you find a directory "NativeLauncherWithoutCygwinSupport" that 17 | contains versions of the native launcher compiled without the Cygwin support. If 18 | you have any problems with the native launcher please try these versions. 19 | Currently the native launcher cannot be used for 64-bit installations of Java, 20 | since there seems to be nobody able to do the compilation for 64-bit. 21 | 22 | bin: 23 | gant.exe 24 | gantw.exe 25 | groovy.exe 26 | groovyc.exe 27 | groovyConsole.exe 28 | groovysh.exe 29 | groovyw.exe 30 | java2groovy.exe 31 | 32 | 33 | Gant 1.8.1 34 | ---------- 35 | bin: 36 | gant 37 | gant.bat 38 | conf: 39 | gant-starter.conf 40 | lib: 41 | gant-1.8.1_groovy-1.6.5.jar 42 | maven-ant-tasks-2.0.10.jar 43 | 44 | 45 | Griffon Builders (Griffon 0.2-compatible) 46 | ------------------------------------------- 47 | lib: 48 | Filters.jar 49 | JFXtras-0.5.jar 50 | MultipleGradientPaint.jar 51 | balloontip_2009-01-2.jar 52 | batik-anim-1.7.jar 53 | batik-awt-util-1.7.jar 54 | batik-bridge-1.7.jar 55 | batik-codec-1.7.jar 56 | batik-css-1.7.jar 57 | batik-dom-1.7.jar 58 | batik-ext-1.7.jar 59 | batik-extension-1.7.jar 60 | batik-gui-util-1.7.jar 61 | batik-gvt-1.7.jar 62 | batik-parser-1.7.jar 63 | batik-script-1.7.jar 64 | batik-svg-dom-1.7.jar 65 | batik-svggen-1.7.jar 66 | batik-swing-1.7.jar 67 | batik-transcoder-1.7.jar 68 | batik-util-1.7.jar 69 | batik-xml-1.7.jar 70 | cssbuilder-0.3.jar 71 | cssparser-0.9.5.jar 72 | flamingo-4.0.jar 73 | flamingo-4.0dev.jar 74 | flamingobuilder-0.2.jar 75 | forms-1.2.1.jar 76 | fxbuilder-0.2.jar 77 | gfxbuilder-core-0.2.2.jar 78 | gfxbuilder-svg-0.2.2.jar 79 | gfxbuilder-swingx-0.2.2.jar 80 | jide-oss-2.6.2.jar 81 | jidebuilder-2.2.jar 82 | jsilhouette-geom-0.3.1.jar 83 | l2fprod-common-all.jar 84 | macwidgets-0.9.4.jar 85 | macwidgetsbuilder-0.2.jar 86 | miglayout-3.6.3-swing.jar 87 | sac-1.3.jar 88 | svg-salamander-1.0.jar 89 | swing-worker-1.1.jar 90 | swingx-0.9.5.jar 91 | swingx-1.0.jar 92 | swingx-beaninfo-0.9.5.jar 93 | swingx-ws.jar 94 | swingxbuilder-0.1.6.jar 95 | swingxtrasbuilder-0.1.jar 96 | timingframework-1.0.jar 97 | trident-1.0.jar 98 | tridentbuilder-0.1.jar 99 | xml-apis-ext-1.3.04.jar 100 | xswingx-0.2.jar 101 | 102 | 103 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 104 | 105 | 106 | Scriptom-1.6.0 107 | -------------- 108 | bin: 109 | msvcr80.dll 110 | jacob-1.14.3-x64.dll 111 | jacob-1.14.3-x86.dll 112 | lib: 113 | jacob-1.14.3.jar 114 | scriptom-1.6.0.jar 115 | scriptom-ie-6-tlb-1.6.0.jar 116 | scriptom-office-2K3-tlb-1.6.0.jar 117 | scriptom-sapi-tlb-1.6.0.jar 118 | scriptom-scripting-tlb-1.6.0.jar 119 | scriptom-wbem-tlb-1.6.0.jar 120 | scriptom-wsh-tlb-1.6.0.jar 121 | Supplementary/Scriptom: 122 | examples... 123 | 124 | Additionally you find the directory scriptom in Supplementary. This directory contains 125 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 126 | install the respective runtime libraries. 127 | 128 | This version of scriptom needs Java 1.5. 129 | 130 | 131 | Gaelyk 132 | ------ 133 | Supplementary/Gaelyk: 134 | gaelyk-template-project-0.3.2.zip 135 | 136 | 137 | 64-Bit Versions of Java 138 | ----------------------- 139 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 140 | If the installer cannot determine this a 32-bit installation is assumed. The difference 141 | for the time being is that for the 64-bit version no native launcher is installed. As soon 142 | as a 64-bit version of the native launcher becomes available, the installer will use that 143 | version of the launcher. 144 | 145 | 146 | Final Words 147 | ----------- 148 | If you have any questions, feel free to ask me personally or on the mailing lists. 149 | 150 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/B2/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.0 Beta 2 10 | Doc Version: 1.6.0 Beta 2 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.4.0 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | startGroovy.bat 25 | lib: 26 | gant-1.4.0_groovy-1.6-beta-2-SNAPSHOT.jar 27 | ivy-2.0.0-beta2.jar 28 | maven-ant-tasks-2.0.9.jar 29 | 30 | 31 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 32 | --------------------------------------------------- 33 | bin: 34 | graphicsPad 35 | graphicsPad.bat 36 | svg2groovy 37 | svg2groovy.bat 38 | lib: 39 | Filters.jar 40 | MultipleGradientPaint.jar 41 | batik-anim-1.7.jar 42 | batik-awt-util-1.7.jar 43 | batik-bridge-1.7.jar 44 | batik-codec-1.7.jar 45 | batik-css-1.7.jar 46 | batik-dom-1.7.jar 47 | batik-ext-1.7.jar 48 | batik-extension-1.7.jar 49 | batik-gui-util-1.7.jar 50 | batik-gvt-1.7.jar 51 | batik-parser-1.7.jar 52 | batik-script-1.7.jar 53 | batik-svg-dom-1.7.jar 54 | batik-svggen-1.7.jar 55 | batik-swing-1.7.jar 56 | batik-transcoder-1.7.jar 57 | batik-util-1.7.jar 58 | batik-xml-1.7.jar 59 | graphicsbuilder-0.6.1.jar 60 | graphicsbuilder-ext-animation-0.6.1.jar 61 | graphicsbuilder-ext-jdk6-0.6.1.jar 62 | graphicsbuilder-ext-jhlabs-0.6.1.jar 63 | graphicsbuilder-ext-substance-0.6.1.jar 64 | graphicsbuilder-ext-svg-0.6.1.jar 65 | graphicsbuilder-ext-swf-0.6.1.jar 66 | graphicsbuilder-ext-swingx-0.6.1.jar 67 | jsilhouette-geom-0.2.jar 68 | substance-5.0.jar 69 | substance-extras-5.0.jar 70 | swingx-0.9.4.jar 71 | timingframework-1.0.jar 72 | transformSWF-2.3.jar 73 | xml-apis-ext-1.3.04.jar 74 | 75 | 76 | 77 | It is worth mentioning that the following JRE constraints exist 78 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 79 | JRE 1.5+ graphicsbuilder-ext-swingx 80 | JRE 1.6+ graphicsbuilder-ext-jdk6 81 | 82 | 83 | SwingXBuilder 0.1.6 (all in lib) 84 | -------------------------------- 85 | Filters.jar 86 | MultipleGradientPaint.jar 87 | swing-worker.jar 88 | swingx-0.9.4.jar 89 | swingx-ws.jar 90 | swingxbuilder-0.1.6-SNAPSHOT.jar 91 | TimingFramework-1.0-groovy.jar 92 | 93 | 94 | JideBuilder 2.0 (all in lib) 95 | ---------------------------- 96 | jide-oss-2.3.0.jar 97 | jidebuilder-2.0.jar 98 | svg-salamander-1.0.jar 99 | 100 | 101 | Scriptom-1.5 (dlls in bin, jars in lib) 102 | --------------------------------------- 103 | bin: 104 | msvcr80.dll 105 | scriptom-1.5.4b11-32.dll 106 | scriptom-1.5.4b11-64.dll 107 | lib: 108 | scriptom-1.5.4b11.jar 109 | supplementary/Scriptom: 110 | examples.zip tlbinf32.zip 111 | 112 | Additionally you find the directory scriptom in supplementary. This directory contains 113 | the zipped examples and the type-library information. If you are using a 64-bit version 114 | of Windows and Java, you might need to install the respective runtime libraries. 115 | 116 | This version of scriptom is found to be quite stable by the developers and the 117 | scriptom-1.5.4b11.dll has been thoroughly tested. This version of scriptom needs Java 1.5. 118 | 119 | 120 | Final Words 121 | ----------- 122 | If you have any questions, feel free to ask me personally or on the mailing lists. 123 | 124 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/RC-1/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.0 RC 1 10 | Doc Version: 1.6.0 RC 1 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.5.1 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | startGroovy.bat 25 | conf: 26 | gant-starter.conf 27 | lib: 28 | gant-1.5.1_groovy-1.6-RC-1.jar 29 | ivy-2.0.0-rc2.jar 30 | maven-ant-tasks-2.0.9.jar 31 | 32 | 33 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 34 | --------------------------------------------------- 35 | bin: 36 | graphicsPad 37 | graphicsPad.bat 38 | svg2groovy 39 | svg2groovy.bat 40 | lib: 41 | Filters.jar 42 | MultipleGradientPaint.jar 43 | batik-anim-1.7.jar 44 | batik-awt-util-1.7.jar 45 | batik-bridge-1.7.jar 46 | batik-codec-1.7.jar 47 | batik-css-1.7.jar 48 | batik-dom-1.7.jar 49 | batik-ext-1.7.jar 50 | batik-extension-1.7.jar 51 | batik-gui-util-1.7.jar 52 | batik-gvt-1.7.jar 53 | batik-parser-1.7.jar 54 | batik-script-1.7.jar 55 | batik-svg-dom-1.7.jar 56 | batik-svggen-1.7.jar 57 | batik-swing-1.7.jar 58 | batik-transcoder-1.7.jar 59 | batik-util-1.7.jar 60 | batik-xml-1.7.jar 61 | graphicsbuilder-0.6.1.jar 62 | graphicsbuilder-ext-animation-0.6.1.jar 63 | graphicsbuilder-ext-jdk6-0.6.1.jar 64 | graphicsbuilder-ext-jhlabs-0.6.1.jar 65 | graphicsbuilder-ext-substance-0.6.1.jar 66 | graphicsbuilder-ext-svg-0.6.1.jar 67 | graphicsbuilder-ext-swf-0.6.1.jar 68 | graphicsbuilder-ext-swingx-0.6.1.jar 69 | jsilhouette-geom-0.2.jar 70 | substance-5.0.jar 71 | substance-extras-5.0.jar 72 | swingx-0.9.4.jar 73 | timingframework-1.0.jar 74 | transformSWF-2.3.jar 75 | xml-apis-ext-1.3.04.jar 76 | 77 | 78 | 79 | It is worth mentioning that the following JRE constraints exist 80 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 81 | JRE 1.5+ graphicsbuilder-ext-swingx 82 | JRE 1.6+ graphicsbuilder-ext-jdk6 83 | 84 | 85 | SwingXBuilder 0.1.6 (all in lib) 86 | -------------------------------- 87 | Filters.jar 88 | MultipleGradientPaint.jar 89 | swing-worker.jar 90 | swingx-0.9.4.jar 91 | swingx-ws.jar 92 | swingxbuilder-0.1.6-SNAPSHOT.jar 93 | TimingFramework-1.0-groovy.jar 94 | 95 | 96 | JideBuilder 2.0 (all in lib) 97 | ---------------------------- 98 | jide-oss-2.3.0.jar 99 | jidebuilder-2.0.jar 100 | svg-salamander-1.0.jar 101 | 102 | 103 | Scriptom-1.5 (dlls in bin, jars in lib) 104 | --------------------------------------- 105 | bin: 106 | msvcr80.dll 107 | scriptom-1.5.4b12-32.dll 108 | scriptom-1.5.4b12-64.dll 109 | lib: 110 | scriptom-1.5.4b12.jar 111 | supplementary/Scriptom: 112 | examples.zip tlbinf32.zip 113 | 114 | Additionally you find the directory scriptom in supplementary. This directory contains 115 | the zipped examples and the type-library information. If you are using a 64-bit version 116 | of Windows and Java, you might need to install the respective runtime libraries. 117 | 118 | This version of scriptom needs Java 1.5. 119 | 120 | 121 | Final Words 122 | ----------- 123 | If you have any questions, feel free to ask me personally or on the mailing lists. 124 | 125 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/RC-2/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.0 RC 2 10 | Doc Version: 1.6.0 RC 2 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.6.0 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | startGroovy.bat 25 | conf: 26 | gant-starter.conf 27 | lib: 28 | gant-1.6.0_groovy-1.6-RC-2.jar 29 | maven-ant-tasks-2.0.9.jar 30 | 31 | 32 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 33 | --------------------------------------------------- 34 | bin: 35 | graphicsPad 36 | graphicsPad.bat 37 | svg2groovy 38 | svg2groovy.bat 39 | lib: 40 | Filters.jar 41 | MultipleGradientPaint.jar 42 | batik-anim-1.7.jar 43 | batik-awt-util-1.7.jar 44 | batik-bridge-1.7.jar 45 | batik-codec-1.7.jar 46 | batik-css-1.7.jar 47 | batik-dom-1.7.jar 48 | batik-ext-1.7.jar 49 | batik-extension-1.7.jar 50 | batik-gui-util-1.7.jar 51 | batik-gvt-1.7.jar 52 | batik-parser-1.7.jar 53 | batik-script-1.7.jar 54 | batik-svg-dom-1.7.jar 55 | batik-svggen-1.7.jar 56 | batik-swing-1.7.jar 57 | batik-transcoder-1.7.jar 58 | batik-util-1.7.jar 59 | batik-xml-1.7.jar 60 | graphicsbuilder-0.6.1.jar 61 | graphicsbuilder-ext-animation-0.6.1.jar 62 | graphicsbuilder-ext-jdk6-0.6.1.jar 63 | graphicsbuilder-ext-jhlabs-0.6.1.jar 64 | graphicsbuilder-ext-substance-0.6.1.jar 65 | graphicsbuilder-ext-svg-0.6.1.jar 66 | graphicsbuilder-ext-swf-0.6.1.jar 67 | graphicsbuilder-ext-swingx-0.6.1.jar 68 | jsilhouette-geom-0.2.jar 69 | substance-5.0.jar 70 | substance-extras-5.0.jar 71 | swingx-0.9.4.jar 72 | timingframework-1.0.jar 73 | transformSWF-2.3.jar 74 | xml-apis-ext-1.3.04.jar 75 | 76 | 77 | 78 | It is worth mentioning that the following JRE constraints exist 79 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 80 | JRE 1.5+ graphicsbuilder-ext-swingx 81 | JRE 1.6+ graphicsbuilder-ext-jdk6 82 | 83 | 84 | SwingXBuilder 0.1.6 (all in lib) 85 | -------------------------------- 86 | Filters.jar 87 | MultipleGradientPaint.jar 88 | swing-worker.jar 89 | swingx-0.9.4.jar 90 | swingx-ws.jar 91 | swingxbuilder-0.1.6-SNAPSHOT.jar 92 | TimingFramework-1.0-groovy.jar 93 | 94 | 95 | JideBuilder 2.1 (all in lib) 96 | ---------------------------- 97 | jide-oss-2.4.8.jar 98 | jidebuilder-2.1.jar 99 | svg-salamander-1.0.jar 100 | 101 | 102 | Scriptom-1.5 (dlls in bin, jars in lib) 103 | --------------------------------------- 104 | bin: 105 | msvcr80.dll 106 | scriptom-1.5.4b12-32.dll 107 | scriptom-1.5.4b12-64.dll 108 | lib: 109 | scriptom-1.5.4b12.jar 110 | supplementary/Scriptom: 111 | examples.zip tlbinf32.zip 112 | 113 | Additionally you find the directory scriptom in supplementary. This directory contains 114 | the zipped examples and the type-library information. If you are using a 64-bit version 115 | of Windows and Java, you might need to install the respective runtime libraries. 116 | 117 | This version of scriptom needs Java 1.5. 118 | 119 | 120 | Final Words 121 | ----------- 122 | If you have any questions, feel free to ask me personally or on the mailing lists. 123 | 124 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.6/RC-3/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.6.0 RC 3 10 | Doc Version: 1.6.0 RC 3 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | groovy.exe 16 | groovyw.exe 17 | 18 | 19 | Gant 1.6.0 (scripts in bin, jar in lib) 20 | --------------------------------------- 21 | bin: 22 | gant 23 | gant.bat 24 | startGroovy.bat 25 | conf: 26 | gant-starter.conf 27 | lib: 28 | gant-1.6.0_groovy-1.6-RC-2.jar 29 | maven-ant-tasks-2.0.9.jar 30 | 31 | 32 | GraphicsBuilder 0.6.1 (scripts in bin, jars in lib) 33 | --------------------------------------------------- 34 | bin: 35 | graphicsPad 36 | graphicsPad.bat 37 | svg2groovy 38 | svg2groovy.bat 39 | lib: 40 | Filters.jar 41 | MultipleGradientPaint.jar 42 | batik-anim-1.7.jar 43 | batik-awt-util-1.7.jar 44 | batik-bridge-1.7.jar 45 | batik-codec-1.7.jar 46 | batik-css-1.7.jar 47 | batik-dom-1.7.jar 48 | batik-ext-1.7.jar 49 | batik-extension-1.7.jar 50 | batik-gui-util-1.7.jar 51 | batik-gvt-1.7.jar 52 | batik-parser-1.7.jar 53 | batik-script-1.7.jar 54 | batik-svg-dom-1.7.jar 55 | batik-svggen-1.7.jar 56 | batik-swing-1.7.jar 57 | batik-transcoder-1.7.jar 58 | batik-util-1.7.jar 59 | batik-xml-1.7.jar 60 | graphicsbuilder-0.6.1.jar 61 | graphicsbuilder-ext-animation-0.6.1.jar 62 | graphicsbuilder-ext-jdk6-0.6.1.jar 63 | graphicsbuilder-ext-jhlabs-0.6.1.jar 64 | graphicsbuilder-ext-substance-0.6.1.jar 65 | graphicsbuilder-ext-svg-0.6.1.jar 66 | graphicsbuilder-ext-swf-0.6.1.jar 67 | graphicsbuilder-ext-swingx-0.6.1.jar 68 | jsilhouette-geom-0.2.jar 69 | substance-5.0.jar 70 | substance-extras-5.0.jar 71 | swingx-0.9.4.jar 72 | timingframework-1.0.jar 73 | transformSWF-2.3.jar 74 | xml-apis-ext-1.3.04.jar 75 | 76 | 77 | 78 | It is worth mentioning that the following JRE constraints exist 79 | JRE 1.4+ graphicsbuilder, graphicsbuilder-ext-svg 80 | JRE 1.5+ graphicsbuilder-ext-swingx 81 | JRE 1.6+ graphicsbuilder-ext-jdk6 82 | 83 | 84 | SwingXBuilder 0.1.6 (all in lib) 85 | -------------------------------- 86 | Filters.jar 87 | MultipleGradientPaint.jar 88 | swing-worker.jar 89 | swingx-0.9.4.jar 90 | swingx-ws.jar 91 | swingxbuilder-0.1.6-SNAPSHOT.jar 92 | TimingFramework-1.0-groovy.jar 93 | 94 | 95 | JideBuilder 2.1 (all in lib) 96 | ---------------------------- 97 | jide-oss-2.4.8.jar 98 | jidebuilder-2.1.jar 99 | svg-salamander-1.0.jar 100 | 101 | 102 | Scriptom-1.5 (dlls in bin, jars in lib) 103 | --------------------------------------- 104 | bin: 105 | msvcr80.dll 106 | scriptom-1.5.4b12-32.dll 107 | scriptom-1.5.4b12-64.dll 108 | lib: 109 | scriptom-1.5.4b12.jar 110 | supplementary/Scriptom: 111 | examples.zip tlbinf32.zip 112 | 113 | Additionally you find the directory scriptom in supplementary. This directory contains 114 | the zipped examples and the type-library information. If you are using a 64-bit version 115 | of Windows and Java, you might need to install the respective runtime libraries. 116 | 117 | This version of scriptom needs Java 1.5. 118 | 119 | 120 | Final Words 121 | ----------- 122 | If you have any questions, feel free to ask me personally or on the mailing lists. 123 | 124 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/0/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.0 10 | Doc Version: 1.7.0 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support and for 32-bit environments. 15 | In Supplemental you find a directory "NativeLauncherWithoutCygwinSupport" that 16 | contains versions of the native launcher compiled without the Cygwin support. If 17 | you have any problems with the native launcher please try these versions. 18 | Currently the native launcher cannot be used for 64-bit installations of Java, 19 | since there seems to be nobody able to do the compilation for 64-bit. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 64-Bit Versions of Java 32 | ----------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. The difference 35 | for the time being is that for the 64-bit version no native launcher is installed. As soon 36 | as a 64-bit version of the native launcher becomes available, the installer will use that 37 | version of the launcher. 38 | 39 | 40 | Modules 41 | ======= 42 | 43 | easyb 44 | ----- 45 | lib: 46 | easyb-0.9.6.jar 47 | 48 | 49 | Gaelyk 50 | ------ 51 | Supplementary/Gaelyk: 52 | gaelyk-template-project-0.3.2.zip 53 | 54 | 55 | Gant 1.9.0 56 | ---------- 57 | bin: 58 | gant 59 | gant.bat 60 | conf: 61 | gant-starter.conf 62 | lib: 63 | gant-1.9.0_groovy-1.7.0.jar 64 | maven-ant-tasks-2.0.10.jar 65 | 66 | 67 | GPars 68 | ----- 69 | lib: 70 | gpars-0.9.jar 71 | jsr166y-070108.jar 72 | netty-3.1.5.GA.jar 73 | 74 | 75 | Griffon Builders (Griffon 0.2-compatible) 76 | ------------------------------------------- 77 | lib: 78 | Filters.jar 79 | JFXtras-0.5.jar 80 | MultipleGradientPaint.jar 81 | balloontip_2009-01-2.jar 82 | batik-anim-1.7.jar 83 | batik-awt-util-1.7.jar 84 | batik-bridge-1.7.jar 85 | batik-codec-1.7.jar 86 | batik-css-1.7.jar 87 | batik-dom-1.7.jar 88 | batik-ext-1.7.jar 89 | batik-extension-1.7.jar 90 | batik-gui-util-1.7.jar 91 | batik-gvt-1.7.jar 92 | batik-parser-1.7.jar 93 | batik-script-1.7.jar 94 | batik-svg-dom-1.7.jar 95 | batik-svggen-1.7.jar 96 | batik-swing-1.7.jar 97 | batik-transcoder-1.7.jar 98 | batik-util-1.7.jar 99 | batik-xml-1.7.jar 100 | cssbuilder-0.3.jar 101 | cssparser-0.9.5.jar 102 | flamingo-4.0.jar 103 | flamingo-4.0dev.jar 104 | flamingobuilder-0.2.jar 105 | forms-1.2.1.jar 106 | fxbuilder-0.2.jar 107 | gfxbuilder-core-0.2.3.jar 108 | gfxbuilder-svg-0.2.3.jar 109 | gfxbuilder-swingx-0.2.3.jar 110 | jide-oss-2.6.2.jar 111 | jidebuilder-2.2.jar 112 | jsilhouette-geom-0.3.1.jar 113 | l2fprod-common-all.jar 114 | macwidgets-0.9.4.jar 115 | macwidgetsbuilder-0.2.jar 116 | miglayout-3.6.3-swing.jar 117 | sac-1.3.jar 118 | svg-salamander-1.0.jar 119 | swing-worker-1.1.jar 120 | swingx-0.9.5.jar 121 | swingx-1.0.jar 122 | swingx-beaninfo-0.9.5.jar 123 | swingx-ws.jar 124 | swingxbuilder-0.1.6.jar 125 | swingxtrasbuilder-0.1.jar 126 | timingframework-1.0.jar 127 | trident-1.0.jar 128 | tridentbuilder-0.1.jar 129 | xml-apis-ext-1.3.04.jar 130 | xswingx-0.2.jar 131 | 132 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 133 | 134 | 135 | Scriptom-1.6.0 136 | -------------- 137 | bin: 138 | msvcr80.dll 139 | jacob-1.14.3-x64.dll 140 | jacob-1.14.3-x86.dll 141 | lib: 142 | jacob-1.14.3.jar 143 | scriptom-1.6.0.jar 144 | scriptom-ie-6-tlb-1.6.0.jar 145 | scriptom-office-2K3-tlb-1.6.0.jar 146 | scriptom-sapi-tlb-1.6.0.jar 147 | scriptom-scripting-tlb-1.6.0.jar 148 | scriptom-wbem-tlb-1.6.0.jar 149 | scriptom-wsh-tlb-1.6.0.jar 150 | Supplementary/Scriptom: 151 | examples... 152 | 153 | Additionally you find the directory scriptom in Supplementary. This directory contains 154 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 155 | install the respective runtime libraries. 156 | 157 | This version of scriptom needs Java 1.5. 158 | 159 | 160 | Spock 161 | ----- 162 | lib: 163 | spock-core-0.3-groovy-1.7-SNAPSHOT.jar 164 | Supplementary/Spock: 165 | spock-example-0.3.zip 166 | 167 | According to the author, the used snapshot version is the same as the final version which 168 | is not yet released. 169 | 170 | 171 | Final Words 172 | =========== 173 | If you have any questions, feel free to ask me personally or on the mailing lists. 174 | 175 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/1/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.1 10 | Doc Version: 1.7.1 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support and for 32-bit environments. 15 | In Supplemental you find a directory "NativeLauncherWithoutCygwinSupport" that 16 | contains versions of the native launcher compiled without the Cygwin support. If 17 | you have any problems with the native launcher please try these versions. 18 | Currently the native launcher cannot be used for 64-bit installations of Java, 19 | since there seems to be nobody able to do the compilation for 64-bit. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 64-Bit Versions of Java 32 | ----------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. The difference 35 | for the time being is that for the 64-bit version no native launcher is installed. As soon 36 | as a 64-bit version of the native launcher becomes available, the installer will use that 37 | version of the launcher. 38 | 39 | 40 | Modules 41 | ======= 42 | 43 | easyb 44 | ----- 45 | lib: 46 | easyb-0.9.6.jar 47 | 48 | 49 | Gaelyk 50 | ------ 51 | Supplementary/Gaelyk: 52 | gaelyk-template-project-0.3.2.zip 53 | 54 | 55 | Gant 1.9.1 56 | ---------- 57 | bin: 58 | gant 59 | gant.bat 60 | conf: 61 | gant-starter.conf 62 | lib: 63 | gant-1.9.1_groovy-1.7.1.jar 64 | maven-ant-tasks-2.1.0.jar 65 | 66 | 67 | GPars 68 | ----- 69 | lib: 70 | gpars-0.9.jar 71 | jsr166y-070108.jar 72 | netty-3.1.5.GA.jar 73 | supplementary/gpars: 74 | license information 75 | 76 | 77 | Griffon Builders (Griffon 0.3-compatible) 78 | ------------------------------------------- 79 | lib: 80 | Filters.jar 81 | JFXtras-0.5.jar 82 | MultipleGradientPaint.jar 83 | balloontip_2009-01-2.jar 84 | batik-anim-1.7.jar 85 | batik-awt-util-1.7.jar 86 | batik-bridge-1.7.jar 87 | batik-codec-1.7.jar 88 | batik-css-1.7.jar 89 | batik-dom-1.7.jar 90 | batik-ext-1.7.jar 91 | batik-extension-1.7.jar 92 | batik-gui-util-1.7.jar 93 | batik-gvt-1.7.jar 94 | batik-parser-1.7.jar 95 | batik-script-1.7.jar 96 | batik-svg-dom-1.7.jar 97 | batik-svggen-1.7.jar 98 | batik-swing-1.7.jar 99 | batik-transcoder-1.7.jar 100 | batik-util-1.7.jar 101 | batik-xml-1.7.jar 102 | cssbuilder-0.4.jar 103 | cssparser-0.9.5.jar 104 | flamingo-4.0.jar 105 | flamingo-4.0dev.jar 106 | flamingobuilder-0.2.jar 107 | forms-1.2.1.jar 108 | fxbuilder-0.2.jar 109 | gfxbuilder-core-0.2.3.jar 110 | gfxbuilder-svg-0.2.3.jar 111 | gfxbuilder-swingx-0.2.3.jar 112 | jide-oss-2.6.2.jar 113 | jidebuilder-2.2.jar 114 | jsilhouette-geom-0.3.1.jar 115 | l2fprod-common-all.jar 116 | macwidgets-0.9.4.jar 117 | macwidgetsbuilder-0.2.jar 118 | miglayout-3.6.3-swing.jar 119 | sac-1.3.jar 120 | svg-salamander-1.0.jar 121 | swing-worker-1.1.jar 122 | swingx-1.0.jar 123 | swingx-beaninfo-0.9.5.jar 124 | swingx-ws.jar 125 | swingxbuilder-0.1.6.jar 126 | swingxtrasbuilder-0.1.jar 127 | timingframework-1.0.jar 128 | trident-1.0.jar 129 | tridentbuilder-0.1.jar 130 | xml-apis-ext-1.3.04.jar 131 | xswingx-0.2.jar 132 | 133 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 134 | 135 | 136 | Scriptom-1.6.0 137 | -------------- 138 | bin: 139 | msvcr80.dll 140 | jacob-1.14.3-x64.dll 141 | jacob-1.14.3-x86.dll 142 | lib: 143 | jacob-1.14.3.jar 144 | scriptom-1.6.0.jar 145 | scriptom-ie-6-tlb-1.6.0.jar 146 | scriptom-office-2K3-tlb-1.6.0.jar 147 | scriptom-sapi-tlb-1.6.0.jar 148 | scriptom-scripting-tlb-1.6.0.jar 149 | scriptom-wbem-tlb-1.6.0.jar 150 | scriptom-wsh-tlb-1.6.0.jar 151 | supplementary/Scriptom: 152 | examples... 153 | 154 | Additionally you find the directory scriptom in Supplementary. This directory contains 155 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 156 | install the respective runtime libraries. 157 | 158 | This version of scriptom needs Java 1.5. 159 | 160 | 161 | Spock 162 | ----- 163 | lib: 164 | spock-core-0.3.jar 165 | Supplementary/Spock: 166 | spock-example-0.3.zip 167 | 168 | 169 | Final Words 170 | =========== 171 | If you have any questions, feel free to ask me personally or on the mailing lists. 172 | 173 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/2/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.2 10 | Doc Version: 1.7.2 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support and for 32-bit environments. 15 | In Supplemental you find a directory "NativeLauncherWithoutCygwinSupport" that 16 | contains versions of the native launcher compiled without the Cygwin support. If 17 | you have any problems with the native launcher please try these versions. 18 | Currently the native launcher cannot be used for 64-bit installations of Java, 19 | since there seems to be nobody able to do the compilation for 64-bit. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 64-Bit Versions of Java 32 | ----------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. The difference 35 | for the time being is that for the 64-bit version no native launcher is installed. As soon 36 | as a 64-bit version of the native launcher becomes available, the installer will use that 37 | version of the launcher. 38 | 39 | 40 | Modules 41 | ======= 42 | 43 | easyb 44 | ----- 45 | lib: 46 | easyb-0.9.6.jar 47 | 48 | 49 | Gaelyk 50 | ------ 51 | Supplementary/Gaelyk: 52 | gaelyk-template-project-0.3.2.zip 53 | 54 | 55 | Gant 1.9.2 56 | ---------- 57 | bin: 58 | gant 59 | gant.bat 60 | conf: 61 | gant-starter.conf 62 | lib: 63 | gant-1.9.2_groovy-1.7.2.jar 64 | maven-ant-tasks-2.1.0.jar 65 | 66 | 67 | GPars 68 | ----- 69 | lib: 70 | gpars-0.9.jar 71 | jsr166y-070108.jar 72 | netty-3.1.5.GA.jar 73 | supplementary/gpars: 74 | license information 75 | 76 | 77 | Griffon Builders (Griffon 0.3-compatible) 78 | ------------------------------------------- 79 | lib: 80 | Filters.jar 81 | JFXtras-0.5.jar 82 | MultipleGradientPaint.jar 83 | balloontip_2009-01-2.jar 84 | batik-anim-1.7.jar 85 | batik-awt-util-1.7.jar 86 | batik-bridge-1.7.jar 87 | batik-codec-1.7.jar 88 | batik-css-1.7.jar 89 | batik-dom-1.7.jar 90 | batik-ext-1.7.jar 91 | batik-extension-1.7.jar 92 | batik-gui-util-1.7.jar 93 | batik-gvt-1.7.jar 94 | batik-parser-1.7.jar 95 | batik-script-1.7.jar 96 | batik-svg-dom-1.7.jar 97 | batik-svggen-1.7.jar 98 | batik-swing-1.7.jar 99 | batik-transcoder-1.7.jar 100 | batik-util-1.7.jar 101 | batik-xml-1.7.jar 102 | cssbuilder-0.4.jar 103 | cssparser-0.9.5.jar 104 | flamingo-4.0.jar 105 | flamingo-4.0dev.jar 106 | flamingobuilder-0.2.jar 107 | forms-1.2.1.jar 108 | fxbuilder-0.2.jar 109 | gfxbuilder-core-0.2.4.jar 110 | gfxbuilder-svg-0.2.4.jar 111 | gfxbuilder-swingx-0.2.4.jar 112 | jide-oss-2.6.2.jar 113 | jidebuilder-2.2.jar 114 | jsilhouette-geom-0.3.1.jar 115 | l2fprod-common-all.jar 116 | macwidgets-0.9.4.jar 117 | macwidgetsbuilder-0.2.jar 118 | miglayout-3.6.3-swing.jar 119 | sac-1.3.jar 120 | svg-salamander-1.0.jar 121 | swing-worker-1.1.jar 122 | swingx-1.0.jar 123 | swingx-beaninfo-0.9.5.jar 124 | swingx-ws.jar 125 | swingxbuilder-0.1.6.jar 126 | swingxtrasbuilder-0.1.jar 127 | timingframework-1.0.jar 128 | trident-1.0.jar 129 | tridentbuilder-0.1.jar 130 | xml-apis-ext-1.3.04.jar 131 | xswingx-0.2.jar 132 | 133 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 134 | 135 | 136 | Scriptom-1.6.0 137 | -------------- 138 | bin: 139 | msvcr80.dll 140 | jacob-1.14.3-x64.dll 141 | jacob-1.14.3-x86.dll 142 | lib: 143 | jacob-1.14.3.jar 144 | scriptom-1.6.0.jar 145 | scriptom-ie-6-tlb-1.6.0.jar 146 | scriptom-office-2K3-tlb-1.6.0.jar 147 | scriptom-sapi-tlb-1.6.0.jar 148 | scriptom-scripting-tlb-1.6.0.jar 149 | scriptom-wbem-tlb-1.6.0.jar 150 | scriptom-wsh-tlb-1.6.0.jar 151 | supplementary/Scriptom: 152 | examples... 153 | 154 | Additionally you find the directory scriptom in Supplementary. This directory contains 155 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 156 | install the respective runtime libraries. 157 | 158 | This version of scriptom needs Java 1.5. 159 | 160 | 161 | Spock 162 | ----- 163 | lib: 164 | spock-core-0.3.jar 165 | Supplementary/Spock: 166 | spock-example-0.3.zip 167 | 168 | 169 | Final Words 170 | =========== 171 | If you have any questions, feel free to ask me personally or on the mailing lists. 172 | 173 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/3/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.3 10 | Doc Version: 1.7.3 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 15 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 16 | compiled without the Cygwin support. If you have any problems with the native launcher 17 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 18 | of the launcher in case you need to exchange the installed versions. 19 | 20 | bin: 21 | gant.exe 22 | gantw.exe 23 | groovy.exe 24 | groovyc.exe 25 | groovyConsole.exe 26 | groovysh.exe 27 | groovyw.exe 28 | java2groovy.exe 29 | 30 | 32-/64-Bit Version of Java 31 | -------------------------- 32 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 33 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 34 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 35 | the Java installation later, simply copy the respective version of the native launcher to 36 | the bin directory. The mapping is as follows: 37 | 38 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 39 | groovyw.exe - groovyw.exe, groovyConsole.exe 40 | gant.exe - gant.exe 41 | gantw.exe - gantw.exe 42 | 43 | 44 | Modules 45 | ======= 46 | 47 | easyb 48 | ----- 49 | lib: 50 | easyb-0.9.7.jar 51 | 52 | 53 | Gaelyk 54 | ------ 55 | Supplementary/Gaelyk: 56 | gaelyk-template-project-0.4.zip 57 | 58 | 59 | Gant 1.9.3 60 | ---------- 61 | bin: 62 | gant 63 | gant.bat 64 | conf: 65 | gant-starter.conf 66 | lib: 67 | gant-1.9.3_groovy-1.7.3.jar 68 | maven-ant-tasks-2.1.0.jar 69 | 70 | 71 | GMock 72 | ----- 73 | lib: 74 | gmock-0.8.0.jar 75 | 76 | GPars 77 | ----- 78 | lib: 79 | gpars-0.10.jar 80 | jcsp.jar 81 | jcsp-demos-util.jar 82 | jsr166y-070108.jar 83 | netty-3.1.5.GA.jar 84 | supplementary/gpars: 85 | license information 86 | 87 | 88 | Griffon Builders (Griffon 0.3-compatible) 89 | ------------------------------------------- 90 | lib: 91 | Filters.jar 92 | JFXtras-0.5.jar 93 | MultipleGradientPaint.jar 94 | balloontip_2009-01-2.jar 95 | batik-anim-1.7.jar 96 | batik-awt-util-1.7.jar 97 | batik-bridge-1.7.jar 98 | batik-codec-1.7.jar 99 | batik-css-1.7.jar 100 | batik-dom-1.7.jar 101 | batik-ext-1.7.jar 102 | batik-extension-1.7.jar 103 | batik-gui-util-1.7.jar 104 | batik-gvt-1.7.jar 105 | batik-parser-1.7.jar 106 | batik-script-1.7.jar 107 | batik-svg-dom-1.7.jar 108 | batik-svggen-1.7.jar 109 | batik-swing-1.7.jar 110 | batik-transcoder-1.7.jar 111 | batik-util-1.7.jar 112 | batik-xml-1.7.jar 113 | cssbuilder-0.4.jar 114 | cssparser-0.9.5.jar 115 | flamingo-4.0.jar 116 | flamingo-4.0dev.jar 117 | flamingobuilder-0.2.jar 118 | forms-1.2.1.jar 119 | fxbuilder-0.2.jar 120 | gfxbuilder-core-0.2.4.jar 121 | gfxbuilder-svg-0.2.4.jar 122 | gfxbuilder-swingx-0.2.4.jar 123 | jide-oss-2.6.2.jar 124 | jidebuilder-2.2.jar 125 | jsilhouette-geom-0.3.1.jar 126 | l2fprod-common-all.jar 127 | macwidgets-0.9.4.jar 128 | macwidgetsbuilder-0.2.jar 129 | miglayout-3.6.3-swing.jar 130 | sac-1.3.jar 131 | svg-salamander-1.0.jar 132 | swing-worker-1.1.jar 133 | swingx-1.0.jar 134 | swingx-beaninfo-0.9.5.jar 135 | swingx-ws.jar 136 | swingxbuilder-0.1.6.jar 137 | swingxtrasbuilder-0.1.jar 138 | timingframework-1.0.jar 139 | trident-1.2.jar 140 | tridentbuilder-0.3.jar 141 | xml-apis-ext-1.3.04.jar 142 | xswingx-0.2.jar 143 | 144 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 145 | 146 | 147 | Scriptom-1.6.0 148 | -------------- 149 | bin: 150 | msvcr80.dll 151 | jacob-1.14.3-x64.dll 152 | jacob-1.14.3-x86.dll 153 | lib: 154 | jacob-1.14.3.jar 155 | scriptom-1.6.0.jar 156 | scriptom-ie-6-tlb-1.6.0.jar 157 | scriptom-office-2K3-tlb-1.6.0.jar 158 | scriptom-sapi-tlb-1.6.0.jar 159 | scriptom-scripting-tlb-1.6.0.jar 160 | scriptom-wbem-tlb-1.6.0.jar 161 | scriptom-wsh-tlb-1.6.0.jar 162 | supplementary/Scriptom: 163 | examples... 164 | 165 | Additionally you find the directory scriptom in Supplementary. This directory contains 166 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 167 | install the respective runtime libraries. 168 | 169 | This version of scriptom needs Java 1.5. 170 | 171 | 172 | Spock 173 | ----- 174 | lib: 175 | spock-core-0.4-groovy-1.7.jar 176 | Supplementary/Spock: 177 | spock-example-0.4-groovy-1.7.zip 178 | 179 | 180 | Final Words 181 | =========== 182 | If you have any questions, feel free to ask me personally or on the mailing lists. 183 | 184 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/4/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.4 10 | Doc Version: 1.7.4 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 15 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 16 | compiled without the Cygwin support. If you have any problems with the native launcher 17 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 18 | of the launcher in case you need to exchange the installed versions. 19 | 20 | bin: 21 | gant.exe 22 | gantw.exe 23 | groovy.exe 24 | groovyc.exe 25 | groovyConsole.exe 26 | groovysh.exe 27 | groovyw.exe 28 | java2groovy.exe 29 | 30 | 32-/64-Bit Version of Java 31 | -------------------------- 32 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 33 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 34 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 35 | the Java installation later, simply copy the respective version of the native launcher to 36 | the bin directory. The mapping is as follows: 37 | 38 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 39 | groovyw.exe - groovyw.exe, groovyConsole.exe 40 | gant.exe - gant.exe 41 | gantw.exe - gantw.exe 42 | 43 | 44 | Modules 45 | ======= 46 | 47 | easyb 48 | ----- 49 | lib: 50 | easyb-0.9.7.jar 51 | 52 | 53 | Gaelyk 54 | ------ 55 | Supplementary/Gaelyk: 56 | gaelyk-template-project-0.4.zip 57 | 58 | 59 | Gant 1.9.3 60 | ---------- 61 | bin: 62 | gant 63 | gant.bat 64 | conf: 65 | gant-starter.conf 66 | lib: 67 | gant-1.9.3_groovy-1.7.3.jar 68 | maven-ant-tasks-2.1.0.jar 69 | 70 | 71 | GMock 72 | ----- 73 | lib: 74 | gmock-0.8.0.jar 75 | 76 | GPars 77 | ----- 78 | lib: 79 | gpars-0.10.jar 80 | jcsp.jar 81 | jcsp-demos-util.jar 82 | jsr166y-070108.jar 83 | netty-3.1.5.GA.jar 84 | supplementary/gpars: 85 | license information 86 | 87 | 88 | Griffon Builders (Griffon 0.3-compatible) 89 | ------------------------------------------- 90 | lib: 91 | Filters.jar 92 | JFXtras-0.5.jar 93 | MultipleGradientPaint.jar 94 | balloontip_2009-01-2.jar 95 | batik-anim-1.7.jar 96 | batik-awt-util-1.7.jar 97 | batik-bridge-1.7.jar 98 | batik-codec-1.7.jar 99 | batik-css-1.7.jar 100 | batik-dom-1.7.jar 101 | batik-ext-1.7.jar 102 | batik-extension-1.7.jar 103 | batik-gui-util-1.7.jar 104 | batik-gvt-1.7.jar 105 | batik-parser-1.7.jar 106 | batik-script-1.7.jar 107 | batik-svg-dom-1.7.jar 108 | batik-svggen-1.7.jar 109 | batik-swing-1.7.jar 110 | batik-transcoder-1.7.jar 111 | batik-util-1.7.jar 112 | batik-xml-1.7.jar 113 | cssbuilder-0.4.jar 114 | cssparser-0.9.5.jar 115 | flamingo-4.0.jar 116 | flamingo-4.0dev.jar 117 | flamingobuilder-0.2.jar 118 | forms-1.2.1.jar 119 | fxbuilder-0.2.jar 120 | gfxbuilder-core-0.2.4.jar 121 | gfxbuilder-svg-0.2.4.jar 122 | gfxbuilder-swingx-0.2.4.jar 123 | jide-oss-2.6.2.jar 124 | jidebuilder-2.2.jar 125 | jsilhouette-geom-0.3.1.jar 126 | l2fprod-common-all.jar 127 | macwidgets-0.9.4.jar 128 | macwidgetsbuilder-0.2.jar 129 | miglayout-3.6.3-swing.jar 130 | sac-1.3.jar 131 | svg-salamander-1.0.jar 132 | swing-worker-1.1.jar 133 | swingx-1.0.jar 134 | swingx-beaninfo-0.9.5.jar 135 | swingx-ws.jar 136 | swingxbuilder-0.1.6.jar 137 | swingxtrasbuilder-0.1.jar 138 | timingframework-1.0.jar 139 | trident-1.2.jar 140 | tridentbuilder-0.3.jar 141 | xml-apis-ext-1.3.04.jar 142 | xswingx-0.2.jar 143 | 144 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 145 | 146 | 147 | GroovyServ 0.3 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | lib: 153 | groovyserv-0.3.jar 154 | jna-3.2.2.jar 155 | supplementary/GroovyServ: 156 | LICENSE, README, scripts 157 | 158 | GroovyServ works with the 32-bit JDK 6u21 and later versions (according to the readme) 159 | 160 | 161 | Scriptom-1.6.0 162 | -------------- 163 | bin: 164 | msvcr80.dll 165 | jacob-1.14.3-x64.dll 166 | jacob-1.14.3-x86.dll 167 | lib: 168 | jacob-1.14.3.jar 169 | scriptom-1.6.0.jar 170 | scriptom-ie-6-tlb-1.6.0.jar 171 | scriptom-office-2K3-tlb-1.6.0.jar 172 | scriptom-sapi-tlb-1.6.0.jar 173 | scriptom-scripting-tlb-1.6.0.jar 174 | scriptom-wbem-tlb-1.6.0.jar 175 | scriptom-wsh-tlb-1.6.0.jar 176 | supplementary/Scriptom: 177 | examples... 178 | 179 | Additionally you find the directory scriptom in Supplementary. This directory contains 180 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 181 | install the respective runtime libraries. 182 | 183 | This version of scriptom needs Java 1.5. 184 | 185 | 186 | Spock 187 | ----- 188 | lib: 189 | spock-core-0.4-groovy-1.7.jar 190 | Supplementary/Spock: 191 | spock-example-0.4-groovy-1.7.zip 192 | 193 | 194 | Final Words 195 | =========== 196 | If you have any questions, feel free to ask me personally or on the mailing lists. 197 | 198 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/5/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.5 10 | Doc Version: 1.7.5 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 15 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 16 | compiled without the Cygwin support. If you have any problems with the native launcher 17 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 18 | of the launcher in case you need to exchange the installed versions. 19 | 20 | bin: 21 | gant.exe 22 | gantw.exe 23 | groovy.exe 24 | groovyc.exe 25 | groovyConsole.exe 26 | groovysh.exe 27 | groovyw.exe 28 | java2groovy.exe 29 | 30 | 32-/64-Bit Version of Java 31 | -------------------------- 32 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 33 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 34 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 35 | the Java installation later, simply copy the respective version of the native launcher to 36 | the bin directory. The mapping is as follows: 37 | 38 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 39 | groovyw.exe - groovyw.exe, groovyConsole.exe 40 | gant.exe - gant.exe 41 | gantw.exe - gantw.exe 42 | 43 | 44 | Modules 45 | ======= 46 | 47 | easyb 48 | ----- 49 | lib: 50 | easyb-0.9.7.jar 51 | 52 | 53 | Gaelyk 54 | ------ 55 | Supplementary/Gaelyk: 56 | gaelyk-template-project-0.4.4.zip 57 | 58 | 59 | Gant 1.9.3 60 | ---------- 61 | bin: 62 | gant 63 | gant.bat 64 | conf: 65 | gant-starter.conf 66 | lib: 67 | gant-1.9.3_groovy-1.7.3.jar 68 | maven-ant-tasks-2.1.0.jar 69 | 70 | 71 | GMock 72 | ----- 73 | lib: 74 | gmock-0.8.1.jar 75 | 76 | GPars 77 | ----- 78 | lib: 79 | gpars-0.10.jar 80 | jcsp.jar 81 | jcsp-demos-util.jar 82 | jsr166y-070108.jar 83 | netty-3.1.5.GA.jar 84 | supplementary/gpars: 85 | license information 86 | 87 | 88 | Griffon Builders (Griffon 0.3-compatible) 89 | ------------------------------------------- 90 | lib: 91 | Filters.jar 92 | JFXtras-0.5.jar 93 | MultipleGradientPaint.jar 94 | balloontip_2009-01-2.jar 95 | batik-anim-1.7.jar 96 | batik-awt-util-1.7.jar 97 | batik-bridge-1.7.jar 98 | batik-codec-1.7.jar 99 | batik-css-1.7.jar 100 | batik-dom-1.7.jar 101 | batik-ext-1.7.jar 102 | batik-extension-1.7.jar 103 | batik-gui-util-1.7.jar 104 | batik-gvt-1.7.jar 105 | batik-parser-1.7.jar 106 | batik-script-1.7.jar 107 | batik-svg-dom-1.7.jar 108 | batik-svggen-1.7.jar 109 | batik-swing-1.7.jar 110 | batik-transcoder-1.7.jar 111 | batik-util-1.7.jar 112 | batik-xml-1.7.jar 113 | cssbuilder-0.4.jar 114 | cssparser-0.9.5.jar 115 | flamingo-4.0.jar 116 | flamingo-4.0dev.jar 117 | flamingobuilder-0.2.jar 118 | forms-1.2.1.jar 119 | fxbuilder-0.2.jar 120 | gfxbuilder-core-0.2.4.jar 121 | gfxbuilder-svg-0.2.4.jar 122 | gfxbuilder-swingx-0.2.4.jar 123 | jide-oss-2.6.2.jar 124 | jidebuilder-2.2.jar 125 | jsilhouette-geom-0.3.1.jar 126 | l2fprod-common-all.jar 127 | macwidgets-0.9.4.jar 128 | macwidgetsbuilder-0.2.jar 129 | miglayout-3.6.3-swing.jar 130 | sac-1.3.jar 131 | svg-salamander-1.0.jar 132 | swing-worker-1.1.jar 133 | swingx-1.0.jar 134 | swingx-beaninfo-0.9.5.jar 135 | swingx-ws.jar 136 | swingxbuilder-0.1.6.jar 137 | swingxtrasbuilder-0.1.jar 138 | timingframework-1.0.jar 139 | trident-1.2.jar 140 | tridentbuilder-0.3.jar 141 | xml-apis-ext-1.3.04.jar 142 | xswingx-0.2.jar 143 | 144 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 145 | 146 | 147 | GroovyServ 0.4 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.4.jar 155 | jna-3.2.2.jar 156 | supplementary/GroovyServ: 157 | LICENSE, README, scripts 158 | 159 | GroovyServ works with the 32-bit JDK 6u21 and later versions (according to the readme) 160 | 161 | 162 | Scriptom-1.6.0 163 | -------------- 164 | bin: 165 | msvcr80.dll 166 | jacob-1.14.3-x64.dll 167 | jacob-1.14.3-x86.dll 168 | lib: 169 | jacob-1.14.3.jar 170 | scriptom-1.6.0.jar 171 | scriptom-ie-6-tlb-1.6.0.jar 172 | scriptom-office-2K3-tlb-1.6.0.jar 173 | scriptom-sapi-tlb-1.6.0.jar 174 | scriptom-scripting-tlb-1.6.0.jar 175 | scriptom-wbem-tlb-1.6.0.jar 176 | scriptom-wsh-tlb-1.6.0.jar 177 | supplementary/Scriptom: 178 | examples... 179 | 180 | Additionally you find the directory scriptom in Supplementary. This directory contains 181 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 182 | install the respective runtime libraries. 183 | 184 | This version of scriptom needs Java 1.5. 185 | 186 | 187 | Spock 188 | ----- 189 | lib: 190 | spock-core-0.4-groovy-1.7.jar 191 | Supplementary/Spock: 192 | spock-example-0.4-groovy-1.7.zip 193 | 194 | 195 | Final Words 196 | =========== 197 | If you have any questions, feel free to ask me personally or on the mailing lists. 198 | 199 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/6/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.6 10 | Doc Version: 1.7.6 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 15 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 16 | compiled without the Cygwin support. If you have any problems with the native launcher 17 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 18 | of the launcher in case you need to exchange the installed versions. 19 | 20 | bin: 21 | gant.exe 22 | gantw.exe 23 | groovy.exe 24 | groovyc.exe 25 | groovyConsole.exe 26 | groovysh.exe 27 | groovyw.exe 28 | java2groovy.exe 29 | 30 | 32-/64-Bit Version of Java 31 | -------------------------- 32 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 33 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 34 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 35 | the Java installation later, simply copy the respective version of the native launcher to 36 | the bin directory. The mapping is as follows: 37 | 38 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 39 | groovyw.exe - groovyw.exe, groovyConsole.exe 40 | gant.exe - gant.exe 41 | gantw.exe - gantw.exe 42 | 43 | 44 | Modules 45 | ======= 46 | 47 | easyb 48 | ----- 49 | lib: 50 | easyb-0.9.8.jar 51 | 52 | 53 | Gaelyk 54 | ------ 55 | Supplementary/Gaelyk: 56 | gaelyk-template-project-0.5.6.zip 57 | 58 | 59 | Gant 1.9.3 60 | ---------- 61 | bin: 62 | gant 63 | gant.bat 64 | conf: 65 | gant-starter.conf 66 | lib: 67 | gant-1.9.3_groovy-1.7.3.jar 68 | maven-ant-tasks-2.1.0.jar 69 | 70 | 71 | GMock 72 | ----- 73 | lib: 74 | gmock-0.8.1.jar 75 | 76 | GPars 77 | ----- 78 | lib: 79 | gpars-0.11.jar 80 | jcsp.jar 81 | jcsp-demos-util.jar 82 | jsr166y-070108.jar 83 | netty-3.1.5.GA.jar 84 | supplementary/gpars: 85 | license information 86 | 87 | 88 | Griffon Builders (Griffon 0.3-compatible) 89 | ------------------------------------------- 90 | lib: 91 | Filters.jar 92 | MultipleGradientPaint.jar 93 | balloontip_2009-01-2.jar 94 | batik-anim-1.7.jar 95 | batik-awt-util-1.7.jar 96 | batik-bridge-1.7.jar 97 | batik-codec-1.7.jar 98 | batik-css-1.7.jar 99 | batik-dom-1.7.jar 100 | batik-ext-1.7.jar 101 | batik-extension-1.7.jar 102 | batik-gui-util-1.7.jar 103 | batik-gvt-1.7.jar 104 | batik-parser-1.7.jar 105 | batik-script-1.7.jar 106 | batik-svg-dom-1.7.jar 107 | batik-svggen-1.7.jar 108 | batik-swing-1.7.jar 109 | batik-transcoder-1.7.jar 110 | batik-util-1.7.jar 111 | batik-xml-1.7.jar 112 | cssbuilder-0.4.jar 113 | cssparser-0.9.5.jar 114 | flamingo-4.0.jar 115 | flamingobuilder-0.3.jar 116 | forms-1.2.1.jar 117 | gfxbuilder-core-0.2.4.jar 118 | gfxbuilder-svg-0.2.4.jar 119 | gfxbuilder-swingx-0.2.4.jar 120 | jide-oss-2.6.2.jar 121 | jidebuilder-2.2.jar 122 | jsilhouette-geom-0.3.1.jar 123 | l2fprod-common-all.jar 124 | macwidgets-0.9.4.jar 125 | macwidgetsbuilder-0.2.jar 126 | sac-1.3.jar 127 | svg-salamander-1.0.jar 128 | swing-worker-1.1.jar 129 | swingx-1.0.jar 130 | swingx-beaninfo-0.9.5.jar 131 | swingxbuilder-0.1.6.jar 132 | swingxtrasbuilder-0.1.jar 133 | timingframework-1.0.jar 134 | trident-1.3.jar 135 | tridentbuilder-0.4.jar 136 | xml-apis-ext-1.3.04.jar 137 | xswingx-0.2.jar 138 | 139 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 140 | 141 | 142 | GroovyServ 0.4 143 | --------------- 144 | bin: 145 | groovyclient.exe 146 | groovyserver.bat 147 | groovyserver 148 | lib: 149 | groovyserv-0.4.jar 150 | jna-3.2.2.jar 151 | supplementary/GroovyServ: 152 | LICENSE, README, scripts 153 | 154 | GroovyServ works with the 32-bit JDK 6u21 and later versions (according to the readme) 155 | 156 | 157 | Scriptom-1.6.0 158 | -------------- 159 | bin: 160 | msvcr80.dll 161 | jacob-1.14.3-x64.dll 162 | jacob-1.14.3-x86.dll 163 | lib: 164 | jacob-1.14.3.jar 165 | scriptom-1.6.0.jar 166 | scriptom-ie-6-tlb-1.6.0.jar 167 | scriptom-office-2K3-tlb-1.6.0.jar 168 | scriptom-sapi-tlb-1.6.0.jar 169 | scriptom-scripting-tlb-1.6.0.jar 170 | scriptom-wbem-tlb-1.6.0.jar 171 | scriptom-wsh-tlb-1.6.0.jar 172 | supplementary/Scriptom: 173 | examples... 174 | 175 | Additionally you find the directory scriptom in Supplementary. This directory contains 176 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 177 | install the respective runtime libraries. 178 | 179 | This version of scriptom needs Java 1.5. 180 | 181 | 182 | Spock 183 | ----- 184 | lib: 185 | spock-core-0.5-groovy-1.7.jar 186 | Supplementary/Spock: 187 | spock-example-0.5-groovy-1.7.zip 188 | 189 | 190 | Final Words 191 | =========== 192 | If you have any questions, feel free to ask me personally or on the mailing lists. 193 | 194 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/8/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.8 10 | Doc Version: 1.7.8 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 15 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 16 | compiled without the Cygwin support. If you have any problems with the native launcher 17 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 18 | of the launcher in case you need to exchange the installed versions. 19 | 20 | bin: 21 | gant.exe 22 | gantw.exe 23 | groovy.exe 24 | groovyc.exe 25 | groovyConsole.exe 26 | groovysh.exe 27 | groovyw.exe 28 | java2groovy.exe 29 | 30 | 32-/64-Bit Version of Java 31 | -------------------------- 32 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 33 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 34 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 35 | the Java installation later, simply copy the respective version of the native launcher to 36 | the bin directory. The mapping is as follows: 37 | 38 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 39 | groovyw.exe - groovyw.exe, groovyConsole.exe 40 | gant.exe - gant.exe 41 | gantw.exe - gantw.exe 42 | 43 | 44 | Modules 45 | ======= 46 | 47 | easyb 48 | ----- 49 | lib: 50 | easyb-0.9.8.jar 51 | 52 | 53 | Gaelyk 54 | ------ 55 | Supplementary/Gaelyk: 56 | gaelyk-template-project-0.6.1.zip 57 | 58 | 59 | Gant 1.9.3 60 | ---------- 61 | bin: 62 | gant 63 | gant.bat 64 | conf: 65 | gant-starter.conf 66 | lib: 67 | gant-1.9.3_groovy-1.7.3.jar 68 | maven-ant-tasks-2.1.0.jar 69 | 70 | 71 | GMock 72 | ----- 73 | lib: 74 | gmock-0.8.1.jar 75 | 76 | GPars 77 | ----- 78 | lib: 79 | gpars-0.11.jar 80 | jcsp.jar 81 | jcsp-demos-util.jar 82 | jsr166y-070108.jar 83 | netty-3.1.5.GA.jar 84 | supplementary/gpars: 85 | license information 86 | 87 | 88 | Griffon Builders (Griffon 0.3-compatible) 89 | ------------------------------------------- 90 | lib: 91 | Filters.jar 92 | MultipleGradientPaint.jar 93 | balloontip_2009-01-2.jar 94 | batik-anim-1.7.jar 95 | batik-awt-util-1.7.jar 96 | batik-bridge-1.7.jar 97 | batik-codec-1.7.jar 98 | batik-css-1.7.jar 99 | batik-dom-1.7.jar 100 | batik-ext-1.7.jar 101 | batik-extension-1.7.jar 102 | batik-gui-util-1.7.jar 103 | batik-gvt-1.7.jar 104 | batik-parser-1.7.jar 105 | batik-script-1.7.jar 106 | batik-svg-dom-1.7.jar 107 | batik-svggen-1.7.jar 108 | batik-swing-1.7.jar 109 | batik-transcoder-1.7.jar 110 | batik-util-1.7.jar 111 | batik-xml-1.7.jar 112 | cssbuilder-0.4.jar 113 | cssparser-0.9.5.jar 114 | flamingo-4.0.jar 115 | flamingobuilder-0.3.jar 116 | forms-1.2.1.jar 117 | gfxbuilder-core-0.2.4.jar 118 | gfxbuilder-svg-0.2.4.jar 119 | gfxbuilder-swingx-0.2.4.jar 120 | jide-oss-2.6.2.jar 121 | jidebuilder-2.2.jar 122 | jsilhouette-geom-0.3.1.jar 123 | l2fprod-common-all.jar 124 | macwidgets-0.9.4.jar 125 | macwidgetsbuilder-0.2.jar 126 | sac-1.3.jar 127 | svg-salamander-1.0.jar 128 | swing-worker-1.1.jar 129 | swingx-1.0.jar 130 | swingx-beaninfo-0.9.5.jar 131 | swingxbuilder-0.1.6.jar 132 | swingxtrasbuilder-0.1.jar 133 | timingframework-1.0.jar 134 | trident-1.3.jar 135 | tridentbuilder-0.4.jar 136 | xml-apis-ext-1.3.04.jar 137 | xswingx-0.2.jar 138 | 139 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 140 | 141 | 142 | GroovyServ 0.5 143 | --------------- 144 | bin: 145 | groovyclient.exe 146 | groovyserver.bat 147 | groovyserver 148 | lib: 149 | groovyserv-0.5.jar 150 | jna-3.2.2.jar 151 | supplementary/GroovyServ: 152 | LICENSE, README, scripts 153 | 154 | GroovyServ works with the 32-bit JDK 6u21 and later versions (according to the readme) 155 | 156 | 157 | Scriptom-1.6.0 158 | -------------- 159 | bin: 160 | msvcr80.dll 161 | jacob-1.14.3-x64.dll 162 | jacob-1.14.3-x86.dll 163 | lib: 164 | jacob-1.14.3.jar 165 | scriptom-1.6.0.jar 166 | scriptom-ie-6-tlb-1.6.0.jar 167 | scriptom-office-2K3-tlb-1.6.0.jar 168 | scriptom-sapi-tlb-1.6.0.jar 169 | scriptom-scripting-tlb-1.6.0.jar 170 | scriptom-wbem-tlb-1.6.0.jar 171 | scriptom-wsh-tlb-1.6.0.jar 172 | supplementary/Scriptom: 173 | examples... 174 | 175 | Additionally you find the directory scriptom in Supplementary. This directory contains 176 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 177 | install the respective runtime libraries. 178 | 179 | This version of scriptom needs Java 1.5. 180 | 181 | 182 | Spock 183 | ----- 184 | lib: 185 | spock-core-0.5-groovy-1.7.jar 186 | Supplementary/Spock: 187 | spock-example-0.5-groovy-1.7.zip 188 | 189 | 190 | Final Words 191 | =========== 192 | If you have any questions, feel free to ask me personally or on the mailing lists. 193 | 194 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/B1/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.0-Beta-1 10 | Doc Version: 1.6.0-Beta-1 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | gant.exe 16 | gantw.exe 17 | groovy.exe 18 | groovyc.exe 19 | groovyConsole.exe 20 | groovysh.exe 21 | groovyw.exe 22 | java2groovy.exe 23 | 24 | 25 | Gant 1.7.0 26 | ---------- 27 | bin: 28 | gant 29 | gant.bat 30 | conf: 31 | gant-starter.conf 32 | lib: 33 | gant-1.7.0_groovy-1.7-beta-1.jar 34 | maven-ant-tasks-2.0.10.jar 35 | 36 | 37 | Griffon Builders (Griffon 0.1.2-compatible) 38 | ------------------------------------------- 39 | lib: 40 | Filters.jar 41 | MultipleGradientPaint.jar 42 | balloontip_2009-01-2.jar 43 | batik-anim-1.7.jar 44 | batik-awt-util-1.7.jar 45 | batik-bridge-1.7.jar 46 | batik-codec-1.7.jar 47 | batik-css-1.7.jar 48 | batik-dom-1.7.jar 49 | batik-ext-1.7.jar 50 | batik-extension-1.7.jar 51 | batik-gui-util-1.7.jar 52 | batik-gvt-1.7.jar 53 | batik-parser-1.7.jar 54 | batik-script-1.7.jar 55 | batik-svg-dom-1.7.jar 56 | batik-svggen-1.7.jar 57 | batik-swing-1.7.jar 58 | batik-transcoder-1.7.jar 59 | batik-util-1.7.jar 60 | batik-xml-1.7.jar 61 | cssbuilder-0.2-g1.7b1.jar 62 | cssparser-0.9.5.jar 63 | flamingo-4.0.jar 64 | flamingobuilder-0.2-g1.7b1.jar 65 | forms-1.2.1.jar 66 | gfxbuilder-core-0.2-g1.7b1.jar 67 | gfxbuilder-svg-0.2-g1.7b1.jar 68 | gfxbuilder-swingx-0.2-g1.7b1.jar 69 | jide-oss-2.6.2.jar 70 | jidebuilder-2.2-g1.7b1.jar 71 | jsilhouette-geom-0.3.1.jar 72 | l2fprod-common-all.jar 73 | macwidgets-0.9.4.jar 74 | macwidgetsbuilder-0.2-g1.7b1.jar 75 | sac-1.3.jar 76 | svg-salamander-1.0.jar 77 | swing-worker-1.1.jar 78 | swingx-0.9.5.jar 79 | swingx-1.0.jar 80 | swingx-beaninfo-0.9.5.jar 81 | swingx-ws.jar 82 | swingxbuilder-0.1.6.jar 83 | swingxtrasbuilder-0.1-g1.7b1.jar 84 | timingframework-1.0.jar 85 | trident-1.0.jar 86 | tridentbuilder-0.1-g1.7b1.jar 87 | xml-apis-ext-1.3.04.jar 88 | xswingx-0.2.jar 89 | 90 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 91 | 92 | 93 | Scriptom-1.6.0 94 | -------------- 95 | bin: 96 | msvcr80.dll 97 | jacob-1.14.3-x64.dll 98 | jacob-1.14.3-x86.dll 99 | lib: 100 | jacob-1.14.3.jar 101 | scriptom-1.6.0.jar 102 | scriptom-ie-6-tlb-1.6.0.jar 103 | scriptom-office-2K3-tlb-1.6.0.jar 104 | scriptom-sapi-tlb-1.6.0.jar 105 | scriptom-scripting-tlb-1.6.0.jar 106 | scriptom-wbem-tlb-1.6.0.jar 107 | scriptom-wsh-tlb-1.6.0.jar 108 | supplementary/Scriptom: 109 | examples... 110 | 111 | Additionally you find the directory scriptom in supplementary. This directory contains 112 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 113 | install the respective runtime libraries. 114 | 115 | This version of scriptom needs Java 1.5. 116 | 117 | 118 | Final Words 119 | ----------- 120 | If you have any questions, feel free to ask me personally or on the mailing lists. 121 | 122 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/B2/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.0-Beta-2 10 | Doc Version: 1.7.0-Beta-1 11 | 12 | It is important to note that one change has been made to the Groovy 13 | installation. Instead of the library ivy-2.1.0-rc2.jar that is part of 14 | the unchanged Groovy-1.7.0-B2 installation, the library ivy-2.1.0.jar 15 | has been installed. If you experience any problems, please replace this 16 | library with the original ivy-2.1.0-rc2.jar, which can be found in the 17 | Supplementary/lib directory. 18 | 19 | 20 | Native Launcher (all in bin) 21 | ---------------------------- 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32 | Gant 1.8.1 33 | ---------- 34 | bin: 35 | gant 36 | gant.bat 37 | conf: 38 | gant-starter.conf 39 | lib: 40 | gant-1.8.1_groovy-1.7-beta-2.jar 41 | maven-ant-tasks-2.0.10.jar 42 | 43 | 44 | Griffon Builders (Griffon 0.1.2-compatible) 45 | ------------------------------------------- 46 | lib: 47 | Filters.jar 48 | MultipleGradientPaint.jar 49 | balloontip_2009-01-2.jar 50 | batik-anim-1.7.jar 51 | batik-awt-util-1.7.jar 52 | batik-bridge-1.7.jar 53 | batik-codec-1.7.jar 54 | batik-css-1.7.jar 55 | batik-dom-1.7.jar 56 | batik-ext-1.7.jar 57 | batik-extension-1.7.jar 58 | batik-gui-util-1.7.jar 59 | batik-gvt-1.7.jar 60 | batik-parser-1.7.jar 61 | batik-script-1.7.jar 62 | batik-svg-dom-1.7.jar 63 | batik-svggen-1.7.jar 64 | batik-swing-1.7.jar 65 | batik-transcoder-1.7.jar 66 | batik-util-1.7.jar 67 | batik-xml-1.7.jar 68 | cssbuilder-0.2-g1.7b1.jar 69 | cssparser-0.9.5.jar 70 | flamingo-4.0.jar 71 | flamingobuilder-0.2-g1.7b1.jar 72 | forms-1.2.1.jar 73 | gfxbuilder-core-0.2-g1.7b1.jar 74 | gfxbuilder-svg-0.2-g1.7b1.jar 75 | gfxbuilder-swingx-0.2-g1.7b1.jar 76 | jide-oss-2.6.2.jar 77 | jidebuilder-2.2-g1.7b1.jar 78 | jsilhouette-geom-0.3.1.jar 79 | l2fprod-common-all.jar 80 | macwidgets-0.9.4.jar 81 | macwidgetsbuilder-0.2-g1.7b1.jar 82 | sac-1.3.jar 83 | svg-salamander-1.0.jar 84 | swing-worker-1.1.jar 85 | swingx-0.9.5.jar 86 | swingx-1.0.jar 87 | swingx-beaninfo-0.9.5.jar 88 | swingx-ws.jar 89 | swingxbuilder-0.1.6.jar 90 | swingxtrasbuilder-0.1-g1.7b1.jar 91 | timingframework-1.0.jar 92 | trident-1.0.jar 93 | tridentbuilder-0.1-g1.7b1.jar 94 | xml-apis-ext-1.3.04.jar 95 | xswingx-0.2.jar 96 | 97 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 98 | 99 | 100 | Scriptom-1.6.0 101 | -------------- 102 | bin: 103 | msvcr80.dll 104 | jacob-1.14.3-x64.dll 105 | jacob-1.14.3-x86.dll 106 | lib: 107 | jacob-1.14.3.jar 108 | scriptom-1.6.0.jar 109 | scriptom-ie-6-tlb-1.6.0.jar 110 | scriptom-office-2K3-tlb-1.6.0.jar 111 | scriptom-sapi-tlb-1.6.0.jar 112 | scriptom-scripting-tlb-1.6.0.jar 113 | scriptom-wbem-tlb-1.6.0.jar 114 | scriptom-wsh-tlb-1.6.0.jar 115 | supplementary/Scriptom: 116 | examples... 117 | 118 | Additionally you find the directory scriptom in supplementary. This directory contains 119 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 120 | install the respective runtime libraries. 121 | 122 | This version of scriptom needs Java 1.5. 123 | 124 | 125 | Final Words 126 | ----------- 127 | If you have any questions, feel free to ask me personally or on the mailing lists. 128 | 129 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.7/RC-2/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ------------------ 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.7.0-RC-2 10 | Doc Version: 1.7.0-RC-2 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support and for 32-bit environments. 16 | In Supplemental you find a directory "NativeLauncherWithoutCygwinSupport" that 17 | contains versions of the native launcher compiled without the Cygwin support. If 18 | you have any problems with the native launcher please try these versions. 19 | Currently the native launcher cannot be used for 64-bit installations of Java, 20 | since there seems to be nobody able to do the compilation for 64-bit. 21 | 22 | bin: 23 | gant.exe 24 | gantw.exe 25 | groovy.exe 26 | groovyc.exe 27 | groovyConsole.exe 28 | groovysh.exe 29 | groovyw.exe 30 | java2groovy.exe 31 | 32 | 33 | Gant 1.9.0 34 | ---------- 35 | bin: 36 | gant 37 | gant.bat 38 | conf: 39 | gant-starter.conf 40 | lib: 41 | gant-1.9.0-SNAPSHOT_groovy-1.7-rc-2.jar 42 | maven-ant-tasks-2.0.10.jar 43 | 44 | 45 | Griffon Builders (Griffon 0.2-compatible) 46 | ------------------------------------------- 47 | lib: 48 | Filters.jar 49 | JFXtras-0.5.jar 50 | MultipleGradientPaint.jar 51 | balloontip_2009-01-2.jar 52 | batik-anim-1.7.jar 53 | batik-awt-util-1.7.jar 54 | batik-bridge-1.7.jar 55 | batik-codec-1.7.jar 56 | batik-css-1.7.jar 57 | batik-dom-1.7.jar 58 | batik-ext-1.7.jar 59 | batik-extension-1.7.jar 60 | batik-gui-util-1.7.jar 61 | batik-gvt-1.7.jar 62 | batik-parser-1.7.jar 63 | batik-script-1.7.jar 64 | batik-svg-dom-1.7.jar 65 | batik-svggen-1.7.jar 66 | batik-swing-1.7.jar 67 | batik-transcoder-1.7.jar 68 | batik-util-1.7.jar 69 | batik-xml-1.7.jar 70 | cssbuilder-0.3.jar 71 | cssparser-0.9.5.jar 72 | flamingo-4.0.jar 73 | flamingo-4.0dev.jar 74 | flamingobuilder-0.2.jar 75 | forms-1.2.1.jar 76 | fxbuilder-0.2.jar 77 | gfxbuilder-core-0.2.3.jar 78 | gfxbuilder-svg-0.2.3.jar 79 | gfxbuilder-swingx-0.2.3.jar 80 | jide-oss-2.6.2.jar 81 | jidebuilder-2.2.jar 82 | jsilhouette-geom-0.3.1.jar 83 | l2fprod-common-all.jar 84 | macwidgets-0.9.4.jar 85 | macwidgetsbuilder-0.2.jar 86 | miglayout-3.6.3-swing.jar 87 | sac-1.3.jar 88 | svg-salamander-1.0.jar 89 | swing-worker-1.1.jar 90 | swingx-0.9.5.jar 91 | swingx-1.0.jar 92 | swingx-beaninfo-0.9.5.jar 93 | swingx-ws.jar 94 | swingxbuilder-0.1.6.jar 95 | swingxtrasbuilder-0.1.jar 96 | timingframework-1.0.jar 97 | trident-1.0.jar 98 | tridentbuilder-0.1.jar 99 | xml-apis-ext-1.3.04.jar 100 | xswingx-0.2.jar 101 | 102 | Only JideBuilder will work with JDK 1.5, all other Builders need JDK 1.6 103 | 104 | 105 | Scriptom-1.6.0 106 | -------------- 107 | bin: 108 | msvcr80.dll 109 | jacob-1.14.3-x64.dll 110 | jacob-1.14.3-x86.dll 111 | lib: 112 | jacob-1.14.3.jar 113 | scriptom-1.6.0.jar 114 | scriptom-ie-6-tlb-1.6.0.jar 115 | scriptom-office-2K3-tlb-1.6.0.jar 116 | scriptom-sapi-tlb-1.6.0.jar 117 | scriptom-scripting-tlb-1.6.0.jar 118 | scriptom-wbem-tlb-1.6.0.jar 119 | scriptom-wsh-tlb-1.6.0.jar 120 | Supplementary/Scriptom: 121 | examples... 122 | 123 | Additionally you find the directory scriptom in Supplementary. This directory contains 124 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 125 | install the respective runtime libraries. 126 | 127 | This version of scriptom needs Java 1.5. 128 | 129 | 130 | Gaelyk 131 | ------ 132 | Supplementary/Gaelyk: 133 | gaelyk-template-project-0.3.2.zip 134 | 135 | 136 | 64-Bit Versions of Java 137 | ----------------------- 138 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 139 | If the installer cannot determine this a 32-bit installation is assumed. The difference 140 | for the time being is that for the 64-bit version no native launcher is installed. As soon 141 | as a 64-bit version of the native launcher becomes available, the installer will use that 142 | version of the launcher. 143 | 144 | 145 | Final Words 146 | ----------- 147 | If you have any questions, feel free to ask me personally or on the mailing lists. 148 | 149 | Joachim Baumann -------------------------------------------------------------------------------- /Data/1.8/0/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 1.8.0 10 | Doc Version: 1.8.0 11 | 12 | Native Launcher (all in bin) 13 | ---------------------------- 14 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 15 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 16 | compiled without the Cygwin support. If you have any problems with the native launcher 17 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 18 | of the launcher in case you need to exchange the installed versions. 19 | 20 | bin: 21 | gant.exe 22 | gantw.exe 23 | groovy.exe 24 | groovyc.exe 25 | groovyConsole.exe 26 | groovysh.exe 27 | groovyw.exe 28 | java2groovy.exe 29 | 30 | 32-/64-Bit Version of Java 31 | -------------------------- 32 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 33 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 34 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 35 | the Java installation later, simply copy the respective version of the native launcher to 36 | the bin directory. The mapping is as follows: 37 | 38 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 39 | groovyw.exe - groovyw.exe, groovyConsole.exe 40 | gant.exe - gant.exe 41 | gantw.exe - gantw.exe 42 | 43 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 44 | computer. As a result the executables won't run. In this case please install the 45 | libraries after downloading from the correct of following Links: 46 | 47 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 48 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 49 | 50 | 51 | Modules 52 | ======= 53 | 54 | easyb 55 | ----- 56 | lib: 57 | easyb-0.9.8.jar 58 | 59 | 60 | Gaelyk 61 | ------ 62 | Supplementary/Gaelyk: 63 | gaelyk-template-project-0.6.1.zip 64 | 65 | 66 | Gant 1.9.5 67 | ---------- 68 | bin: 69 | gant 70 | gant.bat 71 | conf: 72 | gant-starter.conf 73 | lib: 74 | gant-1.9.5_groovy-1.8.0.jar 75 | maven-ant-tasks-2.1.0.jar 76 | 77 | 78 | GMock 79 | ----- 80 | lib: 81 | gmock-0.8.1.jar 82 | 83 | GPars 84 | ----- 85 | GPars is now part of the standard installation 86 | 87 | Groovy++ 88 | -------- 89 | lib: 90 | groovypp-0.4.231_1.8.0.jar 91 | 92 | 93 | Griffon Builders 94 | ---------------- 95 | For this release of the Windows installer the Griffon Builders weren't available in time. 96 | 97 | 98 | GroovyServ 0.7 99 | --------------- 100 | bin: 101 | groovyclient.exe 102 | groovyserver.bat 103 | groovyserver 104 | lib: 105 | groovyserv-0.7.jar 106 | jna-3.2.2.jar 107 | supplementary/GroovyServ: 108 | LICENSE.txt, README.txt, NOTICE.txt, scripts 109 | 110 | GroovyServ works with the 32-bit JDK 6u21 and later versions (according to the readme) 111 | 112 | 113 | Scriptom-1.6.0 114 | -------------- 115 | bin: 116 | msvcr80.dll 117 | jacob-1.14.3-x64.dll 118 | jacob-1.14.3-x86.dll 119 | lib: 120 | jacob-1.14.3.jar 121 | scriptom-1.6.0.jar 122 | scriptom-ie-6-tlb-1.6.0.jar 123 | scriptom-office-2K3-tlb-1.6.0.jar 124 | scriptom-sapi-tlb-1.6.0.jar 125 | scriptom-scripting-tlb-1.6.0.jar 126 | scriptom-wbem-tlb-1.6.0.jar 127 | scriptom-wsh-tlb-1.6.0.jar 128 | supplementary/Scriptom: 129 | examples... 130 | 131 | Additionally you find the directory scriptom in Supplementary. This directory contains 132 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 133 | install the respective runtime libraries. 134 | 135 | This version of scriptom needs Java 1.5. 136 | 137 | 138 | Spock 139 | ----- 140 | lib: 141 | spock-core-0.6-groovy-1.8-SNAPSHOT.jar 142 | Supplementary/Spock: 143 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 144 | 145 | 146 | Final Words 147 | =========== 148 | If you have any questions, feel free to ask me personally or on the mailing lists. 149 | 150 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.1/4/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.1.4 10 | Doc Version: 2.1.4 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.9 68 | ---------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant-1.9.9_groovy-2.1.0 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.2.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.6.6.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.11 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.11.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-0.7-groovy-2.0-20120930.020057-22.jar 194 | Supplementary/Spock: 195 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.1/5/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.1.5 10 | Doc Version: 2.1.5 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.9 68 | ---------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant-1.9.9_groovy-2.1.0 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.2.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.6.6.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.11 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.11.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-0.7-groovy-2.0-20120930.020057-22.jar 194 | Supplementary/Spock: 195 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.1/6/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.1.6 10 | Doc Version: 2.1.6 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.9 68 | ---------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant-1.9.9_groovy-2.1.0 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.3.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.6.6.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.12 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.12.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-0.7-groovy-2.0-20120930.020057-22.jar 194 | Supplementary/Spock: 195 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.1/7/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.1.7 10 | Doc Version: 2.1.7 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.9 68 | ---------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant-1.9.9_groovy-2.1.0 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.3.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.7.0.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.13 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.13.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv (the same as the 64-bit versions) 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv (the same as the 32-bit version) 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-0.7-groovy-2.0-20120930.020057-22.jar 194 | Supplementary/Spock: 195 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.1/8/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.1.8 10 | Doc Version: 2.1.8 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.9 68 | ---------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant-1.9.9_groovy-2.1.0 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.3.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.7.0.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.13 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.13.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv (the same as the 64-bit versions) 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv (the same as the 32-bit version) 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-0.7-groovy-2.0-20120930.020057-22.jar 194 | Supplementary/Spock: 195 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.1/9/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.1.9 10 | Doc Version: 2.1.9 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.9 68 | ---------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant-1.9.9_groovy-2.1.0 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.3.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.7.0.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.13 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.13.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv (the same as the 64-bit versions) 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv (the same as the 32-bit version) 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-0.7-groovy-2.0-20120930.020057-22.jar 194 | Supplementary/Spock: 195 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.2/0/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.2.0 10 | Doc Version: 2.2.0 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.10 68 | ----------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant_groovy2.2-1.9.10 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.3.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.7.0.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.13 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.13.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv (the same as the 64-bit versions) 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv (the same as the 32-bit version) 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-0.7-groovy-2.0-20120930.020057-22.jar 194 | Supplementary/Spock: 195 | spock-example-0.5-groovy-1.7.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.2/1/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.2.1 10 | Doc Version: 2.2.1 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-1.5.jar 59 | 60 | 61 | Gaelyk 62 | ------ 63 | Supplementary/Gaelyk: 64 | gaelyk-template-project-2.0.zip 65 | 66 | 67 | Gant 1.9.10 68 | ----------- 69 | bin: 70 | gant 71 | gant.bat 72 | conf: 73 | gant-starter.conf 74 | lib: 75 | gant_groovy2.2-1.9.10 76 | Supplementary/Gant: 77 | README_Install.txt 78 | 79 | 80 | GMock 81 | ----- 82 | lib: 83 | gmock-0.8.3.jar 84 | 85 | 86 | GPars 87 | ----- 88 | GPars is now part of the standard installation. The following libraries with optional 89 | functionality have been added to the distribution. 90 | 91 | lib: 92 | jcsp-1.1-rc5.jar 93 | multiverse-core-0.7.0.jar 94 | netty-3.7.0.Final.jar 95 | 96 | 97 | Griffon Builders 98 | ---------------- 99 | lib: 100 | batik-anim-1.7.jar 101 | batik-awt-util-1.7.jar 102 | batik-bridge-1.7.jar 103 | batik-codec-1.7.jar 104 | batik-css-1.7.jar 105 | batik-dom-1.7.jar 106 | batik-ext-1.7.jar 107 | batik-extension-1.7.jar 108 | batik-gui-util-1.7.jar 109 | batik-gvt-1.7.jar 110 | batik-parser-1.7.jar 111 | batik-script-1.7.jar 112 | batik-svg-dom-1.7.jar 113 | batik-svggen-1.7.jar 114 | batik-swing-1.7.jar 115 | batik-transcoder-1.7.jar 116 | batik-util-1.7.jar 117 | batik-xml-1.7.jar 118 | cssbuilder-1.0.jar 119 | cssparser-0.9.5.jar 120 | filters-2.0.235.jar 121 | flamingo-4.1.jar 122 | flamingobuilder-0.5.jar 123 | gfxbuilder-core-0.7.1.jar 124 | gfxbuilder-svg-0.7.1.jar 125 | gfxbuilder-swingx-0.7.1.jar 126 | jide-oss-3.4.7.jar 127 | jidebuilder-6.0.jar 128 | jsilhouette-geom-0.4.jar 129 | sac-1.3.jar 130 | svg-salamander-1.1.jar 131 | swing-worker-1.1.jar 132 | swingx-action-1.6.4.jar 133 | swingx-autocomplete-1.6.4.jar 134 | swingx-beaninfo-1.6.4.jar 135 | swingx-common-1.6.4.jar 136 | swingx-core-1.6.4.jar 137 | swingx-graphics-1.6.4.jar 138 | swingx-painters-1.6.4.jar 139 | swingx-plaf-1.6.4.jar 140 | swingxbuilder-0.3.jar 141 | timingframework-1.0.jar 142 | trident-7.0.jar 143 | tridentbuilder-0.6.jar 144 | xml-apis-ext-1.3.04.jar 145 | 146 | 147 | GroovyServ 0.13 148 | --------------- 149 | bin: 150 | groovyclient.exe 151 | groovyserver.bat 152 | groovyserver 153 | lib: 154 | groovyserv-0.13.jar 155 | jna-3.2.7.jar 156 | supplementary/GroovyServ: 157 | LICENSE.txt, README.txt, NOTICE.txt, scripts 158 | supplementary/GroovyServ/32bit: 159 | 32bit-version of Groovyserv (the same as the 64-bit versions) 160 | supplementary/GroovyServ/64bit: 161 | 64bit-version of Groovyserv (the same as the 32-bit version) 162 | 163 | 164 | Scriptom-1.6.0 165 | -------------- 166 | bin: 167 | msvcr80.dll 168 | jacob-1.14.3-x64.dll 169 | jacob-1.14.3-x86.dll 170 | lib: 171 | jacob-1.14.3.jar 172 | scriptom-1.6.0.jar 173 | scriptom-ie-6-tlb-1.6.0.jar 174 | scriptom-office-2K3-tlb-1.6.0.jar 175 | scriptom-sapi-tlb-1.6.0.jar 176 | scriptom-scripting-tlb-1.6.0.jar 177 | scriptom-wbem-tlb-1.6.0.jar 178 | scriptom-wsh-tlb-1.6.0.jar 179 | supplementary/Scriptom: 180 | examples... 181 | 182 | Additionally you find the directory scriptom in Supplementary. This directory contains 183 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 184 | install the respective runtime libraries. 185 | 186 | This version of scriptom needs Java 1.5. 187 | 188 | 189 | Spock 190 | ----- 191 | This is the current snapshot 192 | lib: 193 | spock-core-1.0-groovy-2.0-20130911.135641-24.jar 194 | Supplementary/Spock: 195 | spock-example-0.6.zip (examples might not work with current version) 196 | 197 | 198 | Final Words 199 | =========== 200 | If you have any questions, feel free to ask me personally or on the mailing lists. 201 | 202 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.4/3/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.4.3 10 | Doc Version: 2.4.3 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-core-1.6.jar 59 | easyb-ast-1.1.jar 60 | 61 | 62 | Gaelyk 63 | ------ 64 | Supplementary/Gaelyk: 65 | gaelyk-template-project-2.1.2.zip 66 | 67 | 68 | Gant 1.9.11 69 | ----------- 70 | bin: 71 | gant 72 | gant.bat 73 | conf: 74 | gant-starter.conf 75 | lib: 76 | gant-1.9.11_groovy-2.3.0.jar 77 | Supplementary/Gant: 78 | README.md 79 | README_Install.txt 80 | 81 | 82 | GMock 83 | ----- 84 | lib: 85 | gmock-0.8.3.jar 86 | 87 | 88 | GPars 89 | ----- 90 | GPars is now part of the standard installation. The following libraries with optional 91 | functionality have been added to the distribution. 92 | 93 | lib: 94 | jcsp-1.1-rc5.jar 95 | multiverse-core-0.7.0.jar 96 | netty-all-4.0.27.Final.jar 97 | 98 | 99 | Griffon Builders 100 | ---------------- 101 | lib: 102 | batik-anim-1.7.jar 103 | batik-awt-util-1.7.jar 104 | batik-bridge-1.7.jar 105 | batik-codec-1.7.jar 106 | batik-css-1.7.jar 107 | batik-dom-1.7.jar 108 | batik-ext-1.7.jar 109 | batik-extension-1.7.jar 110 | batik-gui-util-1.7.jar 111 | batik-gvt-1.7.jar 112 | batik-parser-1.7.jar 113 | batik-script-1.7.jar 114 | batik-svg-dom-1.7.jar 115 | batik-svggen-1.7.jar 116 | batik-swing-1.7.jar 117 | batik-transcoder-1.7.jar 118 | batik-util-1.7.jar 119 | batik-xml-1.7.jar 120 | cssbuilder-1.0.jar 121 | cssparser-0.9.5.jar 122 | filters-2.0.235.jar 123 | flamingo-4.1.jar 124 | flamingobuilder-0.5.jar 125 | gfxbuilder-core-0.7.1.jar 126 | gfxbuilder-svg-0.7.1.jar 127 | gfxbuilder-swingx-0.7.1.jar 128 | jide-oss-3.4.7.jar 129 | jidebuilder-6.0.jar 130 | jsilhouette-geom-0.4.jar 131 | sac-1.3.jar 132 | svg-salamander-1.1.jar 133 | swing-worker-1.1.jar 134 | swingx-action-1.6.4.jar 135 | swingx-autocomplete-1.6.4.jar 136 | swingx-beaninfo-1.6.4.jar 137 | swingx-common-1.6.4.jar 138 | swingx-core-1.6.4.jar 139 | swingx-graphics-1.6.4.jar 140 | swingx-painters-1.6.4.jar 141 | swingx-plaf-1.6.4.jar 142 | swingxbuilder-0.3.jar 143 | timingframework-1.0.jar 144 | trident-7.0.jar 145 | tridentbuilder-0.6.jar 146 | xml-apis-ext-1.3.04.jar 147 | 148 | 149 | GroovyServ 1.0.0 150 | ---------------- 151 | bin: 152 | groovyclient.exe 153 | groovyserver.exe 154 | lib: 155 | groovyserv-1.0.0.jar 156 | jna-4.1.0.jar 157 | supplementary/GroovyServ: 158 | LICENSE.txt, README.txt, NOTICE.txt 159 | 160 | 161 | Scriptom-1.6.0 162 | -------------- 163 | bin: 164 | msvcr80.dll 165 | jacob-1.14.3-x64.dll 166 | jacob-1.14.3-x86.dll 167 | lib: 168 | jacob-1.14.3.jar 169 | scriptom-1.6.0.jar 170 | scriptom-ie-6-tlb-1.6.0.jar 171 | scriptom-office-2K3-tlb-1.6.0.jar 172 | scriptom-sapi-tlb-1.6.0.jar 173 | scriptom-scripting-tlb-1.6.0.jar 174 | scriptom-wbem-tlb-1.6.0.jar 175 | scriptom-wsh-tlb-1.6.0.jar 176 | supplementary/Scriptom: 177 | examples... 178 | 179 | Additionally you find the directory scriptom in Supplementary. This directory contains 180 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 181 | install the respective runtime libraries. 182 | 183 | This version of scriptom needs Java 1.5. 184 | 185 | 186 | Spock 187 | ----- 188 | This is the current snapshot 189 | lib: 190 | spock-core-1.0-groovy-2.4.jar 191 | Supplementary/Spock: 192 | spock-example-0.6.zip (examples might not work with current version) 193 | 194 | 195 | Final Words 196 | =========== 197 | If you have any questions, feel free to ask me personally or on the mailing lists. 198 | 199 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.4/4/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.4.4 10 | Doc Version: 2.4.4 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-core-1.6.jar 59 | easyb-ast-1.1.jar 60 | 61 | 62 | Gaelyk 63 | ------ 64 | Supplementary/Gaelyk: 65 | gaelyk-template-project-2.1.2.zip 66 | 67 | 68 | Gant 1.9.11 69 | ----------- 70 | bin: 71 | gant 72 | gant.bat 73 | conf: 74 | gant-starter.conf 75 | lib: 76 | gant-1.9.11_groovy-2.3.0.jar 77 | Supplementary/Gant: 78 | README.md 79 | README_Install.txt 80 | 81 | 82 | GMock 83 | ----- 84 | lib: 85 | gmock-0.8.3.jar 86 | 87 | 88 | GPars 89 | ----- 90 | GPars is now part of the standard installation. The following libraries with optional 91 | functionality have been added to the distribution. 92 | 93 | lib: 94 | jcsp-1.1-rc5.jar 95 | multiverse-core-0.7.0.jar 96 | netty-all-4.0.27.Final.jar 97 | 98 | 99 | Griffon Builders 100 | ---------------- 101 | lib: 102 | batik-anim-1.7.jar 103 | batik-awt-util-1.7.jar 104 | batik-bridge-1.7.jar 105 | batik-codec-1.7.jar 106 | batik-css-1.7.jar 107 | batik-dom-1.7.jar 108 | batik-ext-1.7.jar 109 | batik-extension-1.7.jar 110 | batik-gui-util-1.7.jar 111 | batik-gvt-1.7.jar 112 | batik-parser-1.7.jar 113 | batik-script-1.7.jar 114 | batik-svg-dom-1.7.jar 115 | batik-svggen-1.7.jar 116 | batik-swing-1.7.jar 117 | batik-transcoder-1.7.jar 118 | batik-util-1.7.jar 119 | batik-xml-1.7.jar 120 | cssbuilder-1.0.jar 121 | cssparser-0.9.5.jar 122 | filters-2.0.235.jar 123 | flamingo-4.1.jar 124 | flamingobuilder-0.5.jar 125 | gfxbuilder-core-0.7.1.jar 126 | gfxbuilder-svg-0.7.1.jar 127 | gfxbuilder-swingx-0.7.1.jar 128 | jide-oss-3.4.7.jar 129 | jidebuilder-6.0.jar 130 | jsilhouette-geom-0.4.jar 131 | sac-1.3.jar 132 | svg-salamander-1.1.jar 133 | swing-worker-1.1.jar 134 | swingx-action-1.6.4.jar 135 | swingx-autocomplete-1.6.4.jar 136 | swingx-beaninfo-1.6.4.jar 137 | swingx-common-1.6.4.jar 138 | swingx-core-1.6.4.jar 139 | swingx-graphics-1.6.4.jar 140 | swingx-painters-1.6.4.jar 141 | swingx-plaf-1.6.4.jar 142 | swingxbuilder-0.3.jar 143 | timingframework-1.0.jar 144 | trident-7.0.jar 145 | tridentbuilder-0.6.jar 146 | xml-apis-ext-1.3.04.jar 147 | 148 | 149 | GroovyServ 1.0.0 150 | ---------------- 151 | bin: 152 | groovyclient.exe 153 | groovyserver.exe 154 | lib: 155 | groovyserv-1.0.0.jar 156 | jna-4.1.0.jar 157 | supplementary/GroovyServ: 158 | LICENSE.txt, README.txt, NOTICE.txt 159 | 160 | 161 | Scriptom-1.6.0 162 | -------------- 163 | bin: 164 | msvcr80.dll 165 | jacob-1.14.3-x64.dll 166 | jacob-1.14.3-x86.dll 167 | lib: 168 | jacob-1.14.3.jar 169 | scriptom-1.6.0.jar 170 | scriptom-ie-6-tlb-1.6.0.jar 171 | scriptom-office-2K3-tlb-1.6.0.jar 172 | scriptom-sapi-tlb-1.6.0.jar 173 | scriptom-scripting-tlb-1.6.0.jar 174 | scriptom-wbem-tlb-1.6.0.jar 175 | scriptom-wsh-tlb-1.6.0.jar 176 | supplementary/Scriptom: 177 | examples... 178 | 179 | Additionally you find the directory scriptom in Supplementary. This directory contains 180 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 181 | install the respective runtime libraries. 182 | 183 | This version of scriptom needs Java 1.5. 184 | 185 | 186 | Spock 187 | ----- 188 | This is the current snapshot 189 | lib: 190 | spock-core-1.0-groovy-2.4.jar 191 | Supplementary/Spock: 192 | spock-example-0.6.zip (examples might not work with current version) 193 | 194 | 195 | Final Words 196 | =========== 197 | If you have any questions, feel free to ask me personally or on the mailing lists. 198 | 199 | Joachim Baumann -------------------------------------------------------------------------------- /Data/2.4/5/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.4.5 10 | Doc Version: 2.4.5 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-core-1.6.jar 59 | easyb-ast-1.1.jar 60 | 61 | 62 | Gaelyk 63 | ------ 64 | Supplementary/Gaelyk: 65 | gaelyk-template-project-2.1.2.zip 66 | 67 | 68 | Gant 1.9.11 69 | ----------- 70 | bin: 71 | gant 72 | gant.bat 73 | conf: 74 | gant-starter.conf 75 | lib: 76 | gant-1.9.11_groovy-2.3.0.jar 77 | Supplementary/Gant: 78 | README.md 79 | README_Install.txt 80 | 81 | 82 | GMock 83 | ----- 84 | lib: 85 | gmock-0.8.3.jar 86 | 87 | 88 | GPars 89 | ----- 90 | GPars is now part of the standard installation. The following libraries with optional 91 | functionality have been added to the distribution. 92 | 93 | lib: 94 | jcsp-1.1-rc5.jar 95 | multiverse-core-0.7.0.jar 96 | netty-all-4.0.27.Final.jar 97 | 98 | 99 | Griffon Builders 100 | ---------------- 101 | lib: 102 | batik-anim-1.7.jar 103 | batik-awt-util-1.7.jar 104 | batik-bridge-1.7.jar 105 | batik-codec-1.7.jar 106 | batik-css-1.7.jar 107 | batik-dom-1.7.jar 108 | batik-ext-1.7.jar 109 | batik-extension-1.7.jar 110 | batik-gui-util-1.7.jar 111 | batik-gvt-1.7.jar 112 | batik-parser-1.7.jar 113 | batik-script-1.7.jar 114 | batik-svg-dom-1.7.jar 115 | batik-svggen-1.7.jar 116 | batik-swing-1.7.jar 117 | batik-transcoder-1.7.jar 118 | batik-util-1.7.jar 119 | batik-xml-1.7.jar 120 | cssbuilder-1.0.jar 121 | cssparser-0.9.5.jar 122 | filters-2.0.235.jar 123 | flamingo-4.1.jar 124 | flamingobuilder-0.5.jar 125 | gfxbuilder-core-0.7.1.jar 126 | gfxbuilder-svg-0.7.1.jar 127 | gfxbuilder-swingx-0.7.1.jar 128 | jide-oss-3.4.7.jar 129 | jidebuilder-6.0.jar 130 | jsilhouette-geom-0.4.jar 131 | sac-1.3.jar 132 | svg-salamander-1.1.jar 133 | swing-worker-1.1.jar 134 | swingx-action-1.6.4.jar 135 | swingx-autocomplete-1.6.4.jar 136 | swingx-beaninfo-1.6.4.jar 137 | swingx-common-1.6.4.jar 138 | swingx-core-1.6.4.jar 139 | swingx-graphics-1.6.4.jar 140 | swingx-painters-1.6.4.jar 141 | swingx-plaf-1.6.4.jar 142 | swingxbuilder-0.3.jar 143 | timingframework-1.0.jar 144 | trident-7.0.jar 145 | tridentbuilder-0.6.jar 146 | xml-apis-ext-1.3.04.jar 147 | 148 | 149 | GroovyServ 1.0.0 150 | ---------------- 151 | bin: 152 | groovyclient.exe 153 | groovyserver.exe 154 | lib: 155 | groovyserv-1.0.0.jar 156 | jna-4.1.0.jar 157 | supplementary/GroovyServ: 158 | LICENSE.txt, README.txt, NOTICE.txt 159 | 160 | 161 | Scriptom-1.6.0 162 | -------------- 163 | bin: 164 | msvcr80.dll 165 | jacob-1.14.3-x64.dll 166 | jacob-1.14.3-x86.dll 167 | lib: 168 | jacob-1.14.3.jar 169 | scriptom-1.6.0.jar 170 | scriptom-ie-6-tlb-1.6.0.jar 171 | scriptom-office-2K3-tlb-1.6.0.jar 172 | scriptom-sapi-tlb-1.6.0.jar 173 | scriptom-scripting-tlb-1.6.0.jar 174 | scriptom-wbem-tlb-1.6.0.jar 175 | scriptom-wsh-tlb-1.6.0.jar 176 | supplementary/Scriptom: 177 | examples... 178 | 179 | Additionally you find the directory scriptom in Supplementary. This directory contains 180 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 181 | install the respective runtime libraries. 182 | 183 | This version of scriptom needs Java 1.5. 184 | 185 | 186 | Spock 187 | ----- 188 | This is the current snapshot 189 | lib: 190 | spock-core-1.0-groovy-2.4.jar 191 | Supplementary/Spock: 192 | spock-example-0.6.zip (examples might not work with current version) 193 | 194 | 195 | Final Words 196 | =========== 197 | If you have any questions, feel free to ask me personally or on the mailing lists. 198 | 199 | Joachim Baumann 200 | -------------------------------------------------------------------------------- /Data/2.4/6/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.4.6 10 | Doc Version: 2.4.6 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-core-1.6.jar 59 | easyb-ast-1.1.jar 60 | 61 | 62 | Gaelyk 63 | ------ 64 | Supplementary/Gaelyk: 65 | gaelyk-template-project-2.1.2.zip 66 | 67 | 68 | Gant 1.9.11 69 | ----------- 70 | bin: 71 | gant 72 | gant.bat 73 | conf: 74 | gant-starter.conf 75 | lib: 76 | gant-1.9.11_groovy-2.3.0.jar 77 | Supplementary/Gant: 78 | README.md 79 | README_Install.txt 80 | 81 | 82 | GMock 83 | ----- 84 | lib: 85 | gmock-0.8.3.jar 86 | 87 | 88 | GPars 89 | ----- 90 | GPars is now part of the standard installation. The following libraries with optional 91 | functionality have been added to the distribution. 92 | 93 | lib: 94 | jcsp-1.1-rc5.jar 95 | multiverse-core-0.7.0.jar 96 | netty-all-4.0.27.Final.jar 97 | 98 | 99 | Griffon Builders 100 | ---------------- 101 | lib: 102 | batik-anim-1.7.jar 103 | batik-awt-util-1.7.jar 104 | batik-bridge-1.7.jar 105 | batik-codec-1.7.jar 106 | batik-css-1.7.jar 107 | batik-dom-1.7.jar 108 | batik-ext-1.7.jar 109 | batik-extension-1.7.jar 110 | batik-gui-util-1.7.jar 111 | batik-gvt-1.7.jar 112 | batik-parser-1.7.jar 113 | batik-script-1.7.jar 114 | batik-svg-dom-1.7.jar 115 | batik-svggen-1.7.jar 116 | batik-swing-1.7.jar 117 | batik-transcoder-1.7.jar 118 | batik-util-1.7.jar 119 | batik-xml-1.7.jar 120 | cssbuilder-1.0.jar 121 | cssparser-0.9.5.jar 122 | filters-2.0.235.jar 123 | flamingo-4.1.jar 124 | flamingobuilder-0.5.jar 125 | gfxbuilder-core-0.7.1.jar 126 | gfxbuilder-svg-0.7.1.jar 127 | gfxbuilder-swingx-0.7.1.jar 128 | jide-oss-3.4.7.jar 129 | jidebuilder-6.0.jar 130 | jsilhouette-geom-0.4.jar 131 | sac-1.3.jar 132 | svg-salamander-1.1.jar 133 | swing-worker-1.1.jar 134 | swingx-action-1.6.4.jar 135 | swingx-autocomplete-1.6.4.jar 136 | swingx-beaninfo-1.6.4.jar 137 | swingx-common-1.6.4.jar 138 | swingx-core-1.6.4.jar 139 | swingx-graphics-1.6.4.jar 140 | swingx-painters-1.6.4.jar 141 | swingx-plaf-1.6.4.jar 142 | swingxbuilder-0.3.jar 143 | timingframework-1.0.jar 144 | trident-7.0.jar 145 | tridentbuilder-0.6.jar 146 | xml-apis-ext-1.3.04.jar 147 | 148 | 149 | GroovyServ 1.0.0 150 | ---------------- 151 | bin: 152 | groovyclient.exe 153 | groovyserver.exe 154 | lib: 155 | groovyserv-1.0.0.jar 156 | jna-4.1.0.jar 157 | supplementary/GroovyServ: 158 | LICENSE.txt, README.txt, NOTICE.txt 159 | 160 | 161 | Grengine 1.0.5 162 | ---------------- 163 | lib: 164 | grengine-1.0.5.jar 165 | 166 | 167 | Scriptom-1.6.0 168 | -------------- 169 | bin: 170 | msvcr80.dll 171 | jacob-1.14.3-x64.dll 172 | jacob-1.14.3-x86.dll 173 | lib: 174 | jacob-1.14.3.jar 175 | scriptom-1.6.0.jar 176 | scriptom-ie-6-tlb-1.6.0.jar 177 | scriptom-office-2K3-tlb-1.6.0.jar 178 | scriptom-sapi-tlb-1.6.0.jar 179 | scriptom-scripting-tlb-1.6.0.jar 180 | scriptom-wbem-tlb-1.6.0.jar 181 | scriptom-wsh-tlb-1.6.0.jar 182 | supplementary/Scriptom: 183 | examples... 184 | 185 | Additionally you find the directory scriptom in Supplementary. This directory contains 186 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 187 | install the respective runtime libraries. 188 | 189 | This version of scriptom needs Java 1.5. 190 | 191 | 192 | Spock 193 | ----- 194 | This is the current snapshot 195 | lib: 196 | spock-core-1.0-groovy-2.4.jar 197 | Supplementary/Spock: 198 | spock-example-0.6.zip (examples might not work with current version) 199 | 200 | 201 | Final Words 202 | =========== 203 | If you have any questions, feel free to ask me personally or on the mailing lists. 204 | 205 | Keegan Witt 206 | -------------------------------------------------------------------------------- /Data/2.4/7/installed_versions.txt: -------------------------------------------------------------------------------- 1 | Installed Versions 2 | ================== 3 | This file contains the versions (or dates) of all the components installed by the 4 | Windows Installer. 5 | 6 | 7 | Groovy 8 | ------ 9 | Binary Version: 2.4.7 10 | Doc Version: 2.4.7 11 | 12 | 13 | Native Launcher (all in bin) 14 | ---------------------------- 15 | The native launcher is compiled with Cygwin support. In Supplemental you find a directory 16 | "NativeLauncherWithoutCygwinSupport" that contains versions of the native launcher 17 | compiled without the Cygwin support. If you have any problems with the native launcher 18 | please try these versions. Also in this directory you'll find the 32- and 64-bit versions 19 | of the launcher in case you need to exchange the installed versions. 20 | 21 | bin: 22 | gant.exe 23 | gantw.exe 24 | groovy.exe 25 | groovyc.exe 26 | groovyConsole.exe 27 | groovysh.exe 28 | groovyw.exe 29 | java2groovy.exe 30 | 31 | 32-/64-Bit Version of Java 32 | -------------------------- 33 | The installer tries to find out whether a 32-bit or a 64-bit version of Java is installed. 34 | If the installer cannot determine this a 32-bit installation is assumed. Depending on the 35 | Java version the 32- or 64-bit version of the native launcher is installed. If you change 36 | the Java installation later, simply copy the respective version of the native launcher to 37 | the bin directory. The mapping is as follows: 38 | 39 | groovy.exe - groovy.exe, groovyc.exe, groovysh.exe, java2groovy.exe 40 | groovyw.exe - groovyw.exe, groovyConsole.exe 41 | gant.exe - gant.exe 42 | gantw.exe - gantw.exe 43 | 44 | In rare cases the necessary Microsoft C runtime libraries are not installed on the target 45 | computer. As a result the executables won't run. In this case please install the 46 | libraries after downloading from the correct of following Links: 47 | 48 | http://go.microsoft.com/fwlink/?LinkId=120133 "Microsoft Visual C++ 2008 Redistributable Package" 49 | http://go.microsoft.com/fwlink/?LinkId=120135 "Microsoft Visual C++ 2008 Redistributable Package (x64)" 50 | 51 | 52 | Modules 53 | ======= 54 | 55 | easyb 56 | ----- 57 | lib: 58 | easyb-core-1.6.jar 59 | easyb-ast-1.1.jar 60 | 61 | 62 | Gaelyk 63 | ------ 64 | Supplementary/Gaelyk: 65 | gaelyk-template-project-2.1.2.zip 66 | 67 | 68 | Gant 1.9.11 69 | ----------- 70 | bin: 71 | gant 72 | gant.bat 73 | conf: 74 | gant-starter.conf 75 | lib: 76 | gant-1.9.11_groovy-2.3.0.jar 77 | Supplementary/Gant: 78 | README.md 79 | README_Install.txt 80 | 81 | 82 | GMock 83 | ----- 84 | lib: 85 | gmock-0.8.3.jar 86 | 87 | 88 | GPars 89 | ----- 90 | GPars is now part of the standard installation. The following libraries with optional 91 | functionality have been added to the distribution. 92 | 93 | lib: 94 | jcsp-1.1-rc5.jar 95 | multiverse-core-0.7.0.jar 96 | netty-all-4.0.27.Final.jar 97 | 98 | 99 | Griffon Builders 100 | ---------------- 101 | lib: 102 | batik-anim-1.7.jar 103 | batik-awt-util-1.7.jar 104 | batik-bridge-1.7.jar 105 | batik-codec-1.7.jar 106 | batik-css-1.7.jar 107 | batik-dom-1.7.jar 108 | batik-ext-1.7.jar 109 | batik-extension-1.7.jar 110 | batik-gui-util-1.7.jar 111 | batik-gvt-1.7.jar 112 | batik-parser-1.7.jar 113 | batik-script-1.7.jar 114 | batik-svg-dom-1.7.jar 115 | batik-svggen-1.7.jar 116 | batik-swing-1.7.jar 117 | batik-transcoder-1.7.jar 118 | batik-util-1.7.jar 119 | batik-xml-1.7.jar 120 | cssbuilder-1.0.jar 121 | cssparser-0.9.5.jar 122 | filters-2.0.235.jar 123 | flamingo-4.1.jar 124 | flamingobuilder-0.5.jar 125 | gfxbuilder-core-0.7.1.jar 126 | gfxbuilder-svg-0.7.1.jar 127 | gfxbuilder-swingx-0.7.1.jar 128 | jide-oss-3.4.7.jar 129 | jidebuilder-6.0.jar 130 | jsilhouette-geom-0.4.jar 131 | sac-1.3.jar 132 | svg-salamander-1.1.jar 133 | swing-worker-1.1.jar 134 | swingx-action-1.6.4.jar 135 | swingx-autocomplete-1.6.4.jar 136 | swingx-beaninfo-1.6.4.jar 137 | swingx-common-1.6.4.jar 138 | swingx-core-1.6.4.jar 139 | swingx-graphics-1.6.4.jar 140 | swingx-painters-1.6.4.jar 141 | swingx-plaf-1.6.4.jar 142 | swingxbuilder-0.3.jar 143 | timingframework-1.0.jar 144 | trident-7.0.jar 145 | tridentbuilder-0.6.jar 146 | xml-apis-ext-1.3.04.jar 147 | 148 | 149 | GroovyServ 1.0.0 150 | ---------------- 151 | bin: 152 | groovyclient.exe 153 | groovyserver.exe 154 | lib: 155 | groovyserv-1.0.0.jar 156 | jna-4.1.0.jar 157 | supplementary/GroovyServ: 158 | LICENSE.txt, README.txt, NOTICE.txt 159 | 160 | 161 | Grengine 1.1.0 162 | ---------------- 163 | lib: 164 | grengine-1.1.0.jar 165 | 166 | 167 | Scriptom-1.6.0 168 | -------------- 169 | bin: 170 | msvcr80.dll 171 | jacob-1.14.3-x64.dll 172 | jacob-1.14.3-x86.dll 173 | lib: 174 | jacob-1.14.3.jar 175 | scriptom-1.6.0.jar 176 | scriptom-ie-6-tlb-1.6.0.jar 177 | scriptom-office-2K3-tlb-1.6.0.jar 178 | scriptom-sapi-tlb-1.6.0.jar 179 | scriptom-scripting-tlb-1.6.0.jar 180 | scriptom-wbem-tlb-1.6.0.jar 181 | scriptom-wsh-tlb-1.6.0.jar 182 | supplementary/Scriptom: 183 | examples... 184 | 185 | Additionally you find the directory scriptom in Supplementary. This directory contains 186 | the examples. If you are using a 64-bit version of Windows and Java, you might need to 187 | install the respective runtime libraries. 188 | 189 | This version of scriptom needs Java 1.5. 190 | 191 | 192 | Spock 193 | ----- 194 | This is the current snapshot 195 | lib: 196 | spock-core-1.0-groovy-2.4.jar 197 | Supplementary/Spock: 198 | spock-example-0.6.zip (examples might not work with current version) 199 | 200 | 201 | Final Words 202 | =========== 203 | If you have any questions, feel free to ask me personally or on the mailing lists. 204 | 205 | Keegan Witt 206 | -------------------------------------------------------------------------------- /Java/GetArchDataModel.java: -------------------------------------------------------------------------------- 1 | package de.xinaris; 2 | 3 | /** 4 | * This class simply prints out the system property sun.arch.data.model, 5 | * allowing to distinguish between a 32-bit and a 64-bit installation 6 | * 7 | * @author jbaumann 8 | * 9 | */ 10 | public class GetArchDataModel 11 | { 12 | public static void main(String[] args) 13 | { 14 | String dataModel = System.getProperty("sun.arch.data.model"); 15 | System.out.print("Found a " + dataModel + " bit java installation."); 16 | int bits = Integer.parseInt(dataModel); 17 | System.exit(bits); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Java/GetArchModel.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Java/GetArchModel.jar -------------------------------------------------------------------------------- /JavaTest.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/JavaTest.nsi -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Groovy Windows Installer 2 | Binaries are available on [JFrog](https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/). 3 | For more information, see the [guide](https://github.com/groovy/groovy-windows-installer/wiki/Usage-Guide). 4 | -------------------------------------------------------------------------------- /ReadmeFirst.txt: -------------------------------------------------------------------------------- 1 | NSIS Groovy 2 | ----------- 3 | 4 | This directory contains the NSIS installer for Groovy as a project for Eclipse. 5 | 6 | To use it, simply check it out into an Eclipse workspace. Additionally you might 7 | want to install the NSISEclipse-Plugin, it helps when developing NSIS stuff. 8 | 9 | If you have worked with NSIS-scripts already there should be no big problem understanding 10 | what is done. The only important thing is to download an NSIS-version that works with 11 | long strings (8192 characters). Otherwise you get into trouble adding to the potentially 12 | very long path variables of some users. 13 | 14 | The main script is the file setup.nsi, where you can find the installer program. 15 | Two additional pages are defined, Variables and FileAssociation, 16 | and for each you can find the respective .ini file containing the screen placement. 17 | Simply open them in the design editor provided by the Eclipse-Plugin, and you can 18 | see what they look like. 19 | 20 | Two bmp-images contain the Groovy logo in different resolutions, one for the welcome 21 | page and one as header image for the other pages. The name is the game ... 22 | 23 | Finally you have the launch scripts. These actually start the compiler with different 24 | settings for the groovy version, the groovy location (on your hard disk) and the 25 | location of the native launcher. The groovy version influences the final name of the 26 | installer. 27 | 28 | The launch scripts are setting a lot of variables that you should adapt to your needs. 29 | They are explained at the head of the setup.nsi file. 30 | 31 | Most probably you only have to set these variables and you are happy to go. 32 | 33 | Here is a checklist what to do for a full build 34 | --------------------------------------------------------------------------------------- 35 | Setup NSIS 36 | - Download nsis-3.04-setup.exe (http://nsis.sourceforge.net/Download) 37 | - Download nsis-3.04-strlen_8192.zip (http://nsis.sourceforge.net/Special_Builds#Large_strings) 38 | - Patch NSIS installation to use long strings 39 | 40 | Setup Installer Infrastructure 41 | - Download NSIS Files from Rep. 42 | - Setup Eclipse to launch build 43 | 44 | Setup Directory for Groovy Files 45 | - Download 46 | - Groovy 47 | - Groovy Docs 48 | - Scriptom (place examples into supplementary\Scriptom directory) 49 | - Download msvcr80.dll if you don't have it on your system 50 | - Add msvcr80.dll to Scriptom's bin directory 51 | - Griffon Builders (download using wget command in griffonbuilders.txt) 52 | - Gaelyk (place zip file in Gaelyk subdir) 53 | - GPars (with third-party jars) 54 | - Gant 55 | - Download supplementary jars (maven-ant-tasks-2.0.10.jar) 56 | - Remove file startGroovy.bat from bin directory 57 | - Correct the jar file name in the lib directory if necessary 58 | - Spock (place examples into supplementary\Spock directory) 59 | - EasyB 60 | - GMock 61 | - GroovyServ 62 | - Grengine 63 | - Native Launcher and compile it with Cygwin support 64 | (place exe without Cygwin support into subdirectory NativeLauncherNoCygwinSupport) 65 | 66 | Setup Launch Script 67 | - copy from existing in repository 68 | - adapt to paths in your setup directory 69 | 70 | Start installer creation 71 | 72 | Test local installation 73 | - Install fully on local machine 74 | - groovy -v 75 | - gant -V 76 | - add syntactic error to gant-starter.conf 77 | - groovy -v must work, gant -V must not 78 | - remove error, do same for groovy-starter.conf 79 | - Check Menu for correct entries 80 | - Start GroovyConsole 81 | - Execute TestInstallation.groovy from cmd.exe 82 | - using "groovy TestInstallation.groovy" 83 | - using "TestInstallation.groovy" 84 | - Execute "groovy TestInstallation.groovy" from Cygwin bash 85 | - Execute tridentbuilder.groovy in GroovyConsole 86 | - Uninstall, verify that menu has been deleted fully and that the installation directory is removed 87 | --------------------------------------------------------------------------------------- 88 | -------------------------------------------------------------------------------- /Tests/actortest.groovy: -------------------------------------------------------------------------------- 1 | import static groovyx.gpars.actor.Actors.actor 2 | 3 | /** * A demo showing two cooperating actors. The decryptor decrypts received messages and replies them back. * The console actor sends a message to decrypt, prints out the reply and terminates both actors. * The main thread waits on both actors to finish using the join() method to prevent premature exit, * since both actors use the default actor group, which uses a daemon thread pool. * @author Dierk Koenig, Vaclav Pech */ 4 | 5 | def decryptor = actor { 6 | loop { 7 | react {message -> 8 | if (message instanceof String) reply message.reverse() 9 | else stop() 10 | } 11 | } 12 | } 13 | 14 | def console = actor { 15 | decryptor.send 'lellarap si yvoorG' 16 | react { 17 | println 'Decrypted message: ' + it 18 | decryptor.send false 19 | } 20 | } 21 | 22 | [decryptor, console]*.join() 23 | 24 | -------------------------------------------------------------------------------- /Tests/easybTest.story: -------------------------------------------------------------------------------- 1 | scenario "Hello Groovy", { 2 | given "A prefix string 'Hello '", { 3 | prefix = "Hello " 4 | } 5 | 6 | and "A name is chosen, such as 'Groovy'", { 7 | name = "Groovy" 8 | } 9 | 10 | when "Both the prefix and name are concatenated into a greeting", { 11 | greeting = prefix + name 12 | } 13 | 14 | then "The greeting should be equal to 'Hello Groovy'", { 15 | greeting.shouldBe "Hello Groovy" 16 | } 17 | } 18 | 19 | -------------------------------------------------------------------------------- /Tests/gmocktest.groovy: -------------------------------------------------------------------------------- 1 | import org.gmock.GMockTestCase 2 | class GMockTest extends GMockTestCase { 3 | void testMock() { 4 | def mockLoader = mock() 5 | mockLoader.load('key').returns('value') 6 | mockLoader.put(1, 2).raises(IllegalArgumentException) 7 | play { 8 | assert "value" == mockLoader.load('key') 9 | shouldFail(IllegalArgumentException) { 10 | mockLoader.put(1, 2) 11 | } 12 | } 13 | } 14 | void testMockConstructor() { 15 | def mockLoader = mock(Loader, constructor(1, 2)) 16 | mockLoader.put(3, 4) 17 | play { 18 | def loader = new Loader(1, 2) 19 | loader.put(3, 4) 20 | } 21 | } 22 | void testMockStaticMethods() { 23 | mock(Loader).static.initialise().returns(true) 24 | play { 25 | assert Loader.initialise() 26 | } 27 | } 28 | void testStrictOrdering() { 29 | def m = mock() 30 | ordered { 31 | m.a() 32 | m.b() 33 | } 34 | play { 35 | m.a() 36 | m.b() 37 | } 38 | } 39 | } 40 | 41 | class Loader {} 42 | 43 | org.junit.runner.JUnitCore.runClasses GMockTest 44 | -------------------------------------------------------------------------------- /Tests/spocktest.groovy: -------------------------------------------------------------------------------- 1 | class HelloSpock extends spock.lang.Specification { 2 | def "can you figure out what I'm up to?"() { 3 | expect: 4 | name.size() == size 5 | 6 | where: 7 | name << ["Kirk", "Spock", "Scotty"] 8 | size << [4, 5, 6] 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Tests/tridentbuilder.groovy: -------------------------------------------------------------------------------- 1 | import groovy.swing.SwingBuilder 2 | import griffon.builder.trident.* 3 | import griffon.builder.gfx.* 4 | import griffon.builder.gfx.swing.* 5 | import groovy.beans.Bindable 6 | import org.pushingpixels.trident.Timeline.TimelineState 7 | 8 | @Bindable 9 | class Model { 10 | float s = 0.5f 11 | float ra = 0.0f 12 | } 13 | def model = new Model() 14 | 15 | def trident = new TridentBuilder() 16 | def anim = trident.timeline(model, duration: 3000, loop: 'reverse') { 17 | interpolatedProperty(property: "s", from: 0.5f, to: 2.0f) 18 | interpolatedProperty(property: "ra", from: 0f, to: 359f) 19 | } 20 | 21 | def cx = 200 22 | def cy = 200 23 | def radius = 50 24 | 25 | def gfx = new GfxBuilder() 26 | def node = gfx.group(bc: 'none') { 27 | antialias true 28 | background(color: color("black")) 29 | group(id: "g1", sx: bind{model.s}, sy: bind{model.s}, ra: bind{model.ra}, 30 | mouseClicked: {anim.state == TimelineState.SUSPENDED? anim.resume() : anim.suspend()}) { 31 | rect(x: cx-radius, y: cy-radius, w: radius*2, h: radius*2, f: color('blue')) 32 | circle(cx: cx-radius, cy: cy-radius, r: radius/2, f: color('red')) 33 | circle(cx: cx-radius, cy: cy+radius, r: radius/2, f: color('green')) 34 | circle(cx: cx+radius, cy: cy-radius, r: radius/2, f: color('yellow')) 35 | circle(cx: cx+radius, cy: cy+radius, r: radius/2, f: color('violet')) 36 | } 37 | rawNode { g, component, bounds -> 38 | g.color = color('cyan') 39 | g.draw(g1.shape) 40 | g.color = color('yellow') 41 | g.draw(g1.shape.bounds) 42 | g.color = color('white') 43 | g.draw(g1.runtime.boundingShape) 44 | g.color = color('red') 45 | g.draw(g1.runtime.boundingShape.bounds) 46 | } 47 | } 48 | 49 | def swing = new SwingBuilder() 50 | swing.edt { 51 | frame(title: "GFX + Trident 2", size: [410,430], visible: true) { 52 | widget(new GfxCanvas(), id: "canvas", node: node) 53 | } 54 | } 55 | trident.swingRepaintTimeline(swing.canvas, loop: true) -------------------------------------------------------------------------------- /Wiki/1-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/1-language.png -------------------------------------------------------------------------------- /Wiki/10-file-associations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/10-file-associations.png -------------------------------------------------------------------------------- /Wiki/11-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/11-complete.png -------------------------------------------------------------------------------- /Wiki/2-welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/2-welcome.png -------------------------------------------------------------------------------- /Wiki/3-license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/3-license.png -------------------------------------------------------------------------------- /Wiki/4-components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/4-components.png -------------------------------------------------------------------------------- /Wiki/5-install-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/5-install-location.png -------------------------------------------------------------------------------- /Wiki/6-start-menu-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/6-start-menu-folder.png -------------------------------------------------------------------------------- /Wiki/7-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/7-architecture.png -------------------------------------------------------------------------------- /Wiki/8-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/8-complete.png -------------------------------------------------------------------------------- /Wiki/9-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/9-environment.png -------------------------------------------------------------------------------- /Wiki/uninstall-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/uninstall-complete.png -------------------------------------------------------------------------------- /Wiki/uninstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/Wiki/uninstall.png -------------------------------------------------------------------------------- /fileassociation.ini: -------------------------------------------------------------------------------- 1 | ; Auto-generated by EclipseNSIS InstallOptions Script Wizard 2 | ; 26.07.2007 13:42:05 3 | [Settings] 4 | NumFields=4 5 | Title=File Associations 6 | 7 | [Field 1] 8 | Type=Label 9 | Left=50 10 | Top=1 11 | Right=249 12 | Bottom=70 13 | Text=File Association allows us to define a program (in our case groovy) to execute upon double click on a file. This means that you can execute your groovy programs directly from the explorer.\r\n\r\nAn added benefit is that the groovy icon is associated with groovy files. 14 | 15 | [Field 2] 16 | Type=CheckBox 17 | Left=50 18 | Top=74 19 | Right=249 20 | Bottom=84 21 | Text=Add File Association 22 | State=1 23 | 24 | [Field 3] 25 | Type=Label 26 | Left=50 27 | Top=90 28 | Right=249 29 | Bottom=130 30 | Text=PATHEXT is an environment variable telling cmd.exe which files are executable. If Groovy-Files are already referenced, this checkbox is unchecked. If you know better, please set the checkbox to checked. 31 | 32 | [Field 4] 33 | Type=CheckBox 34 | Left=50 35 | Top=130 36 | Right=249 37 | Bottom=140 38 | Text=Add to PATHEXT 39 | State=1 40 | -------------------------------------------------------------------------------- /griffonbuilders.txt: -------------------------------------------------------------------------------- 1 | This is a list of URLs for use with wget 2 | 3 | http://repo1.maven.org/maven2/org/codehaus/griffon/abeilleformbuilder/3.0/abeilleformbuilder-3.0.jar 4 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-anim/1.8/batik-anim-1.8.jar 5 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar 6 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar 7 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-codec/1.7/batik-codec-1.7.jar 8 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar 9 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar 10 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar 11 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-extension/1.7/batik-extension-1.7.jar 12 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar 13 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar 14 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar 15 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar 16 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar 17 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.jar 18 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar 19 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.jar 20 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar 21 | http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar 22 | http://repo1.maven.org/maven2/org/codehaus/griffon/cssbuilder/1.0.0/cssbuilder-1.0.0.jar 23 | http://repo1.maven.org/maven2/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar 24 | http://repo1.maven.org/maven2/com/jhlabs/filters/2.0.235/filters-2.0.235.jar 25 | # TODO: org.pushingpixels:flamingo:4.1 26 | http://repo1.maven.org/maven2/org/codehaus/griffon/flamingobuilder/0.5/flamingobuilder-0.5.jar 27 | http://repo1.maven.org/maven2/com/jgoodies/forms/1.2.1/forms-1.2.1.jar 28 | # TODO: com.jetta:formsrt:2.1.0M1 29 | http://repo1.maven.org/maven2/org/codehaus/griffon/gfxbuilder-core/0.8/gfxbuilder-core-0.8.jar 30 | http://repo1.maven.org/maven2/org/codehaus/griffon/gfxbuilder-svg/0.8/gfxbuilder-svg-0.8.jar 31 | http://repo1.maven.org/maven2/org/codehaus/griffon/gfxbuilder-swingx/0.8/gfxbuilder-swingx-0.8.jar 32 | http://repo1.maven.org/maven2/org/codehaus/griffon/jidebuilder/6.0/jidebuilder-6.0.jar 33 | http://repo1.maven.org/maven2/com/jidesoft/jide-oss/3.4.7/jide-oss-3.4.7.jar 34 | http://repo1.maven.org/maven2/org/codehaus/griffon/jsilhouette-geom/0.4/jsilhouette-geom-0.4.jar 35 | http://repo1.maven.org/maven2/com/explodingpixels/mac_widgets/0.9.5/mac_widgets-0.9.5.jar 36 | http://repo1.maven.org/maven2/org/codehaus/griffon/macwidgetsbuilder/0.5/macwidgetsbuilder-0.5.jar 37 | http://repo1.maven.org/maven2/org/w3c/css/sac/1.3/sac-1.3.jar 38 | http://143.54.83.93/maven/com/kitfox/svg/svg-salamander/1.1/svg-salamander-1.1.jar # TODO: trustworthy? 39 | http://repo1.maven.org/maven2/org/jdesktop/swing-worker/1.1/swing-worker-1.1.jar 40 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-action/1.6.4/swingx-action-1.6.4.jar 41 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-autocomplete/1.6.4/swingx-autocomplete-1.6.4.jar 42 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-beaninfo/1.6.4/swingx-beaninfo-1.6.4.jar 43 | http://repo1.maven.org/maven2/org/codehaus/griffon/swingxbuilder/0.3/swingxbuilder-0.3.jar 44 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-common/1.6.4/swingx-common-1.6.4.jar 45 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-core/1.6.4/swingx-core-1.6.4.jar 46 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-graphics/1.6.4/swingx-graphics-1.6.4.jar 47 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-painters/1.6.4/swingx-painters-1.6.4.jar 48 | http://repo1.maven.org/maven2/org/swinglabs/swingx/swingx-plaf/1.6.4/swingx-plaf-1.6.4.jar 49 | http://repo1.maven.org/maven2/net/java/dev/timingframework/timingframework/1.0/timingframework-1.0.jar 50 | http://repo1.maven.org/maven2/com/github/insubstantial/trident/7.0/trident-7.0.jar 51 | http://repo1.maven.org/maven2/org/codehaus/griffon/tridentbuilder/0.6/tridentbuilder-0.6.jar 52 | http://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar 53 | -------------------------------------------------------------------------------- /header.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/header.bmp -------------------------------------------------------------------------------- /uninstall-groovy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/uninstall-groovy.ico -------------------------------------------------------------------------------- /variables.ini: -------------------------------------------------------------------------------- 1 | ; Auto-generated by EclipseNSIS InstallOptions Script Wizard 2 | ; 22.07.2007 14:47:09 3 | [Settings] 4 | NumFields=9 5 | Title=Environment Variables 6 | 7 | [Field 1] 8 | Type=CheckBox 9 | Left=29 10 | Top=76 11 | Right=128 12 | Bottom=90 13 | Text=Create GROOVY_HOME 14 | State=1 15 | 16 | [Field 2] 17 | Type=CheckBox 18 | Left=29 19 | Top=98 20 | Right=128 21 | Bottom=114 22 | Text=Add to Path 23 | State=1 24 | 25 | [Field 3] 26 | Type=Text 27 | Left=131 28 | Top=76 29 | Right=253 30 | Bottom=89 31 | State= 32 | 33 | [Field 4] 34 | Type=Text 35 | Left=131 36 | Top=100 37 | Right=253 38 | Bottom=113 39 | State=%GROOVY_HOME%\bin 40 | 41 | [Field 5] 42 | Type=Label 43 | Left=29 44 | Top=0 45 | Right=250 46 | Bottom=49 47 | Text=If a reference to groovy is detected in the path, the checkbox for adding GROOVY_HOME to the path is unchecked. If you know better, please set the checkbox to checked.\r\n\r\nNB: The uninstaller won't restore old values (yet). 48 | 49 | [Field 7] 50 | Type=CheckBox 51 | Left=29 52 | Top=118 53 | Right=128 54 | Bottom=134 55 | Text=Add to System Env. 56 | State=1 57 | 58 | [Field 8] 59 | Type=Label 60 | Left=131 61 | Top=68 62 | Right=253 63 | Bottom=77 64 | Text=Path to Groovy Home 65 | 66 | [Field 9] 67 | Type=Label 68 | Left=131 69 | Top=92 70 | Right=253 71 | Bottom=101 72 | Text=Path Extension\r\n 73 | 74 | [Field 6] 75 | Type=Label 76 | Left=131 77 | Top=118 78 | Right=255 79 | Bottom=138 80 | Text=User Environment or\r\nSystem Environment 81 | -------------------------------------------------------------------------------- /welcome.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/groovy/groovy-windows-installer/d711da378718fa1344111f7b1f03af8f3b851331/welcome.bmp --------------------------------------------------------------------------------