danreeves / uml-to-django

Automatically exported from code.google.com/p/uml-to-django
0 stars 0 forks source link

Importing from source files in argouml doesn't result in a valid xmi for uml2dj #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The provided instructions won't work when reverse-engineering the class model 
from source files in argouml.

I had a class model built using visual paradigm. The XMI created by VP didn't 
work with uml-to-django, so I generated java source code in VP, and reverse 
engineered it in argouml. This kida worked, but exporting the resulting xmi 
from argouml wasn't directly usable with uml-to-django.

Original issue reported on code.google.com by fcorr...@gmail.com on 18 Mar 2011 at 6:23

GoogleCodeExporter commented 8 years ago
Hi,

What happens when you run uml-to-django on your XMI? Does it generate an error 
or is the generated code missing elements?

If it was possible for you to send me a copy of your argouml file (xxx.zargo) I 
might be able to reproduce the problem and understand it better.

Best,

G.

Original comment by goffer.l...@gmail.com on 21 Mar 2011 at 1:54

GoogleCodeExporter commented 8 years ago
Hi,

When I do this uml-to-django doesn't generate any errors, but the resulting 
django models file is empty.

I'm not at the office this week, so I can't send you the argouml file, but you 
can easily reproduce it by:
 1. Opening the argouml "template" you provide
 2. Importing from sources (one or two classes should be enough)
 3. Export to xmi
 4. Run uml-to-django

Original comment by fcorr...@gmail.com on 22 Mar 2011 at 3:05