Mux0x55 aka P wrote: > Hi guys, > after a lot of problems with ant, I finally was able to compile > myfirst module (simple menu to try if works). > I just created .jar file with this manifest: > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > > Manifest-Version: 2.0 > Class-Path: argouml.jar > Created-By: 1.3.1 (Sun Microsystems Inc.) > > Name: org/argouml/businessProcessAlignmentModule/SimpleMenuModule.class > Extension-name: > org.argouml.businessProcessAlignmentModule.SimpleMenuModule > Specification-Title: ArgoUML Dynamic Load Module > Specification-Version: 0.0.1 > Specification-Vendor: Some > Implementation-Vendor: G > Implementation-Version: 0.0.1 > Implementation-Title: ArgoUML Simple Module > > ------------------------------------------------------------------------------------------------------------------------------------------------------- > > > then I put the jar in the ext dir... but ArgoUML doesn't load my > module! I checked in the settings modules section, there is > sequencediagrams module only. > Can you help me? Where is the error? > > Thanks a lot > > Mux > I solved. Extension-name: module.mymodulename (the same of module.properties). Now I can start to develop the real module (maybe I'll ask you a lot of things...).
Mux ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2403107 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
