> so the project structure is obvious. Starting 'gradle clean compileJava' > just returns > :clean > :compileJava > > BUILD SUCCESSFUL > > Total time: 1.313 secs > > so nothing happens. does anything appear in build dir ?
I wonder if "nothing" means that there is nothing build or that Gradle is shy on reporting what it does. :) If the latter, then changing the logging level will help: see http://gradle.org/0.8/docs/userguide/logging.html -- Tomek --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
