ZHAW project: Photography Workflow Application
gradle eclipse
Right Click -> Import... -> Existing Projects
core
, app
, ...)Right Click -> Import... -> Gradle Projects
photo-flow
Build Model
core
, app
, ...)executeAfter
. There, change afterEclipseImport
to eclipse
.Window -> Show View -> Other... -> Gradle Tasks
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