jlabbe-processia / mxupdate

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

Groups with Parent Groups are not correct Exported (and Updated) #156

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define two groups, first is parent of second
   add group "GROUP_FIRST";
   add group "GROUP_SECOND" parent "GROUP_FIRST";
2. Export second group:
  exec prog MxUpdate --export --group "GROUP_SECOND";

What is the expected output? What do you see instead?
The exported CI file should include a link to parent group. This is missing. 
Also this error message is shown:
WARNING! Url '/group/parentGroup' with value '' unknown and not parsed! 

Original issue reported on code.google.com by t...@moxter.net on 8 Sep 2011 at 12:03

GoogleCodeExporter commented 8 years ago
solved with r851

Original comment by t...@moxter.net on 15 Sep 2011 at 7:54

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@innobix.com on 7 Feb 2014 at 8:30