I’m having trouble with configuration-on-demand on 1.4 and the eclipseClasspath task on a large, multi-project build. I created a simple project structure to demonstrate the issue:
projectA - compile project dependency on projectB projectB - configures the Eclipse project name as ‘projectB-eclipse’
If I eclipseClasspath in the projectA directory without CoD, the correct Eclipse project name is configured. However, when I turn on CoD I get the default project name. Is this a problem with CoD, or is there something about the configuration/evaluation lifecycle I’m missing?