Or, I guess let me be more specific with what i'm seeing (sorry, last email sounded like a rant)

I have a tiny GWT project, that I want to work on in STS.. and use gradle for most (but not all) of the build/launch process (so, i'm not using the community gwt-gradle plugin yet etc).

One thing i'm noticing, is that if I have *any jars* in the workspace OTHER than the ones that are defined in build.gradle.. then the run as Gradle stuff never see's them.

Example:

I have 100% of all my jars (spring, mockito etc) in build.gradle.. BUT, because this is STS/Google tooling.. I have a GWT SDK defined and it is using that.

So my project View is:

JRE System Library
GWT SDK 2.2
Gradle Dependencies
Referenced Libraries.

if I try to run the gradle build, it never (ever) makes use of/see's any of the jars in the GWT SDK 2.2

So it appears the execution classpath for gradle in this case, isn't being superset'd by what eclipse knows about

Best,
Roger


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Reply via email to