https://issues.apache.org/bugzilla/show_bug.cgi?id=52621

Simon Steiner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Simon Steiner <[email protected]> 2012-02-21 
12:29:45 UTC ---
I had issue using:

    <macrodef name="test">
        <attribute name="ids"/>
        <sequential>
            <echo message="@{ids}"/>
        </sequential>
    </macrodef>

    <target name="test1">
        <test ids="${p}"/>
    </target>

    <property name="p" value="${build.drive}/build" />
    <property name="build.drive" value="a" />

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to