svn commit: r13432 - trunk/src_new/org/argouml/application/Main.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2007-08-24 03:23:31-0700
New Revision: 13432

Modified:
   trunk/src_new/org/argouml/application/Main.java

Log:
Patch to fix issue 4839, as supplied by Christian.

Modified: trunk/src_new/org/argouml/application/Main.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/application/Main.java?view=diff&rev=13432&p1=trunk/src_new/org/argouml/application/Main.java&p2=trunk/src_new/org/argouml/application/Main.java&r1=13431&r2=13432
==============================================================================
--- trunk/src_new/org/argouml/application/Main.java	(original)
+++ trunk/src_new/org/argouml/application/Main.java	2007-08-24 03:23:31-0700
@@ -873,11 +873,10 @@
                 ModuleLoader2.addClass(OPTIONAL_INTERNAL_MODULES[i]);
             } catch (ClassNotFoundException e) {
                 /* We don't care if optional modules aren't found. */
+                LOG.error(e.getMessage());
             }            
         }
-        // TODO: This already was done in Main.main().  If it can be deferred,
-        // remove it from there and reenable this. - tfm - 20070511
-//        ModuleLoader2.doLoad(false);
+        ModuleLoader2.doLoad(false);
     }
 
     /*
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.