Re: [mdr-users] MDR Installation Issues
Martin Matula <[email protected]> Tue, 19 Jul 2005 10:54:44 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Kristina Hildebrand wrote:
> > What version of NetBeans are you using?
>
> Version 4.1. I just downloaded and installed it, before trying to
> install MDR. I have installed all of the latest updates from the
> default update sites, just in case I was missing something important,
> but that didn't help. This is exactly what I've entered for "NetBeans
> Update Center Alpha":
> http://www.netbeans.org/updates/alpha/36_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml?{$netbeans.hash.code}
>
> It appears to try to connect, then comes up with the error I mentioned
> in my last message.
As stated in the installation instructions, installing the MDR from
update center is applicable to NB older than 4.0 (i.e. 3.5, 3.5.1 or 3.6).
>
> > The build system was changed just recently
> > (this week) and ant all-mdr no longer works. Now you have to use "ant
> > init all-mdr/module". I will update the instructions.
>
> This still doesn't work for me, though it gets a lot farther. I end
> up with 100 compile errors, mostly within classes in
> org.netbeans.lib.jmi. The problems all seem to be related to failing
> on the javax.jmi.model.* import. Is there a .jar I'm missing?
Hm. It seems I will have to change the instructions to build the whole
NetBeans first (the new build infrastructure generates some ant targets
automatically and it is not straightforward what the correct steps are).
So, try "ant build-nozip" in nbbuild directory and then "ant download"
in mdr directory.
Martin