Hi All,

I am reasonably new to Gradle, and only started working with it since checking out the Spring Social source.

I tried to use it to build Spring Social or generate the eclipse configuration files however every time I run it I get a number of the following errors:


Could not compile script '/home/garyj/dev/workspace-social/spring-social/buildSrc/maven-deployment.gradle'.
Cause: startup failed:
/home/garyj/.gradle/caches/0.9-20101111130126+0300/scripts/maven_deployment_gradle_ab4942b2caab4c05bcd1754f9f 801298/no_buildscript_DefaultScript/maven_deployment_gradle_ab4942b2caab4c05bcd1754f9f 801298$_run_closure5_closure15_closure16_closure18 _closure20_closure21_closure24_closure26.class (File name too long)

The path is 361 characters long which I believe is longer than the supported 255 characters on an ext4 filesystem!

Any ideas on how I can resolve this would be much appreciated!

Thank you

Gary