20-Multiproject builds doesn't seem to work, but i'd like to do this:

$project/webapp/api
$project/webapp/ui
$project/shared
$project/services

settings.gradle (in $project)

include 'shared', 'webapp:api', 'webapp:ui', 'services'

This seems to always result in this type of error:

FAILURE: Build failed with an exception.

* What went wrong:
Could not load compiled classes for empty build file from cache.

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

BUILD FAILED


with -s etc, the last bit is:
used by: java.lang.ClassNotFoundException: 
script_d41d8cd98f00b204e9800998ecf8427e
        at 
org.gradle.groovy.scripts.DefaultScriptCompilationHandler.loadFromDir(DefaultScriptCompilationHandler.java:142)
        ... 21 common frames omitted


Thoughts?

If I do:
$project/api
$project/ui
$project/shared
$project/services

and:
include 'shared', 'api', 'ui', 'services'

it all works fine

Thanks,
Roger


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

    http://xircles.codehaus.org/manage_email


Reply via email to