Re: [mdr-users] MDR Explorer Stand alone
Martin Matula <[email protected]> Tue, 28 Jun 2005 15:17:14 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Santiago, Santiago Gil wrote: > Hello! > > Does anyone know if I it is possible to use MDR Explorer Stand alone? > How? How do I get it? > Right now it is not possible. Or at least nobody investigated it. Maybe it would be possible with some limited set of jar files from the NetBeans distribution - openide.jar, looks.jar, etc. > Or as an alternative would be good to have access to the source code > and try to make it stand alone.. > > Does anyone know if that is possible (“legalâ€)? How can I have access > to it? > The MDR explorer was discontinued, since it used the looks API that was obsolete and was deleted from NetBeans. You can look it up in the CVS archive (under mdr module) and try to resurrect it. It is legal - it is open source and licensed under SPL. Regards, Martin