[GRADLE-252] Gradle's build fails when executing 'gradle -Dskip.compile=true ... ' Created: 03/Oct/08 Updated: 04/Jan/13 Resolved: 31/Aug/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.5 |
Fix Version/s: | 0.8 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
Evaluation of gradle build's project fails when using -Dskip.compile=true, because the compile task for buildSrc is also skipped and the classes are not available for the project to use. |
Comments |
Comment by Hans Dockter [ 13/Apr/09 ] |
Hi Adam, I'd like to postpone this bug to 0.7. We are probably going to get rid of build sources in 0.7 and can fix this bug in the context of the new mechanisms we will establish then. I don't think it is that critical. What do you think? |
Comment by Adam Murdoch [ 13/Apr/09 ] |
I agree |
Comment by Hans Dockter [ 31/Aug/09 ] |
With the new exclusion mechanism this problem is solved. |