[GRADLE-60] Not all linenumbers are read from the stacktrace in casw of an GradleScriptException Created: 23/Apr/08 Updated: 04/Jan/13 Resolved: 17/Jun/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.1.1 |
Fix Version/s: | 0.2 |
Type: | Bug | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Hans Dockter [ 24/Apr/08 ] |
The MultipleCompilationErrorsException is the problem. It does not have the lineinfo in its stacktrace, but in its message. We have to think about how to extract it from there properly. |
Comment by Hans Dockter [ 14/May/08 ] |
We simply added the default imports to the end of the script. |