My notes on installing/developing/using griffon - http://griffon-framework.org/
There is an older griffon
at 1.5.0
and a more recent one, version 2.8.0+
.
Installing on windows
- install jdk
- set JAVA_HOME
- add to path
Install from: http://babun.github.io/
Install from: http://sdkman.io/
sdk install griffon
Download old plugins from http://griffon-framework.org/portal-storage/
Example:
griffon install-plugin http://griffon-framework.org/portal-storage/packages/plugin/glazedlists/2.0.0/griffon-glazedlists-2.0.0.zip
Installing on windows
- install jdk
- set JAVA_HOME
- add to path
Install from: http://babun.github.io/
Install from: http://sdkman.io/
sdk install gradle
sdk install lazybones
Register the griffon-lazybones-templates
by editing $USER_HOME/.lazybones/config.groovy
and adding the following:
bintrayRepositories = [
"griffon/griffon-lazybones-templates",
"pledbrook/lazybones-templates"
]
Regarding 'sdk install gradle'... I was using cygwin on Windows10. After getting failure error, a google search revealed that 'curl' was using the native Windows10 version of curl. Had to use cygwin installer to install cygwin specific version of curl.