[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.mdt.uml2] Re: IMPORTs in "Getting Started with UML2" caused errors
|
The first step would be to determine if you've installed UML2 properly. If
you go to Help > About can you see the UML feature and plugins?
If so, then try to create a UML model by doing a File > New > Other >
Example EMF Model Creation Wizards?
If that works you can try to create a Plug-In project, then add dependencies
on org.eclipse.uml2.XXX etc.
The getting started article should be pretty explicit. What step are you
failing on?
The sample links also seem to still work:
http://download.eclipse.org/modeling/mdt/uml2/downloads/articles/uml2.articles_200607181325.zip
If there is a problem with the article, please let me know.
Cheers,
- James.
"PHofer" <alonso75@xxxxxx> wrote in message
news:a056b0cc1bc95f4ebbef28f7e64c6840$1@xxxxxxxxxxxxxxxxxx
>
> I'm implementing the java code from "Getting Started with UML2" to create
> my uml2 model, but all imports, example
>
> import org.eclipse.emf.common.util.EList;
> import org.eclipse.emf.common.util.URI;
> import org.eclipse.emf.common.util.WrappedException;
> ..
> import org.eclipse.uml2.uml.UMLPackage;
> import org.eclipse.uml2.uml.resource.UMLResource;
> import org.eclipse.uml2.uml.util.UMLUtil;
>
> caused the error "the import org.eclipse.andsoon cannot be resolved". I've
> searched for the related jar-files on my system but couldn't find any. I
> can't believe that downloading and installing the "Eclipse Modeling
> Project" none of the needed jars are installed. At this point, I need
> suggestions to get thses imports running and the uml2-project compiled.
>