Showing dependency stack in build error
---------------------------------------
Key: MNBMODULE-83
URL: http://jira.codehaus.org/browse/MNBMODULE-83
Project: Maven 2.x Netbeans Module Plugin
Issue Type: Improvement
Affects Versions: 3.2
Reporter: Johann Sorel
Assignee: Milos Kleint
Priority: Minor
When we build a nbm module some missing dependencies error might happen.
When thoses happen only the missing jar is displayed in the output.
For exemple we have a dependency like this :
geotk-util > geoapi > jsr-275
When building the module (without explicitly adding geoapi and jsr-275) we
obtain the following error :
[WARNING] There are transitive dependencies that were not included in the
module's Class-Path because they were resolved as part of another NetBeans
module.
[WARNING] javax.measure:jsr-275:jar
So the developer adds the jsr-275 jar in the dependencies but when compiling
the error will remain the same.
In fact it's not the jsr-275 which is missing now but the geoapi one.
It would be better to display the dependency path in the error and not just the
last node.
Something like :
[WARNING] org.opengis:geoapi-2.3M8 -> javax.measure:jsr-275:jar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email