On 19/06/10 8:17 AM, delasoul wrote:
Hello,I just encountered a problem when running gradle compileScala: I get the following error: class file needed by Logging is missing. reference value net of package<root> refers to nonexisting symbol. If I first compile the project in Eclipse(which succeeds on the same source files) and the class files have been generated in the build directory by Eclipse gradle is working as well. (also If I then change the source files and compile again..) in my build.gradle file I add: dependencies { // Libraries needed to run the scala tools scalaTools 'org.scala-lang:scala-compiler:2.8.0.RC5' scalaTools 'org.scala-lang:scala-library:2.8.0.RC5' // Libraries needed for scala api compile 'org.scala-lang:scala-library:2.8.0.RC5' Am I doing something wrong or has somebody else had this problem as well?
Can you run this using gradle -s, and send in the stacktrace? -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
