DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37694>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37694


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From [EMAIL PROTECTED]  2006-09-10 22:46 -------
I do not see the problem:
I build an build.xml like:
<project default="call">
    <target name="call">
        <property environment="env"/>
        <java
            classname="org.apache.tools.ant.launch.Launcher"
            fork="true"
            failonerror="true"
            dir="."
            timeout="4000000"
            >
            <classpath>
                <pathelement location="${env.ANT_HOME}/lib/ant-launcher.jar"/>
            </classpath>
            <arg value="-buildfile"/><arg file="build.xml"/>
            <arg value="callee"/>
        </java>
        
    </target>
    <target name="callee">
        <echo>basedir is ${basedir}</echo>
    </target>
</project>

basedir gets outputed correctly in ant.1.6.5.

basedir gets set in ProjectHelper2 when it
is parsing the <project> tag of the build file.

Marking as NEEDINFO, could you run the build file?


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to