This is the java language plugin for gauge.
It contains a launcher component (gauge-java.go) written in golang which is used to start the plugin from gauge.
gauge --install java
- Installing specific version
gauge --install java --plugin-version 0.0.7
- Download the plugin from Releases
gauge --install java --file gauge-java-0.0.7-windows.x86_64.zip
###Requirements
go run make.go
For cross platform compilation (launcher)
go run make.go --all-platforms
###Installing
After compilation
go run make.go --install
Installing to a CUSTOM_LOCATION
go run make.go --install --plugin-prefix CUSTOM_LOCATION
###Creating distributable
Note: Run after compiling
go run make.go --distro
For distributable across platforms os, windows and linux for bith x86 and x86_64
go run make.go --distro --all-platforms
New distribution details need to be updated in the java-install.json file in gauge plugin repository for a new verison update.
This program is dual-licensed under:
- the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version; or
- the Eclipse Public License v1.0. You can redistribute it and/or modify it under the terms of either license.
Copyright 2015 ThoughtWorks, Inc.
This project is supported by YourKit Java Profiler. YourKit supports open source projects with its full-featured Java Profiler, which is used by Gauge Team.