Re: Maven: Uncategorized problems with NetBeans dependency verification
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4jdR_6BX64neFwGo9nwbYsoEAeeNUU-i96s19-oOESkWA@mail.gmail.com> |
Hej Lusito. The maven error message was very exact. It was missing classes from asm. The classes have to be in the class path at runtime. So I searched, where the classes come from. I added a dependency, which provides the required files and 'mvn clean install' works. https://github.com/markiewb/NBMvnIssue/commit/4007005a9d1c98c79537d61ce5d999ffcb8de626 I am not sure, whether the added dependency nor its version is correct/compatible, but I guess you can figure it out yourself. With kind regards, markiewb 2016-04-09 13:18 GMT+02:00 Lusito <[email protected]>: > Sure, here's a stripped down version, which causes the problem: > https://github.com/Lusito/NBMvnIssue > > I've marked the problematic dependencies at the bottom of Test/pom.xml > > I've done some more testing, since on the stripped down version it was a > different netbeans dependency causing the issue, which lead me to this way > of reproducing the issue: > https://github.com/Lusito/NBMvnIssue/tree/80vs81 > > It seems to be a Platform 81 issue here. (see the root pom.xml at the > bottom) > (The lwjgl dependencies are still a part of the issue) > > Both branches cause the same error message. > > > > >