Hi I downloaded the source of argoUML from svn repository. after Importing
the source in Eclipse I was scanning the code.
I found the Main file in "org.argouml.application". This file has a String -
DEFAULT_MODEL_IMPLEMENTATION which gives the ID of model subsystem.
So to check out eUML implementation of Model Subsystem, I replaced this
string,.
Build was successful, But the Application failed to start throwing a message
on console that -> *org.argouml.model.euml.EUMLModeImplementation is not a
working Model implementation.

*Can u please gimme steps 4 loading the application with eUML impl.

-----------------------

I also tried running app from build.xml file by using Apache Ant in Eclipse.


These are 2 types of errors am getting :
1.
[javac]
/home/dex/argoUML/src/model-euml/src/org/argouml/model/euml/CoreFactoryEUMLImpl.java:55:
package org.eclipse.uml2.uml does not exist
    [javac] import org.eclipse.uml2.uml.NamedElement;

I checked the "lib/uml" folder. But all the jars are present.

2.
[javac]
/home/dex/argoUML/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java:33:
cannot find symbol
    [javac] symbol  : class CommonBehaviorHelper
    [javac] location: package org.argouml.model
    [javac] import org.argouml.model.CommonBehaviorHelper;



I have imported entire svn repository in eclipse.
Can anyone gimme steps for running this application. I assume my
build.xmlneeds to be changed..
-- 
Regards,
Amit

http://suranaamit.blogspot.com/
OPEN SOURCE: No Bill, No Gates, No Windows, Its open

Reply via email to