{"id":18283621,"url":"https://github.com/groovy/groovy-wix","last_synced_at":"2026-03-07T14:31:48.250Z","repository":{"id":76617763,"uuid":"170014289","full_name":"groovy/groovy-wix","owner":"groovy","description":"A WiX based installer for Groovy","archived":false,"fork":false,"pushed_at":"2025-11-18T19:35:27.000Z","size":438,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-13T09:24:22.035Z","etag":null,"topics":["groovy","wix"],"latest_commit_sha":null,"homepage":"","language":"Rich Text Format","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/groovy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-10T18:59:00.000Z","updated_at":"2025-11-18T19:35:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"81a4951e-720d-4284-8b38-0a32236ef9b8","html_url":"https://github.com/groovy/groovy-wix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/groovy/groovy-wix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groovy%2Fgroovy-wix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groovy%2Fgroovy-wix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groovy%2Fgroovy-wix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groovy%2Fgroovy-wix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groovy","download_url":"https://codeload.github.com/groovy/groovy-wix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groovy%2Fgroovy-wix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30217444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["groovy","wix"],"created_at":"2024-11-05T13:10:09.408Z","updated_at":"2026-03-07T14:31:48.215Z","avatar_url":"https://github.com/groovy.png","language":"Rich Text Format","funding_links":[],"categories":[],"sub_categories":[],"readme":"# groovy-wix\nA [WiX](https://wixtoolset.org/) based installer for Groovy.\nBinaries are available on [JFrog](https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/).\n\n## Prerequisites\n### Required\n* [WiX Toolset](https://github.com/wixtoolset/wix/releases)\n\n### Optional\n* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)\n  * [HeatWave extension](https://marketplace.visualstudio.com/items?itemName=FireGiant.FireGiantHeatWaveDev17)\n\nOr\n* [Jetbrains Rider](https://www.jetbrains.com/rider/)\n\n## Steps for a new release\n1. Create the directories _apache-groovy-binary_ and _apache-groovy-docs_ in the project root\n1. Unzip the Groovy binary zip into _apache-groovy-binary_, without the root directory in zip\n   ```bash\n   unzip apache-groovy-binary-*.zip\n   mv groovy-*/* apache-groovy-binary/\n   ```\n1. Unzip the Groovy docs zip into _apache-groovy-docs_, without the root directory in zip\n   ```bash\n   unzip apache-groovy-docs-*.zip\n   mv groovy-*/* apache-groovy-docs/\n   ```\n1. Replace `x.y.z` with the Groovy version in _groovy-wix.wixproj_\n(this can be edited in Visual Studio by editing the _Output name_ on the _Installer_ tab,\nand the _Define preprocessor variables_ on the _Build tab in the properties of the groovy-wix WIX project).\nThe result will be something like\n   ```diff\n   diff --git a/groovy-wix/groovy-wix.wixproj b/groovy-wix/groovy-wix.wixproj\n   index 070304a..8c602d0 100644\n   --- a/groovy-wix/groovy-wix.wixproj\n   +++ b/groovy-wix/groovy-wix.wixproj\n   @@ -3,8 +3,8 @@\n   \u003cEnableDefaultCompileItems\u003efalse\u003c/EnableDefaultCompileItems\u003e\n   \u003c/PropertyGroup\u003e\n   \u003cPropertyGroup\u003e\n   -    \u003cOutputName\u003egroovy-x.y.z\u003c/OutputName\u003e\n   -    \u003cDefineConstants\u003egroovyVersion=x.y.z;binariesSourceFolder=$(SolutionDir)apache-groovy-binary;docsSourceFolder=$(SolutionDir)apache-groovy-docs\u003c/DefineConstants\u003e\n   +    \u003cOutputName\u003egroovy-5.0.0\u003c/OutputName\u003e\n   +    \u003cDefineConstants\u003egroovyVersion=5.0.0;binariesSourceFolder=$(SolutionDir)apache-groovy-binary;docsSourceFolder=$(SolutionDir)apache-groovy-docs\u003c/DefineConstants\u003e   \n        \u003cWixVariables\u003e\n        \u003c/WixVariables\u003e\n        \u003c/PropertyGroup\u003e\n   ```\n1. Build the solution\n1. Reset the project by cleaning the solution and running the commands below\n   ```bash\n   rm -r apache-groovy-binary/* apache-groovy-docs/*\n   git checkout groovy-wix/groovy-wix.wixproj groovy-wix/GroovyBinaries.wsx groovy-wix/GroovyDocs.wsx\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroovy%2Fgroovy-wix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroovy%2Fgroovy-wix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroovy%2Fgroovy-wix/lists"}