Skip to content

<Arg> element doesn't understand variables, e.g. ${ipmdir} #1007

@evshvarov

Description

@evshvarov

Tried to transfer the path where I installed data into the Init method to deal with installed files, but it stopped working.
Here is my setup:

<FileCopy Name="data/" Target="${ipmdir}data/"/>
       <Invokes>
        <Invoke Class="app.setup" Method="Init">
        <Arg>${ipmdir}</Arg>
        </Invoke>
      </Invokes>

it comes as "{ipmdir}" string to the Init() method.
It used to work previously.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions