Hi all,
I'm trying to adapt our development infraestructure in MaCMAS module
to the infraestructure recommended by the ArgoUML Cookbook.
I'm having some problems with Ant. I copied from the "menutest" module
the manifest, the build.xml and the properties, and edited them.
Running in that directory ant, I had some compilation problems,
related to my dependence with argouml-core. How can I fix that?
After that, I tried to run it on "the hard way", copying my jar to the
ext folder of my compiled argo. Then, I have the following exception
(at the end of this mail).
Maybe it's a package problem... It's mandatory to use a new name
package? I think this would be the problem...
Any help is welcome. Thanks.
ERROR: The class is not found. (ModuleLoader2.java:555)
java.lang.ClassNotFoundException: org.argouml.ui.MaCMASModule
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at
org.argouml.moduleloader.ModuleLoader2.addClass(ModuleLoader2.java:647)
at
org.argouml.moduleloader.ModuleLoader2.processJarFile(ModuleLoader2.java:614)
at
org.argouml.moduleloader.ModuleLoader2.huntModulesFromNamedDirectory(ModuleLoader2.java:553)
at
org.argouml.moduleloader.ModuleLoader2.huntForModulesFromExtensionDir(ModuleLoader2.java:518)
at
org.argouml.moduleloader.ModuleLoader2.huntForModules(ModuleLoader2.java:438)
at
org.argouml.moduleloader.ModuleLoader2.doInternal(ModuleLoader2.java:321)
at org.argouml.moduleloader.ModuleLoader2.doLoad(ModuleLoader2.java:137)
at org.argouml.application.Main.main(Main.java:342)
--
Christian López Espínola