What development environment are you using? There are gradle plugins for
both IntelliJ Idea and Eclipse that will help you create your project
settings for you.

For Eclipse:
1. Add apply plugin: 'eclipse' to your Gradle build
2. Run gradle eclipse
3. Import the project into eclipse

That should give you a project configuration with all the dependencies that
you have configured in your buildscript. You can do roughly the same for
idea. Add the 'idea' plugin and then run gradle tasks, to see whats
available. Or look at the plugin documentation at
http://gradle.org/idea_plugin.html

Kindly,
/Leo


On Tue, Mar 22, 2011 at 4:45 PM, shadowlaw <[email protected]> wrote:

> actually, for now i'm just playing with it, i'm trying see how different
> gradle is from maven how it does this type of management. Just to make my
> transition from maven to gradle as smooth as possible.
>
> but if gradle do this by default, why i can't import any classes from those
> dependencies in my code?
> i have the compiler camplaining that the classe si not found.
>
>
> --
> View this message in context:
> http://gradle.1045684.n5.nabble.com/pb-configuraing-gradle-tp4257046p4257078.html
> Sent from the gradle-user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to