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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
                   |                            |o.uk
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2005-08-03 11:01 -------
Hi Folks,

I could reproduce this issue on a Win2k+3, after a little investigating through
the code, I got it.

 I found that's a really simple affair.
 It's not a bug at code level, perhaps it's an undocumented system requirement,
so the documentation has to be fixed.

 You simply have to add the ORO text processing lib (e.g. jakarta-oro-2.0.8.jar)
to your class path.

The thrown exception simply says there's something not there,

java.lang.NoClassDefFoundError:
org/apache/oro/text/regex/MalformedPatternException .

If you use the binary, you can figure this out by unjarring or unzipping the 
jar .
In the apache net commons jar is no package/folder "org/apache/oro".
As said already the needed class(es) are part of the ORO subproject.

If you use the source distribution this is more obvious, and ofcourse you can 
walk down the stack trace, and spot bugs.   

KR

Joerg Ruethschilling

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