RE: splitting a search string into tokens

2004-04-05 Thread Robert Taylor
Daniel, Lexical analysis (i.e., tokenization) and parsing are two separate activities. Of which I no little about either. Sometimes you can get away with combining the two, but you'll find you can only do so much with split. I started coming to that conclusion as well. Define a regular

RE: Jakarta-Oro version...

2004-04-05 Thread Thomas Mitchell, Jr.
We are using 2.0.4 presently and the manifest is essentially empty. I just got the 2.0.8 jar and the maifest does have the version listed, thanks. I would vote to have a version class included, but simply for convenience. I will not be using a different class loader depending on the oro

Re: Jakarta-Oro version...

2004-04-05 Thread Daniel F. Savarese
In message [EMAIL PROTECTED] , Thomas Mitchell, Jr. writes: We are using 2.0.4 presently and the manifest is essentially empty. I just got the 2.0.8 jar and the maifest does have the version listed, thanks. Ouch! I checked the log and it doesn't look like we started adding version info to the

RE: Jakarta-Oro version...

2004-04-05 Thread Thomas Mitchell, Jr.
Just some thoughts on an API (if implemented): - Have a getFullVersion() that looks appealing in a single String. - Have getMajorVersion(), getMinorVersion(), and getRevision(), or getBuildNumber(). - Have the above return integers. - Although I have no real pull either way, it seems to me all

RE: Jakarta-Oro version...

2004-04-05 Thread Thomas Mitchell, Jr.
I would be happy to submit a patch, but I will have to research it a bit on the Jakarta site. Not sure how to proceed. Hopefully I will have something soon... Tom -Original Message- From: Daniel F. Savarese [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 12:56 PM To: ORO Users

RE: No debug info in 2.0.8 class files

2004-04-05 Thread Gary Gregory
Any ideas on timing for a 2.0.9? Thank you, Gary -Original Message- From: Daniel F. Savarese [mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 12:51 To: ORO Users List Subject: Re: No debug info in 2.0.8 class files In message [EMAIL PROTECTED], Ga ry Gregory writes:

Re: No debug info in 2.0.8 class files

2004-04-05 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Ga ry Gregory writes: Any ideas on timing for a 2.0.9? I don't want to give the appearance of having the final word on this, so this is just my speculation. I think the next release will be a 2.1 release. There's been some stuff on the TODO list for a while which

Re: Memo: whitespace character

2004-04-05 Thread jdijkmei
Hi, its not working because you r using a special character inside the set [], so it is recognized as the set (\, s) i think. Use either [ \\n\\f\\r\\t] or better, \\s (without the []). regards, Jeroen. Hi. My ORO Pattern is like this ^ISIN[\\s]{1}[A-Z]{12}. But it does not match a string