David Sowerby wrote:
> 
> I think it is misleading in the sense that the error is caused by the
> project structure being incorrect.
> 

I doubt that the project structure is the cause of the problem. By default,
Gradle _will_ look for sources under src/main/java/. If you put sources
somewhere else and don't tell Gradle about it, it won't find them, and
compileJava will be skipped. This will mask the problem of not finding a
compiler.

--
Peter Niederwieser
Principal Engineer, Gradleware 
http://gradleware.com
Creator, Spock Framework 
http://spockframework.org
Twitter: @pniederw

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Misleading-error-condition-tp4410563p4927315.html
Sent from the gradle-user mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email


Reply via email to