I'm trying to get Griffon to work but the instructions on
http://griffon.codehaus.org/Quick+Start are not clear.
The instructions on the Quick+Start page are these as best I can tell:
(1) griffon create-app
(2) create-app will prompt for a name - I used DemoConsole
(3) cd DemoConsole
(4) We are good to this point no errors
(5) This is where there wheels come off:
I'm not understanding this step:
"The application model for the quick start is simple: the script to be evaluated and the results of the evaluation."
Am I supposed to do something? I don't see where it does so I move to the next step.
(6) Then next instruction is:
"The controller for our quick start app is simple: throw the contents of the script from the model at a groovy shell."
I'm not understanding this either. Am I supposed to do something? What does "throw the contents of the script" mean?
This step doesn't seem to tell me to do anything so I move on to the next step
(7) The next instruction is: "griffon run-app"
Aha! A clear instruction. I do that and Griffon runs for awhile does a lot of work but inevitably it fails with a Class not found error.
There is a Warning on the download page that version 0.9.0 of Griffon is not for Windows. Perhaps I should try Linux? Or my Mac?
Thanks for any ideas! I would really like to use Griffon.