Hi all,

I have troubles compiling gradle from trunk
http://svn.codehaus.org/gradle/gradle-core (revision 1773).

My environment
> gradle -v

------------------------------------------------------------
Gradle 0.7
------------------------------------------------------------

Gradle buildtime: Monday, July 20, 2009 8:50:13 AM CEST
Groovy: 1.6.3
Ant: Apache Ant version 1.7.0 compiled on December 13 2006
Ivy: 2.1.0-rc2
Java: 1.6.0_14
JVM: 14.0-b16
JVM Vendor: Sun Microsystems Inc.
OS Name: Linux


I have a clean, freashly checked-out version of gradle-core. Whatever
task I execute - e.g. gradle clean or gradle -t, all I got is this:

> gradle -t
org.codehaus.groovy.control.MultipleCompilationErrorsException:
startup failed,
/home/tomek/work_3rd/gradle-core/buildSrc/src/main/groovy/org/gradle/build/docs/UserGuideTransformTask.groovy:
13: unable to resolve class org.gradle.api.file.FileCollection
 @ line 13, column 1.
   import org.gradle.api.file.FileCollection
   ^
/home/tomek/work_3rd/gradle-core/buildSrc/src/main/groovy/org/gradle/build/docs/UserGuideTransformTask.groovy:
26: unable to resolve class org.gradle.api.file.FileCollection
 @ line 26, column 5.
       FileCollection classpath;
       ^
/home/tomek/work_3rd/gradle-core/buildSrc/src/main/groovy/org/gradle/build/docs/UserGuideTransformTask.groovy:
51: unable to resolve class org.gradle.api.file.FileCollection
 @ line 51, column 20.
           def uris = classpath.getFiles().collect {it.toURI().toURL()}
                      ^

3 errors


Build failed with an exception.
Run with -s or -d option to get more details. Run with -f option to
get the full (very verbose) stacktrace.

Build file '/home/tomek/work_3rd/gradle-core/buildSrc/build.gradle'

Execution failed for task ':compile'.
Cause: Forked groovyc returned error code: 1

BUILD FAILED

Total time: 51.777 secs

--
best regards
Tomek Kaczanowski
http://kaczanowscy.pl/tomek

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

    http://xircles.codehaus.org/manage_email


Reply via email to