Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kensipe/simple-workflow
example simple workflow project
https://github.com/kensipe/simple-workflow
Last synced: about 2 months ago
JSON representation
example simple workflow project
- Host: GitHub
- URL: https://github.com/kensipe/simple-workflow
- Owner: kensipe
- Created: 2013-02-05T20:54:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T22:00:59.000Z (over 4 years ago)
- Last Synced: 2024-10-16T02:57:53.386Z (3 months ago)
- Language: Java
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Simple Workflow
=====================
Notes
=====================First of all, clone the project:
git clone
Building from Gradle
=====================
This project is built with Maven and Gradle. Gradle is the preference, however maven is maintain as we will need to tie into the other GBMP projects.
At some point, this will all be built with gradle. __Gradle is self-installing.__./gradlew jar
or
>gradlew.bat ajrThis will install gradle, download all dependencies and build a war file.
Setting up the project in Intellij IDEA or Eclipse
---------------------------------------
To setup for IDEA:
./gradlew idea
To setup for Eclipse:
./gradlew eclipse
__This has been tested with IDEA__It may be necessary to:
* Setup Artifact Building (WAR)
* Setup Run ConfigurationsConfiguration
---------------------------------------### NOTE: [markdown reference](http://support.mashery.com/docs/customizing_your_portal/Markdown_Cheat_Sheet) or [Markdown](http://daringfireball.net/projects/markdown)