simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

Error extendedDependencyManager (Required: 0.5.5, Found: Not Installed) [INVALID] #48

Open confile opened 10 years ago

confile commented 10 years ago

Using Grails 2.3.5 I have this in my BuildConfig

build ":extended-dependency-manager:0.5.5"
        compile ":gwt:1.0", {
            transitive=false
        }

When running my app I get the following error:

............Added Google Gin 2.1.2 to GWT environment
.......................................
|Running Grails application
- Plugin: gwt
   - Dependencies:
       ! extendedDependencyManager (Required: 0.5.5, Found: Not Installed) [INVALID]
Error |
Forked Grails VM exited with error
|Server running.
confile commented 10 years ago

This is strange because as you can see above I have extended-dependency-manager included.

steffimueller commented 10 years ago

+1 I have the same problem with a new empty Grails 2.3.6 project.

@daviddawson Any solution for that?

confile commented 10 years ago

Well the problem is that you cannot do the following:

grails.project.dependency.resolver = "maven" 
oniseijin commented 9 years ago

I use 2.3.5 and it works fine, although I put extended dependency manager as compile and it works fine. Maybe clean, compile, refresh-dependencies cycle, try the 1.0.3 version and confirm if this is okay now