google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Ecore generator does not support multiple namespaces #526

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

From the example in http://cruise.eecs.uottawa.ca/umple/NamespaceDirectives.html

namespace school.admin;

class Faculty{}
class Student{}

namespace elevator.structure;

class Building
{
  1 -- * Classroom;
}

class Classroom{}

What is the expected output? What do you see instead?

Expected: Multiple package
Actual: One package for all classes

Original issue reported on code.google.com by ckchan.cs on 2 Mar 2014 at 11:16

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 7 Mar 2014 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by ckchan.cs on 9 May 2014 at 9:44

GoogleCodeExporter commented 9 years ago
I tried the example above and another one more complex at UmpleOnline and 
downloaded the resulting files and the package schemes were correct. Maybe this 
issue was already solved. 

Original comment by PedroAug...@gmail.com on 27 May 2014 at 3:58