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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14833

errorsbeginat property in http condition cannot be set

           Summary: errorsbeginat property in http condition cannot be set
           Product: Ant
           Version: 1.5.1
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If I try a task like 
<waitfor>
  <http url="${webserver.applicationRoot}" errorsbeginat="404"/>
</waitfor>

I get the error message 
Class org.apache.tools.ant.taskdefs.condition.Http doesn't support 
the "errorsbeginat" attribute.

This is most likely because of a misspelling in http.java - the method is named
SetErrorsBeginAt where it should have been setErrorsBeginAt with a lowercase s.

It is not fixed in 1.6Alpha.

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

Reply via email to