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 ant.regexp.regexpimpl only works if it is a system property [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Enhancement |Normal Status|REOPENED |NEW Component|Core |Optional Tasks Keywords| |TryAgain OS/Version|All |Windows NT/2K Priority|Other |Medium Version|1.5.1 |1.5.3 ------- Additional Comments From [EMAIL PROTECTED] 2003-06-24 18:47 ------- I have developed a custom Task that uses IBM RegExp package. I have added the classpath to the RegEx.jar explicily in the target using classpath tag. But still I keep getting NoClassDefFoundError for com.ibm.regex.REUtil, I have tried all the combinations of classpath tag given in the documentation. Eg: <taskdef name="DoStuff" classname="tasks.Searcher" classpath="C:/ANTI/regex.jar"/> NOTE: This works fine, when the RegEx.jar is in my system classpath variable. any quick fix solutions?? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]