[
http://jira.codehaus.org/browse/MNBMODULE-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse Glick closed MNBMODULE-100.
---------------------------------
Resolution: Fixed
Fix Version/s: 3.4
revision 12869
> org.netbeans.api:org-netbeans-modules-nbjunit does not depend on INSANE
> -----------------------------------------------------------------------
>
> Key: MNBMODULE-100
> URL: http://jira.codehaus.org/browse/MNBMODULE-100
> Project: Maven NetBeans Module Plugin
> Issue Type: Bug
> Affects Versions: 3.3
> Reporter: Jesse Glick
> Assignee: Jesse Glick
> Fix For: 3.4
>
>
> nbjunit/nbproject/project.xml clearly specifies a regular dependency on
> org.netbeans.insane. Yet the corresponding POM (see URL for latest) omits this
> dependency. So if you add to a project
> {noformat}
> <repositories>
> <repository>
> <id>nb</id>
> <url>http://bits.netbeans.org/maven2/</url>
> </repository>
> </repositories>
> <dependencies>
> <dependency>
> <groupId>org.netbeans.api</groupId>
> <artifactId>org-netbeans-modules-nbjunit</artifactId>
> <version>RELEASE691</version>
> </dependency>
> </dependencies>
> {noformat}
> expecting transitive dependencies to work, they won't; you will get a
> NoClassDefFoundError: org/netbeans/insane/scanner/Filter trying to use
> NbTestCase.assertGC.
--
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