jlabbe-processia / mxupdate

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

Support of multiple symbolic names for states of policies #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create policy with a state and symbolic name for the state:
add pol Test state create property state_create value create property 
state_exists value create
2. export the policy
exec prog MxUpdate --export --policy Test --path c:/temp

What is the expected output? What do you see instead?
The TCL update file should look like this:
updatePolicy "${NAME}" {
 :
  state "create"  {
    registeredName "state_create"
    registeredName "state_exists"
    :
  }
}
Currently only one registered name is exported!

Original issue reported on code.google.com by tim.mox...@googlemail.com on 22 Jun 2009 at 8:52

GoogleCodeExporter commented 8 years ago
solved with r443

Original comment by tim.mox...@googlemail.com on 22 Jun 2009 at 10:50

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@googlemail.com on 22 Jun 2009 at 11:11

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@googlemail.com on 22 Jun 2009 at 11:11

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@googlemail.com on 22 Jun 2009 at 11:11

GoogleCodeExporter commented 8 years ago
release of V0.5.1

Original comment by tim.mox...@googlemail.com on 29 Jun 2009 at 8:43

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@googlemail.com on 18 Jul 2009 at 6:50

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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