Russel Winder wrote:
Is this weird or to be expected -- Gradle cannot clean Gradle:


Gradle can't do anything with Gradle. You need to use gradlew.

|> gradlew clean
:gradle-core:clean
:gradle-open-api:clean
:gradle-ui:clean
:gradle-wrapper:clean
:clean

BUILD SUCCESSFUL

Total time: 35.008 secs

|> gradle clean

FAILURE: Build failed with an exception.

* Where:
Build file
'/home/users/russel/Repositories/Bazaar/SharedRepositories/GradleCore/Trunk/buildSrc/build.gradle'
 line: 24

* What went wrong:
A problem occurred evaluating root project 'buildSrc'.
Cause: Could not find property 'checkstyle' on root project 'buildSrc'.

* Try:
Run with -s or -d option to get more details. Run with -S option to get
the full (very verbose) stacktrace.

BUILD FAILED

Total time: 4.59 secs


|> gradlew --version

------------------------------------------------------------
Gradle 0.8-20090829161512+1000
------------------------------------------------------------

Gradle buildtime: Saturday, August 29, 2009 4:15:12 PM EST
Groovy: 1.6.4
Ant: Apache Ant version 1.7.0 compiled on December 13 2006
Ivy: 2.1.0-rc2
Java: 1.6.0_0
JVM: 14.0-b08
JVM Vendor: Sun Microsystems Inc.
OS Name: Linux


|> gradle --version

------------------------------------------------------------
Gradle 0.8-20090909165114+0100
------------------------------------------------------------

Gradle buildtime: Wednesday, 9 September 2009 16:51:14 o'clock BST
Groovy: 1.6.4
Ant: Apache Ant version 1.7.0 compiled on December 13 2006
Ivy: 2.1.0-rc2
Java: 1.6.0_0
JVM: 14.0-b08
JVM Vendor: Sun Microsystems Inc.
OS Name: Linux


|>

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

   http://xircles.codehaus.org/manage_email


Reply via email to