-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LinkageError throws Warning and does not create a valid report #39
Comments
To be honest I'm not sure if this is a general Doxia/Site plugin issue, but after removing the JDepend Report-Dependency everything worked fine and we don't have any issues in all our other projects (which uses 4.0.0-Mx for a longer time but no JDepend. As the Mojo that throws the error is an JDepend Mojo according to message/stacktrace I decided to post it here (and after a quick question in Maven Slack) |
I ran into a similar problem within apache-tentacles as well after I updated to maven-site-plugin 3.12.1 to 3.20.0:
@slachiewicz Is the problem related to jdepend or a configuration issue? Thanks |
@Bukama is the problem fixed with the current 2.1-SNAPSHOT? If so maybe a release can be done as the current situation (with v2.0) yields an empty report or a broken build. Thanks. |
Hey, sadly I can't check as the SNAPSHOT is not available via Maven Central and cloning Github project is blocked by our security here :/ . As only dependencies from Maven Central and verified by our comapnies Nexus IQ servers can be used - is it possible to release a beta/RC or so? I have seen there are tags for beta versions of former versions. |
Short status update - the current version 77b8431 2.1-SNAPSHOT does not emit above warning and a report is generated again. Would it be possible to release the current version to get more feedback from other users/downstream projects? Thanks |
release 2.1 done. |
@olamy thanks for the help - this allowed inclusion of the plugin in Apache Tentacles. Does it make sense to file a new issue concerning the/above layout problems or is this related to the skin and not caused by the jdepend plugin? As I redeployed the webpage the current report is available here. As the skin renders tables properly (e.g. TagListPlugin-Report) I had the impression that the plugin causes the layout issues .... |
@ottlinger Sorry for my late response. I saw the release last week, but didn't had time to check the version. The result with 2.1: The build works again, but the plugin throws following lines (without further text) multiple times during the build:
Sometimes the lines are "only" printed a few times, sometimes it's about 20 times. I can't find out what's the source of that. I doub't that it's a constant in the project which is defined with this value ( |
We updated the Maven-plugins (compile, jar, site, etc.) of one of our projects. This project is the only one that also uses the jdepend-maven-plugin (can't tell you why). The build then threw a warning and could not generate a proper JDepend report.
The project had the following dependency in the report section
The warning is related to DOXIA so maybe to the site-plugin which is used in version
4.0.0-M14
(in which Doxia is updated for Maven 4 etc). Issues doesn't seem to pop with site-plugin3.12.1
Not very surprising that the JDEpend-Report is not generated correctly with that warning
The text was updated successfully, but these errors were encountered: