Architect Ide The aim of project is to give a tool that support architect in architecture vision preparation. This tool should help to check if all risks, concerns and constraints are addressed to specific epics. This tool should support bidirectional sync with JIRA or other task tracking tool. This tool should be highly extensible, so architect may add own rules for validation or outcoming document generation.
What is done and what shall be done
- [DONE] Implement ANTLR parser to parse WBS into model
- Implement syntax highlite and something like code completition
- Implement validation of document, to highlite open issues and risks e.t.c.
- Implement export to word/pdf e.t.c. Define plugin API for this.
- Implement synchronization strategy with jira e.t.c.
Apache 2.0 license
-
Shall I go with maven build tool or gradle build tool? (Maven)
-
What license shall I use? (Apache 2.0)
IMHO maven plugin requires less efforts to integrate.
Also I hope that maven support in eclipse would be better.
It's described here: http://www.vogella.com/tutorials/EclipseTycho/article.html
And referenced here: https://stackoverflow.com/questions/6830399/how-to-build-an-eclipse-plugin-with-maven
Current version is: 1.2.0
Last update: 29 May 2018
Implemented by: SAP AG
Licence: EPL v 1.0
Is referenced here: https://stackoverflow.com/questions/18952641/building-eclipse-plugins-with-gradle
Current version: 0.0.14
Last update: 03 June 2015
It's described here: https://github.com/stempler/bnd-platform
Latest version: 1.7.0
Last update: 31 October 2018
Licence: Apache 2.0
After investigation and reading descussion at: https://habr.com/post/243091/