google-code-export / umple

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

Command line generation of Cpp ignores path options #609

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Generate Cpp from an umple file at the command line using the following:
java -jar umple.jar somefile.ump -g Cpp --path "a_path"

What is the expected output? What do you see instead?
The generated .cpp and .h files should be in the "a_path" directory. They 
appear in the same directory as the umple source file.

Original issue reported on code.google.com by CraigBry...@gmail.com on 23 Jul 2014 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 24 Jul 2014 at 2:59

GoogleCodeExporter commented 9 years ago
I think it should be "RTCpp", did you try RTCpp ?

Original comment by ahmedvc@gmail.com on 27 Jul 2014 at 8:42

GoogleCodeExporter commented 9 years ago
Yes, you are right, the RTCpp works fine.

Original comment by CraigBry...@gmail.com on 28 Jul 2014 at 1:15

GoogleCodeExporter commented 9 years ago
Actually, we should adjust this so that if 'cpp' is entered it generates RTCpp; 
to generate the other incomplete cpp we should require 'simplecpp'. Could 
someone make this change. It would be consistent with UmpleOnline then.

Original comment by TimothyCLethbridge on 28 Jul 2014 at 1:18