RE: [mdr-users] Newbie: correct way to find usages of one class by another
"Richard Kennard" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Organization | Kennard Consulting |
| Message-ID | <000e01c568a6$0b954940$0e181fd3@kennard> |
Martin, I apologise for needing so much help with this issue! I am now having trouble compiling my module. I am unable to get my Ant build to build without first referencing... c:\program files\netbeans-4.1\ide5\modules\ext\jmi.jar ...and this seems to have a knock-on effect when the module is running, as it is unable to locate... javax.jmi.reflect.RefFeatured ...despite my attempt in my 'manifest.mf' to reference this... OpenIDE-Module-Module-Dependencies: org.netbeans.modules.javacore/1, org.netbeans.api.mdr/1, org.netbeans.api.java/1, org.netbeans.jmi.javamodel/1, org.netbeans.modules.java.editor/1, org.netbeans.modules.refactoring/1 > 1.0, org.netbeans.modules.projectapi/1 Sorry to be such a pain :( Richard.