In tapestry-ioc/build.gradle we have "provided project(':tapestry-test')" and in
tapestry-json/build.gradle we have "provided project(':tapestry-ioc')".When running "gradle eclipse" this leads to gradle not creating links from tapestry-ioc to tapestry-test and tapestry-json to tapestry-ioc and results in build errors since both projects require classes from the respective other project. Is there a reason why the type here is 'provided' and not 'compile'? Uli --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
