Re: [mdr-users] MDR Installation Issues
Martin Matula <[email protected]> Fri, 15 Jul 2005 22:00:13 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Kristina,
Kristina Hildebrand wrote:
> Hello,
>
> I'm not sure whether my problem is local to installation of MDR, or
> whether it's more widespread, but I get an "Unable to connect to the
> Update Center", any time I try to connect to Update Center Alpha, at
> http://www.netbeans.org/updates/alpha/36_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml?{$netbeans.hash.code},
> as specified at http://mdr.netbeans.org/installation.html. All of the
> other (default) Netbeans Update Centers work as expected.
What version of NetBeans are you using?
> I have also tried compiling from sources, but in the following
> sequence of commands, step 4 fails:
Thanks for pointing this out. 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.
Martin