https://github.com/isaccanedo/violetumleditor
:orange: Software source code repository
https://github.com/isaccanedo/violetumleditor
Last synced: 2 months ago
JSON representation
:orange: Software source code repository
- Host: GitHub
- URL: https://github.com/isaccanedo/violetumleditor
- Owner: isaccanedo
- Created: 2022-01-27T16:50:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T16:54:56.000Z (over 3 years ago)
- Last Synced: 2025-01-12T06:43:18.559Z (4 months ago)
- Language: Java
- Size: 12.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to get the software
=======================Here, you will only find source code. If you just want to get and use the software, go to sourceforge, download it and enjoy easy diagram's drawing! https://sourceforge.net/projects/violet/
How to compile Violet's source code
===================================Violet is developped in Java and is packaged with Maven.
So, prerequisites are :
+ Java Development Kit 8 or greater (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
+ Maven 3 or greater (http://maven.apache.org/)
Once you grabbed the source code (git pull), just run 'mvn clean package' from the root directory. This command will compile and package everything.As Violet project is composed of several sub-projects (plugins, products, etc...), it is organized as a main maven project (parent) with modules (children). Once everything is compiled and package, go to [module directory]/target to get the result of this packaging. For example : violetproduct-exe/target/violetumleditor-xxx.exe