Book a Demo

Author Topic: Successful XMI import of types but can't see them  (Read 2974 times)

oliverson

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Successful XMI import of types but can't see them
« on: January 25, 2004, 09:12:34 am »
Hi.
I've succeeded in importing an XMI representation of the .NET Framework base classes, using the tool AssemblyMetadata2XMI (http://www.anticipatingminds.com/products/assemblymetadata2xmi/assemblymetadata2xmi.aspx) and can see some of them in Project View.  However, the only ones that are visible, and that I can work with in my model, are the the private types.  The XMI import log file details that the non-private types were successfully imported as well.  How come I can't see or work with them?  Any ideas please?

fluxtah

  • EA User
  • **
  • Posts: 144
  • Karma: +0/-0
    • View Profile
Re: Successful XMI import of types but can't see t
« Reply #1 on: January 27, 2004, 10:14:15 am »
Hiya,

I have done this too, make sure you have the option 'generate private classes' checked as it doesn't seem to import the public classes :/ which is odd.

This will import everything it seems but you can strip out the private classes, I have done this manually and it takes a while.

And yes, it does import the types, when importing the xml file choose what language you want to import the types as from the drop down menu on the import dialogue.

- Fluxtah
« Last Edit: January 27, 2004, 10:28:14 am by fluxtah »

oliverson

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Successful XMI import of types but can't see t
« Reply #2 on: January 27, 2004, 11:18:20 am »
Thanks flluxtah.

oliverson

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Successful XMI import of types but can't see t
« Reply #3 on: January 29, 2004, 02:00:00 am »
Anticipating minds http://www.anticipatingminds.com have now fixed the public/private checkbox bug and the latest version is now available for download at their site.