root.A variable 'nameOfSoftwareConfig' is set to 'B'
this is what I entered for the value of variable softwareDeployRoot in root.A:
${system.getConfiguration("root/" + vars.getValue("nameOfSoftwareConfig") ).getVar('deployRoot')}
but the value is not being set.
The value of deployRoot in root.B is set using XMLSlurper to obtain the value from a control file in Archiva.
Is it possible to do what I'm trying to do?