ZHAW project: Photography Workflow Application
- Generate eclipse files from the command line:
gradle eclipse
- In Eclipse:
Right Click -> Import... -> Existing Projects
- Select all modules (
core
,app
, ...) - Done
- In Eclipse:
Right Click -> Import... -> Gradle Projects
- Select
photo-flow
- Click
Build Model
- Select all modules (
core
,app
, ...) - Uncheck all the checkboxes, expept for
executeAfter
. There, changeafterEclipseImport
toeclipse
. - In the Eclipse menu:
Window -> Show View -> Other... -> Gradle Tasks
- Done
eclipse
: Generate eclipse files. Necessary after changing project configuration or adding new libraries.
build
: Build all jar files and application binary.
run
: Run the applicaiton
run --debug-jvm
: Debug the application