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

Condition property contains does not support casesensitive

           Summary: Condition property contains does not support
                    casesensitive
           Product: Ant
           Version: 1.5.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I check for a substring in a specified string. This check should not be
casesensitive. 

The linke for the check looks like this:

<condition property="PMEandBASEmatch">
  <contains string="${pme.ASV_base}" substring="${asv.driver.check}"
casesensitive="false"/>
</condition>

The message coming up:
file:xxx:2352: Class org.apache.tools.ant.filters.LineContains$Contains doesn't
support the "casesensitive" attribute.

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

Reply via email to