-
Notifications
You must be signed in to change notification settings - Fork 6
How to Build
Wolfgang Imig edited this page May 7, 2017
·
2 revisions
- JDK 8
- Eclipse Neon 3
- GIT
- Gradle Buildship Eclipe Plugin
- http://wixtoolset.org/ for creating MSI setup
- Clone GIT repository into a local directory.
- Switch to branch "R_redmine": git checkout R_redmine.
- Start Eclipse, create a new workspace
- Import by Gradle: itol-redmine
Name: IssueApplication Unregister
Project: itol-redmine
Main class: com.wilutions.redmineaddin.IssueApplication
Program arguments: /UnregisterServer user
Name: IssueApplication Register
Project: itol-redmine
Main class: com.wilutions.redmineaddin.IssueApplication
Program arguments: /RegisterServer user
Name: IssueApplication
Project: itol-redmine
Main class: com.wilutions.redmineaddin.IssueApplication
To register ITOL with Windows and Outlook, execute configuration "IssueAppliation Register".
- Start ITOL with configuration "IssueApplication".
- Start Outlook - a triangle icon should be displayed in the "Start" toolbar.
- Click the triangle icon and enter connection properties.
- ITOL task pane should be shown.
Hint: if you start Outlook before ITOL, it is started as command line application from com.wilutions.redmineaddin.IssueApplication.bat. Furthermore, this BAT file is started automatically when Windows starts.
To unregister ITOL, execute configuration "IssueApplication Unregister".
- Execute with ANT: itol-redmine/deploy/deploy.xml.
- More information can be found here: https://github.com/wolfgangimig/joa/wiki/How-To:-Create-a-Windows-Installer-MSI-File