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

           Summary: property name containing 3 periods fails
           Product: Ant
           Version: 1.6.2
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following property does not return its value in ant 1.6.2. 

<property name="GREG.JAVAC.EXCLUDED.FILES" value="TEST"/>

This example below does work and return its correct value in ant 1.4.2.

<property name="GREG.JAVAC.EXCLUDED" value="TEST"/>

Difference is the 3 periods vs the 2 periods in the property name.

Thanks
Greg

-- 
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