Re: [mdr-users] Newbie: correct way to find usages of one class by another
Martin Matula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry for replying so late - yesterday I became a father! :) OK, now to your question: Richard Kennard wrote: >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 > > I think the problem is that the new buildsystem regenerates the manifest based on what dependencies you declared in nbproject/project.xml and what extra classpath you defined in nbproject/project.properties. >Sorry to be such a pain :( > > What are you talking about? :) The mailing list is for asking questions. That's what you are doing... Martin