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=15390>. 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=15390 regexp factories rely on undefined behaviour of runtime system ------- Additional Comments From [EMAIL PROTECTED] 2003-01-07 10:54 ------- Stefan, thank you. I wanted to test it, but the fix is not in nightly build "/builds/jakarta-ant/nightly/2003-01-06". I will try it later this week. One question about "ant.regexp.regexpimpl" property. If I set it as System Property then it works. But it does not work as Ant Property. The factory is always created (I found factory creation only in one place: org.apache.tools.ant.types.RegularExpression) by RegexpFactory.newRegexp() what means that project is null and that only System.getProperty is called and never the project.getProperty. Is this bug? Or am I missing something? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>