miho / VWorkflows

Flow Visualization Library for JavaFX and VRL-Studio
http://vworkflows.mihosoft.eu
Other
296 stars 67 forks source link

net.nemerosa:versioning plugin requires external git client #40

Closed miho closed 8 years ago

miho commented 8 years ago

Currently, the net.nemerosa:versioning plugin depends on git/git.exe executables. This is a disadvantage, especially on Windows. For unexperienced users this behavior causes a lot of trouble since most of the time, the git-client provided by the IDE is sufficient and the dependency to an additional git executable complicates the build process.

See https://github.com/nemerosa/versioning/issues/27 for status updates

TCMBoby commented 8 years ago

The workaround worked fine. Had to include Git-Path into environment variables manually to get the project to load otherwise on WIndows 10.

dcoraboeuf commented 8 years ago

No dependency on git binaries in version 1.7.0. Using JGit/GrGit instead.

miho commented 8 years ago

@dcoraboeuf thanks for the fix!