GoplanTemplater is a small utility that allows you to duplicate an existing Goplan project into a new one. It is intended as a solution to project templating.
In order to use it you must create a new project with the same features as the project you're duplicating. Then all you need to do is start
GoplanTemplater (by using the start script), fill in your credentials and projects, click "Duplicate!" and wait a few minutes.
Requirements
- Java Runtime Environment 1.5+
Using behind a HTTP Proxy
If you're behind a HTTP proxy you must pass additional parameters to the application.
This can be done by editing the "start" script.
Example:
java -Dhttp.proxyHost=example.proxy.com -Dhttp.proxyPort=8080 -Djava.library.path=. -jar goplan-templater-linux.jar
Documentation for these parameters
here.
Download