[GRADLE-1241] gradle.bat is behaving incorrectly under 4NT/TCC Created: 01/Dec/10 Updated: 04/Jan/13 Resolved: 16/Aug/11 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.8, 0.9-rc-1, 0.9-rc-2, 0.9-rc-3 |
| Fix Version/s: | 1.0-milestone-5 |
| Type: | Bug | ||
| Reporter: | Regis Le Brettevillois | Assignee: | Adam Murdoch |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
The gradle.bat script tries to detect the 4NT context with an incorrect statement: line 70: if "%eval[2+2]" == "4" goto 4NT_args should be: line 70: if "%@eval[2+2]" == "4" goto 4NT_args |
| Comments |
| Comment by Regis Le Brettevillois [ 01/Dec/10 ] |
|
It seems this comes from the same incorrect statement in the groovy script. |
| Comment by Hans Dockter [ 01/Dec/10 ] |
|
Hi Regis, thanks for reporting this and providing a fix. You are right, the Groovy script was the base for the Gradle script a couple of years ago. |