aalmiray / javaone2012

Sample apps for Javaone2012
3 stars 0 forks source link

project doesn't build #1

Closed fbricon closed 11 years ago

fbricon commented 12 years ago

First time I try griffon, so I might do something wrong. There are no instructions on how to build/run the app for noobs like me, so, after cloning the repo, I tried that (and failed) :

D:\workspaces\javaone2012>griffon run-app
Welcome to Griffon 1.1.0 - http://griffon-framework.org/
Licensed under Apache Standard License 2.0
Griffon home is set to: D:\Dev\groovy\griffon-1.1.0

Base Directory: D:\workspaces\javaone2012
Running script D:\Dev\groovy\griffon-1.1.0\scripts\RunApp.groovy
Resolving dependencies...
Dependencies resolved in 727ms.
Environment set to development
Resolving framework plugin dependencies ...
Framework plugin dependencies resolved in 701 ms.
Resolving plugin dependencies ...
Some dependencies have conflicts.
-= INSTALLED =-

-= MISSING =-
+ codenarc-0.7 from griffon-central
! miglayout-0.4 from griffon-central
   ! swing-0.9.5 from griffon-central
+ spock-0.6 from griffon-central
+ code-coverage-0.7 from griffon-central
! swing-1.1.0 from griffon-central
! glazedlists-0.9 from griffon-central
   ! swing-0.9.5 from griffon-central
Could not resolve plugin dependencies.
aalmiray commented 11 years ago

The problem is one of version compatibility between plugin versions. There's however a quick fix for this http://griffon.codehaus.org/guide/latest/guide/theCommandLine.html#forceArtifactUpgrades

I believe the project has upgraded all dependencies to their latest versions -> this problem should be gone now.