DO NOT REPLY [Bug 14536] New: - build.xml line 252 references file `LICENSE' in wrong place

2002-11-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[lang] Bugs in JavaDoc comments

2002-11-13 Thread Martin Cooper
The JavaDoc comments for ValuedEnum are a little confused. There is a mixture of JavaVersion and JavaVersionEnum, probably caused by a change of mind at some point. ;-) I'd supply a patch, but I don't know which name you'd prefer to keep. -- Martin Cooper -- To unsubscribe, e-mail:

RE: RE: CalendarUtils in lang

2002-11-13 Thread travis
Attached. Just has the getRange() function, but might be a good place to start. travis Original Message From: Steven Caswell <[EMAIL PROTECTED]> Sent: 2002-11-13 To: 'Jakarta Commons Developers List' <[EMAIL PROTECTED]> Subject: RE: CalendarUtils in lang Nothing that I know of at the

Conversion utilities

2002-11-13 Thread travis
I also have a package of conversion classes that convert different measurements from imperial to metric and vice versa for things like Length, Pressure, Force, etc. And along with that I have a Fraction and FractionFormat class that deals with fractions (parsing, formatting, etc). Wonder if com

RE: CalendarUtils in lang

2002-11-13 Thread Steven Caswell
Nothing that I know of at the moment. I'm planning to do some stuff but just haven't had the bandwidth yet. Would like to see what you've got. Steven Caswell [EMAIL PROTECTED] a.k.a Mungo Knotwise of Michel Delving "One ring to rule them all, one ring to find them..." > -Original Message---

RE: [jelly] XML element nesting out of order

2002-11-13 Thread J. Matthew Pryor
James you are awesome Thanks again !! j. matthew pryor <[EMAIL PROTECTED]> versata, inc. -Original Message- From: James Strachan [mailto:james_strachan@;yahoo.co.uk] Sent: Wednesday, November 13, 2002 11:35 AM To: J. Matthe

DO NOT REPLY [Bug 14523] New: - SetNextRule can't convert type authomatically

2002-11-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [jelly] XML element nesting out of order

2002-11-13 Thread James Strachan
Hi Matthew From: "J. Matthew Pryor" <[EMAIL PROTECTED]> > James, > > I really appreciate all your help; I am making good progress. I took out > my default namespace and that unblocked me for now. > > This time I have another issue and I am not sure if the fault is mine or > not > > Here is my goal

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/xml ElementTag.java

2002-11-13 Thread jstrachan
jstrachan2002/11/13 11:35:16 Modified:jelly/src/test/org/apache/commons/jelly/xml suite.jelly jelly/src/java/org/apache/commons/jelly/tags/xml ElementTag.java Log: Patch to fix nesting of and tags as well as new JellyUnit test cases to test i

Re: [lang] Notifier

2002-11-13 Thread Henri Yandell
Note to self [and for any comments]: Notifier needs to have an option to, or always, use a weak referenced list so that Lapsed Listener's can be set to not occur. Hen -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/text ConvertUtils.java

2002-11-13 Thread husted
husted 2002/11/13 11:15:31 Modified:scaffold/src/java/org/apache/commons/scaffold/text ConvertUtils.java Log: + ConvertUtils: Add and refactor some Timestamp methods. Revision ChangesPath 1.6 +40 -9 jakarta-commons-sandbox/scaffold/src/

[digester] SetNextRule problem

2002-11-13 Thread Eugen Kuleshov
Hello, I've been playing with Digester for quite a while. I use it to make na XML binding to the proprietory Java object model which is already exists. There is a lot of challenges in this process, because object model was designed without having such a task in mind. I have the case, when one

Re: commons.net.telnet Issue with windows2000

2002-11-13 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, "Vijaykuma r S - CTD, Chennai." writes: >I am creating Telnet communication with a Windows machine. After logged-in >into windows, apart from normal prompt , it is also diplaying some Junk >characters. How to get rid off this junk characters. Use an ANSI-compatible

[jelly] XML element nesting out of order

2002-11-13 Thread J. Matthew Pryor
James, I really appreciate all your help; I am making good progress. I took out my default namespace and that unblocked me for now. This time I have another issue and I am not sure if the fault is mine or not Here is my goal:

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/expression ExpressionSupport.java CompositeExpression.java

2002-11-13 Thread jstrachan
jstrachan2002/11/13 08:55:27 Modified:jellyproject.xml project.properties jelly/src/java/org/apache/commons/jelly/tags/ojb BrokerTag.java StoreTag.java jelly/src/java/org/apache/commons/jelly/expression Exp

commons.net.telnet Issue with windows2000

2002-11-13 Thread Vijaykumar S - CTD, Chennai.
I am using org.apache.commons.net.telnet package. I am creating Telnet communication with a Windows machine. After logged-in into windows, apart from normal prompt , it is also diplaying some Junk characters. How to get rid off this junk characters. Thanks in Advance! -vijay Example : The comman

Re: [jxpath] - Naming conventions.

2002-11-13 Thread Dmitri Plotnikov
Kenneth, Methods only. JXPath uses java.beans.Introspector to do the property identification, thus it currently strictly follows the JavaBeans standard. - Dmitri --- Kenneth Petersen <[EMAIL PROTECTED]> wrote: > Hi. > > I am a bit confused as to how properties of beans are identified. > Doe

cvs commit: jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/sql StorageBeanBase.java

2002-11-13 Thread husted
husted 2002/11/13 04:45:44 Modified:scaffold/src/java/org/apache/commons/scaffold/sql StorageBeanBase.java Log: + Storable, StorageBeanBase: Change "primaryKey" to "storageKey" Revision ChangesPath 1.13 +33 -16 jakarta-commons-sandbox/sca

cvs commit: jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/http ResourceServlet.java

2002-11-13 Thread husted
husted 2002/11/13 04:45:09 Modified:scaffold/src/java/org/apache/commons/scaffold/http ResourceServlet.java Log: + Additional logging when verbose is set. Revision ChangesPath 1.3 +8 -0 jakarta-commons-sandbox/scaffold/src/java/org/apa

cvs commit: jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/util Storable.java

2002-11-13 Thread husted
husted 2002/11/13 04:44:25 Modified:scaffold/src/java/org/apache/commons/scaffold/util Storable.java Log: + Storable: Change "primaryKey" to "storageKey" Revision ChangesPath 1.2 +3 -3 jakarta-commons-sandbox/scaffold/src/java/org/apac

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/xml XPathExpression.java

2002-11-13 Thread jstrachan
jstrachan2002/11/13 01:03:31 Modified:jelly/src/test/org/apache/commons/jelly/xml suite.jelly jelly/src/test/org/apache/commons/jelly/junit suite.jelly jelly/src/java/org/apache/commons/jelly/tags/xml XPathExpression.java Log: Add