Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1350) Possible MissingResourceException when loading uDig plugins in another product than the uDig one

Possible MissingResourceException when loading uDig plugins in another product than the uDig one
------------------------------------------------------------------------------------------------

                 Key: UDIG-1350
                 URL: http://jira.codehaus.org/browse/UDIG-1350
             Project: uDIG
          Issue Type: Bug
          Components: ui
    Affects Versions: UDIG 1.2
            Reporter: Benjamin Cabé
            Priority: Critical
         Attachments: net.refractions.udig.ui.patch

If uDig is launched in a custom product (let's say org.eclipse.ide.sdk ;-) )  ; the loadVersion() method of UiPlugin tries to get the "UDIG VERSION KEY" in the about.mappings properties file ... ! :(

Here is a patch against trunk. It aborts the uDig version computation if the Eclipse Platform is launched whether in "application" mode ; or in "product which is not net.refractions.udig.product" mode !
This patch must be backported to the 1.1.x branch too.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Back to the top