[GRADLE-2666] maven2Gradle runs into Nullpointer Created: 31/Jan/13 Updated: 28/Jun/13 Resolved: 28/Jun/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.7-rc-1 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | René Gröschke (Inactive) |
Resolution: | Fixed | Votes: | 9 |
Attachments: | dpjw.zip |
Description |
I have a legacy maven multi project, and I tried to generate appriopriate Gradle-build scripts using task maven2Gradle. I already tried this with 1.2 with success, but with some minor problems I reported. With Gradle 1.4, I now run into a Nullpointer exception the Gradle folks might have a look on it:
|
Comments |
Comment by Carlo Luib-Finetti [ 31/Jan/13 ] |
included you will find the poms of the maven project to be gradled |
Comment by Kelly Robinson [ 16/Mar/13 ] |
I see this same stack trace using 1.5-rc-1 on a multi-module project. I'd try to debug into it, but I couldn't find the source for the jarjar'd mvn3 code where the NPE is happening. |
Comment by Nikita Salnikov-Tarnovski [ 27/Apr/13 ] |
Can something be done with this issue? I have the very same exception with both Gradle 1.5 and latest nightly of 1.7. |
Comment by Nikita Salnikov-Tarnovski [ 07/May/13 ] |
And just released 1.6 still has the very same problem. |
Comment by Nikita Salnikov-Tarnovski [ 14/May/13 ] |
Are there any plans to fix this NPE? |
Comment by Nikita Salnikov-Tarnovski [ 23/Jun/13 ] |
Just checked the latest nightly 1.7-20130621220026+0000. One of the projects, that has failed before, now works correctly. Thank you The other one fails with: Caused by: java.lang.StackOverflowError |
Comment by Adam Murdoch [ 28/Jun/13 ] |
@Nikita, can you add a separate issue in the forums for the StackOverflowError, please? |