Vapor DSL and Code Generators + UI Libraries for Eclipse Plugins
These projects have two different natures:
-
Eclipse Plugins, to use DSL editor, code highliter and syntax validator inside the Eclipse Eco-System (made with Version: Oxygen.3 Release 4.7.3, Build id: 20180308-1800);
-
Simple Java Maven projects, so to build
co.watly.vapor.dsland use it as a library just use the command
mvn clean install
on your command console JUST the first time, for other times use
mvn -o clean install, because of extremely long compilation time.