-
hi ,
i have the same problem.
2009-05-22 20:10:47 UTC by bichoubichou
-
Hi there, I like your tool :)
But would it be great if one could automate the whole procedure (ANT?) i.e. export the xmi, convert2ecore etc. ?
please contact me by mail on tom (at) eiswind (dot) de
regards
Thomas.
2008-01-25 18:55:14 UTC by nobody
-
rkoshy committed patchset 47 of module argo2ecore to the argo2ecore CVS repository, changing 2 files.
2007-09-20 06:34:47 UTC by rkoshy
-
Currently it looks like only files with a .xmi extension are supported. It would be pretty simple to support .zargo files directly as well since Java has built-in support for the jar: protocol in URLs. Instead of using a URL of the form file:/foo.xmi use jar:/foo.zargo!/foo.xmi and everything else should happen automagically.
This would save the extra step of having to explicitly export to...
2007-07-28 18:18:37 UTC by tfmorris
-
avix committed patchset 46 of module argo2ecore to the argo2ecore CVS repository, changing 1 files.
2007-07-23 19:54:30 UTC by avix
-
avix committed patchset 45 of module argo2ecore to the argo2ecore CVS repository, changing 1 files.
2007-07-23 19:50:12 UTC by avix
-
thanks for the patch, I've added it to the code.
2007-07-23 19:21:53 UTC by avix
-
avix committed patchset 44 of module argo2ecore to the argo2ecore CVS repository, changing 5 files.
2007-07-23 19:07:19 UTC by avix
-
I should have added that the "enumeration" shown in the Ecore model after conversion by argo2ecore is a [java.lang.Object] - presumably that's why it's not serializable. Also, I'm using ArgoUML 0.24 and wondering whether this behaves differently to version 0.22 when the green "new enumeration" icon is clicked.
The enumeration included in the test.zargo model at http://argo2ecore.sourceforge.
2007-06-28 05:25:03 UTC by thevet
-
1. Generate an ArgoUML graphical model including a class 'A' having an attribute 'x' which is an enumerated list 'B'.
2. Export the model as XMI, convert to Ecore using argo2ecore, and attempt to create an EMF model from that. The process of "validating and converting the Ecore models" fails with this diagnostic detail: "The attribute 'A.x' is not transient so it must have a data type that...
2007-06-28 02:52:50 UTC by thevet