simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

How to get GWT dependencies into lib/gwt for my Grails project? #16

Closed confile closed 11 years ago

confile commented 11 years ago

I am using Grails 2.2.1 and the GWT plugin 0.8. The documentation says that you can define GWT dependencies in BuildConfig.groovy as:

gwt {
version="2.5.0"
gin.version="1.5.0"
gwt.use.provided.deps=true

dependencies=['com.extjs:gxt:2.2.0', 'com.someother:module:1.2']
}

I do not know where the plugin puts these dependencies. I am using "src/gwt" and "lib/gwt" as linked folders in a separate eclipse GWT project.

How can I get the GWT dependencies into my "lib/gwt" folder such that they are on the build path of my GWT project?

dawsonsystems commented 11 years ago

These libs are stored in the local maven repository. They are added onto the grails classpath, and are accessible in both STS and Intellij.