Hi Rene,
also, I started playing with some of that gradle code you pasted me, setting
up the configurations.
I'm still trying to get the dist task to actually zip up the obfuscated
files that I really want.... (not generate them itself).
configurations {
obfuscated.extends Compile
}
This line seems to be in error, yielding :
Total time: 5.824 secs
seanvb@svUbuntuX2:/mnt/data/dev2$
/mnt/data/bin/gradle-1.0-milestone-3/bin/gradle build
FAILURE: Build failed with an exception.
* Where:
Build file '/mnt/data/dev2/GenericDataExportShared/build.gradle' line: 31
* What went wrong:
A problem occurred evaluating project ':GenericDataExportShared'.
Cause: Could not find method extends() for arguments [class
org.gradle.api.tasks.compile.Compile] on configuration
':GenericDataExportShared:obfuscated'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.
BUILD FAILED