You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/02/03 21:34:13 UTC

DO NOT REPLY [Bug 33396] - property name containing 3 periods fails

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=33396>.
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=33396





------- Additional Comments From ant@kruithof.xs4all.nl  2005-02-03 21:34 -------
Hi

The following build.xml returns the correct values for me using the latest ant
1.6 and the "head" version for 1.7, on both windows and linux.

<project name="test" default="test" basedir=".">
 <property name="GREG.JAVAC.EXCLUDED.FILES" value="TEST"/>
 <target name="test">
    <echo>
            ${GREG.JAVAC.EXCLUDED.FILES}
    </echo>
    </target>

</project>

have you tried to reproduce the problem using another property name?
What is the command line you used.
What are the contents of build / property files you used?


-- 
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org