cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/ant build.xml

2003-01-17 Thread morgand
morgand 2003/01/17 23:45:49 Modified:jelly/jelly-tags/ant build.xml Log: turned the STDOUT Junit formatter back on Revision ChangesPath 1.4 +1 -1 jakarta-commons-sandbox/jelly/jelly-tags/ant/build.xml Index: build.xml

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread Morgan Delagrange
--- [EMAIL PROTECTED] wrote: > Morgan Delagrange <[EMAIL PROTECTED]> wrote on > 18/01/2003 05:59:33 PM: > > > > I like the entity approach though. It creates a > > single place to update the principal Jelly > > dependencies rather than two (jelly/project.xml > and > > jelly-tags/jelly-tags/tag-p

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/ant build.xml

2003-01-17 Thread morgand
morgand 2003/01/17 23:26:21 Modified:jelly/jelly-tags/ant build.xml Log: updating with util tag and latest xerces Revision ChangesPath 1.3 +12 -10jakarta-commons-sandbox/jelly/jelly-tags/ant/build.xml Index: build.xml =

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread dion
Morgan Delagrange <[EMAIL PROTECTED]> wrote on 18/01/2003 05:59:33 PM: > > --- James Strachan <[EMAIL PROTECTED]> wrote: > > From: <[EMAIL PROTECTED]> > > > "James Strachan" <[EMAIL PROTECTED]> > > wrote on 18/01/2003 05:30:03 > > > PM: > > > > > > > Actually having said that - the dependencies >

Re: [jelly] Question on junit.CaseTag

2003-01-17 Thread dion
news <[EMAIL PROTECTED]> wrote on 08/01/2003 06:03:51 AM: > Debugging the Ant task junit failure, the error occurs in > parallelCopyWithReference. By playing with a correct combination of Ant > and BeanUtil versions, I have finally been able to coax out an error > message that means something

Re: [Jelly] ant and html tags still broken in GUMP

2003-01-17 Thread Morgan Delagrange
--- James Strachan <[EMAIL PROTECTED]> wrote: > From: "Morgan Delagrange" <[EMAIL PROTECTED]> > > Hey all, > > > > The fact that the HTML tags are broken doesn't > impact > > any other projects, although it would probably be > a > > kindness to Xerces and/or nekohtml to figure out > what > > the p

Re: [Jelly] ant and html tags still broken in GUMP

2003-01-17 Thread James Strachan
From: "Morgan Delagrange" <[EMAIL PROTECTED]> > Hey all, > > The fact that the HTML tags are broken doesn't impact > any other projects, although it would probably be a > kindness to Xerces and/or nekohtml to figure out what > the problem is. > > The Ant tags, on the other hand, are direct > depend

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread Morgan Delagrange
--- James Strachan <[EMAIL PROTECTED]> wrote: > From: <[EMAIL PROTECTED]> > > "James Strachan" <[EMAIL PROTECTED]> > wrote on 18/01/2003 05:30:03 > > PM: > > > > > Actually having said that - the dependencies > that we want to inherit in > > each > > > jelly-tags build are different to the main Je

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread James Strachan
From: <[EMAIL PROTECTED]> > "James Strachan" <[EMAIL PROTECTED]> wrote on 18/01/2003 05:30:03 > PM: > > > Actually having said that - the dependencies that we want to inherit in > each > > jelly-tags build are different to the main Jelly project.xml. I guess we > > could have a parent jelly-tags/pr

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread dion
"James Strachan" <[EMAIL PROTECTED]> wrote on 18/01/2003 05:30:03 PM: > Actually having said that - the dependencies that we want to inherit in each > jelly-tags build are different to the main Jelly project.xml. I guess we > could have a parent jelly-tags/project.xml which is just used to share

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/fmt project.xml

2003-01-17 Thread dion
dion2003/01/17 22:35:27 Modified:jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt FmtTagLibrary.java jelly/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt suite.jelly jelly/jelly-ta

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/fmt .cvsignore

2003-01-17 Thread dion
dion2003/01/17 22:34:41 Added: jelly/jelly-tags/fmt .cvsignore Log: Ignoring build output Revision ChangesPath 1.1 jakarta-commons-sandbox/jelly/jelly-tags/fmt/.cvsignore Index: .cvsignore =

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread James Strachan
From: "James Strachan" <[EMAIL PROTECTED]> > From: <[EMAIL PROTECTED]> > > I'm +1 on all of the parent's dependencies. > > Agreed. For now grouping dependencies somehow (into compile, test, other > etc) is a nice to have. Actually having said that - the dependencies that we want to inherit in each

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt SetLocaleTag.java

2003-01-17 Thread dion
dion2003/01/17 22:25:15 Modified:jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt SetLocaleTag.java Log: Applied patch from Willie Vu Revision ChangesPath 1.2 +152 -7 jakarta-commons-sandbox/jelly/jelly-tags/fmt/src/jav

Re: [jelly-tags-fmt] [Patch] src/java/org/apache/commons/jelly/tags/fmt/MessageTag.java

2003-01-17 Thread dion
Applied, thanks! -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au "Willie Vu" <[EMAIL PROTECTED]> wrote on 17/01/2003 09:30:04 PM: > Attached is a patch for removing the task for trimming key because Jelly > TagSup

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt MessageTag.java

2003-01-17 Thread dion
dion2003/01/17 22:22:47 Modified:jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt MessageTag.java Log: Applied patch from Willie Vu Revision ChangesPath 1.2 +5 -6 jakarta-commons-sandbox/jelly/jelly-tags/fmt/src/java/

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread James Strachan
From: <[EMAIL PROTECTED]> > I'm +1 on all of the parent's dependencies. Agreed. For now grouping dependencies somehow (into compile, test, other etc) is a nice to have. James --- http://radio.weblogs.com/0112098/ > -- > dIon Gillard, Multitask Consulting > Blog: http://www.freeroller.ne

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread dion
I'm +1 on all of the parent's dependencies. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Jason van Zyl <[EMAIL PROTECTED]> wrote on 18/01/2003 04:38:51 PM: > On Fri, 2003-01-17 at 09:45, James Strachan wrote: >

Re: [Jelly] jelly(tags) do not build with maven b7

2003-01-17 Thread dion
"Mark Dimon" <[EMAIL PROTECTED]> wrote on 18/01/2003 04:44:02 PM: > > > > However :) > > > > > > jeez does not build: > > > > Jeez is no longer part of Jelly. It's moved back into Maven. Where are you > > trying to build it from? > > > > The taglib in /jelly-tags/jeez This got deleted a

Re: [Jelly] jelly(tags) do not build with maven b7

2003-01-17 Thread Mark Dimon
> The taglib in /jelly-tags/jeez > What an Idiot i am , there are no file's in there ! applogies for wasting everyones time ! Mark. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [jelly][betwixt]

2003-01-17 Thread James Strachan
+1 From: "Morgan Delagrange" <[EMAIL PROTECTED]> > I think the Betwixt tags might be better as a separate > build, although that build could be under the Jelly or > Betwixt tree. > > Here's the rule of thumb IMO. If an application > cannot be executed without Jelly (e.g. Maven, Latka), > then th

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread James Strachan
From: "Jason van Zyl" <[EMAIL PROTECTED]> > On Fri, 2003-01-17 at 09:45, James Strachan wrote: > > From: <[EMAIL PROTECTED]> > > > Before I forget > > > > > > I've been able to get the maven reactor going if I remove the use of the > > > &commonDeps; entity. > > > > > > I've not found a way aro

Re: [Jelly] [Submit] New FMT Tags

2003-01-17 Thread James Strachan
Hi Willie Thanks for all of these fmt patches. Any chance you could send patches using the + and - style of diffs (rather than < and >) - then eclipse can understand the patches and I don't have to apply them manually?. i.e. use the '-u' option. e.g. http://jakarta.apache.org/site/source.html#Pat

Re: [jelly] reactor building with maven tags-build

2003-01-17 Thread Jason van Zyl
On Fri, 2003-01-17 at 09:45, James Strachan wrote: > From: <[EMAIL PROTECTED]> > > Before I forget > > > > I've been able to get the maven reactor going if I remove the use of the > > &commonDeps; entity. > > > > I've not found a way around this other than to copy the file into another > > loca

Re: [Jelly] jelly(tags) do not build with maven b7

2003-01-17 Thread Mark Dimon
> > However :) > > > > jeez does not build: > > Jeez is no longer part of Jelly. It's moved back into Maven. Where are you > trying to build it from? > The taglib in /jelly-tags/jeez is this now redundant ? , no problem I don't know what it is :) Mark. -- To unsubscribe, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly TagLibrary.java

2003-01-17 Thread jstrachan
jstrachan2003/01/17 21:21:08 Modified:jelly/src/java/org/apache/commons/jelly TagLibrary.java Log: Removed more redundant code, spotted by Christian Sell Revision ChangesPath 1.19 +6 -8 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/TagLibrary.

DO NOT REPLY [Bug 16231] New: - org.apache.commons.beanutils.ConversionException: Cannot assign value of

2003-01-17 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

DO NOT REPLY [Bug 15450] - Ability to set levels for loggers

2003-01-17 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

DO NOT REPLY [Bug 16227] New: - Added class hierachy support to CompareToBuilder.reflectionCompare()

2003-01-17 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

LinkedFastHashMap?

2003-01-17 Thread Kyle R . Burton
First, thank you ever so much for UnboundedFifoBuffer. We chagned 4 lines of code to move from using ArrayList as a FIFO to UnboundedFifoBuffer and realized a 600x improvement in the run-time of one of our test cases. That was so astounding that we didn't beleive the numbers at first, but after

DO NOT REPLY [Bug 16225] - ExtendedProperties never sets isInitialized

2003-01-17 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

DO NOT REPLY [Bug 16225] New: - ExtendedProperties never sets isInitialized

2003-01-17 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] jelly(tags) do not build with maven b7

2003-01-17 Thread Mark Dimon
- Original Message - From: <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 3:47 PM Subject: Re: [Jelly] jelly(tags) do not build with maven b7 > This one is a compile error I fixed today. Update the code and try again > :) > G

Re: [jelly][betwixt]

2003-01-17 Thread Martin van den Bemt
Note: (wtf everyone I have to reply to doesn't have the reply to set the mailinglist, really anoying) With the seperation of builds that is currently ongoing I meant to say that it is possible to release a new betwixt tag library when betwixt does a release or a change, seperately from the jelly c

Re: [jelly][betwixt]

2003-01-17 Thread Martin van den Bemt
That's the thing I was talking about :) Mvgr, Martin On Fri, 2003-01-17 at 22:52, Rodney Waldhoff wrote: > I like Morgan's "opinion" on this. > > A third option would be a separate build/jar within betwixt itself. > Distinguishing between the a separate build in betwixt and a separate > build i

Re: [jelly][betwixt]

2003-01-17 Thread Rodney Waldhoff
I like Morgan's "opinion" on this. A third option would be a separate build/jar within betwixt itself. Distinguishing between the a separate build in betwixt and a separate build in jelly might be function of how "central" the tags are to jelly. My personal preference would be to keep the jelly ta

Re: [jelly][betwixt]

2003-01-17 Thread Morgan Delagrange
I think the Betwixt tags might be better as a separate build, although that build could be under the Jelly or Betwixt tree. Here's the rule of thumb IMO. If an application cannot be executed without Jelly (e.g. Maven, Latka), then the application should host the tags in its main build. Contraril

[jelly][betwixt]

2003-01-17 Thread Martin van den Bemt
Hi everyone, I was thinking about removing the betwixt taglib from jelly and putting it in betwixt itself. (although with the current seperation going on, it shouldn't give a lot of problems when it remains in jelly). Any ideas? Mvgr, Martin -- To unsubscribe, e-mail:

Re: Collections: Binary Tree

2003-01-17 Thread Rodney Waldhoff
The commons-dev list, with a [collections][patch] prefix in the subject line. See , although if it is a brand-new file, a simple attachement should suffice. On Fri, 17 Jan 2003, Ryan Schutt wrote: > Hello, > > I have a BinaryTree class that I'd

DO NOT REPLY [Bug 10543] - generate ant task automatically from CLI

2003-01-17 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

DO NOT REPLY [Bug 15521] - Enhancement to the MissingOptionException class

2003-01-17 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

DO NOT REPLY [Bug 15648] - Quoted strings as a single argument.

2003-01-17 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

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli Parser.java Util.java

2003-01-17 Thread jkeyes
jkeyes 2003/01/17 12:00:14 Modified:cli/src/test/org/apache/commons/cli BugsTest.java cli/src/java/org/apache/commons/cli Parser.java Util.java Log: removed the leading and trailing spaces from multi token option values Revision ChangesPath 1.16 +2 -2

DO NOT REPLY [Bug 16193] - Hierarchy support in EqualsBuilder.reflectionEquals()

2003-01-17 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

DO NOT REPLY [Bug 16193] - Hierarchy support in EqualsBuilder.reflectionEquals()

2003-01-17 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

DO NOT REPLY [Bug 16193] - Hierarchy support in EqualsBuilder.reflectionEquals()

2003-01-17 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: [util] status

2003-01-17 Thread scolebourne
> from:Henri Yandell <[EMAIL PROTECTED]> > did this successfully die? > > identifier/ IdentifierUtils in [lang]util > lru/ To be deleted > StopWatch StopWatch in [lang]time > > appear to be hanging on. I'm pretty sure lru is very very dead. > the other two are looking for a new home I bel

Re: Collections: Binary Tree

2003-01-17 Thread scolebourne
Send a ZIP to the list is usually best. Make sure you put in the Apache licence or indicate clearly that its a submission. We have had suggestions of a Tree structure before (search for Tree and TreeNode). Ideally it would be good to get TreeNode and BinaryTree integrated to create one new inte

[Jelly] ant and html tags still broken in GUMP

2003-01-17 Thread Morgan Delagrange
Hey all, The fact that the HTML tags are broken doesn't impact any other projects, although it would probably be a kindness to Xerces and/or nekohtml to figure out what the problem is. The Ant tags, on the other hand, are direct dependencies of three other builds, and indirectly they are a depend

Collections: Binary Tree

2003-01-17 Thread Ryan Schutt
Hello, I have a BinaryTree class that I'd like to contribute to commons collections. I'm amazed that nobody has brought this up before (I searched through the archives), but it has been useful for me, and hopefully will be useful for others. Who should I send it to? -Ryan -- To unsubscribe, e

cvs commit: jakarta-commons/betwixt LICENSE.txt

2003-01-17 Thread mvdb
mvdb2003/01/17 09:14:44 Modified:betwixt LICENSE.txt Log: Changing 2002 to 2003. Revision ChangesPath 1.3 +1 -1 jakarta-commons/betwixt/LICENSE.txt Index: LICENSE.txt === RCS file: /h

Re: [VOTE] commons-beanutils 1.6 release

2003-01-17 Thread Craig R. McClanahan
+1, by the way ... forgot to vote yesterday. Craig On Thu, 16 Jan 2003, robert burrell donkin wrote: > Date: Thu, 16 Jan 2003 19:32:43 + > From: robert burrell donkin <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: Jakarta Commons Developers <[EMAIL

Re: [morphos] next steps was Re: [morphos] [PATCH] some funcionality

2003-01-17 Thread Nicola Ken Barozzi
Tomasz Pik wrote: Nicola Ken Barozzi wrote: [...] The next step I want to do is to make it possible to use Cocoon Blocks in it as a components drop-in system. It's not so clear to me :-( As always, problem with project dependencies. 1) Morphos depends on Cocoon? 2) Cocoon (in the future)

DO NOT REPLY [Bug 16216] New: - Fails when request doesn't end with boundary text

2003-01-17 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

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/html build.xml

2003-01-17 Thread dion
dion2003/01/17 07:48:02 Modified:jelly/jelly-tags/html build.xml Log: Regen ant build file Revision ChangesPath 1.3 +4 -1 jakarta-commons-sandbox/jelly/jelly-tags/html/build.xml Index: build.xml ===

Re: [Jelly] jelly(tags) do not build with maven b7

2003-01-17 Thread dion
This one is a compile error I fixed today. Update the code and try again :) We have fixed various bugs in Maven as part of the jelly refactoring (and still have some to go). To build Jelly currently I'd recommend a recent CVS build of Maven. -- dIon Gillard, Multitask Consulting Blog: http

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/expression MethodExpression.java

2003-01-17 Thread mvdb
mvdb2003/01/17 07:07:28 Modified:betwixt/src/java/org/apache/commons/betwixt/expression MethodExpression.java Log: Improved logging. Revision ChangesPath 1.5 +7 -7 jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/expressi

DO NOT REPLY [Bug 16206] New: - BeanUtils.copyProperties fails with indexed getter for List -> ArrayList

2003-01-17 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] reactor building with maven tags-build

2003-01-17 Thread James Strachan
From: <[EMAIL PROTECTED]> > Before I forget > > I've been able to get the maven reactor going if I remove the use of the > &commonDeps; entity. > > I've not found a way around this other than to copy the file into another > location, which is not a great answer. > > We can either 'fix' this iss

DO NOT REPLY [Bug 16204] New: - Infinite loop in StringUtils.replace(text, repl, with) + FIX

2003-01-17 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: [lang] Bug #14357

2003-01-17 Thread Max Rydahl Andersen
I'm the bug-creator and if the usage of system property is unacceptable, then i'll suggest NestableException should be changed to conform better to how JDK 1.4 prints exception - not just to be "complaint", but just to do the most reasonably expected thing...which is: Print the top-most exception f

Re: [VOTE] commons-beanutils 1.6 release

2003-01-17 Thread Martin van den Bemt
I added version 1.6 Final to bugzilla (also added version for use with betwixt version btw) Mvgr, Martin On Thu, 2003-01-16 at 20:58, robert burrell donkin wrote: > On Thursday, January 16, 2003, at 07:43 PM, Henri Yandell wrote: > > > > > I'm +1 on a beanutils release, [and will attempt to look

[GUMP] Build Failure - commons-jelly-tags-ant

2003-01-17 Thread Morgan Delagrange
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/j

[GUMP] Build Failure - commons-jelly-tags-html

2003-01-17 Thread Morgan Delagrange
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/

[GUMP] Build Failure - commons-graph

2003-01-17 Thread commons-graph development
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/jakarta/jak

DO NOT REPLY [Bug 16202] New: - typo in the javadoc example code

2003-01-17 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

cvs commit: jakarta-commons/beanutils/xdocs index.xml

2003-01-17 Thread rwaldhoff
rwaldhoff2003/01/17 05:52:26 Modified:beanutils/xdocs index.xml Log: add links for 1.4, 1.4.1 and 1.5 releases Revision ChangesPath 1.2 +3 -0 jakarta-commons/beanutils/xdocs/index.xml Index: index.xml =

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/jsl project.xml

2003-01-17 Thread dion
dion2003/01/16 16:00:13 Modified:jelly/jelly-tags/jsl project.xml Log: Add log dependency and make sure test dependencies are in the right classloader Revision ChangesPath 1.8 +17 -0 jakarta-commons-sandbox/jelly/jelly-tags/jsl/project.xml Index: projec

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly testThread.jelly TestParser.java

2003-01-17 Thread dion
dion2003/01/16 15:36:39 Removed: jelly/src/test/org/apache/commons/jelly testThread.jelly TestParser.java Log: Move to xml taglib -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly test_args.jelly

2003-01-17 Thread dion
dion2003/01/16 15:36:13 Modified:jelly/src/test/org/apache/commons/jelly test_args.jelly Log: Add whitespace Revision ChangesPath 1.4 +2 -0 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test_args.jelly Index: test_args.jelly ==

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/define project.xml

2003-01-17 Thread dion
dion2003/01/16 19:51:55 Modified:jelly/jelly-tags/define project.xml Log: Add xml, log and dynabean as dependencies Revision ChangesPath 1.2 +22 -0 jakarta-commons-sandbox/jelly/jelly-tags/define/project.xml Index: project.xml

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/betwixt project.xml

2003-01-17 Thread dion
dion2003/01/16 19:48:18 Modified:jelly/jelly-tags/betwixt project.xml Log: Add log as a test dep Revision ChangesPath 1.8 +10 -0 jakarta-commons-sandbox/jelly/jelly-tags/betwixt/project.xml Index: project.xml ==

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly run_all.jelly

2003-01-17 Thread dion
dion2003/01/16 15:31:35 Modified:jelly/src/test/org/apache/commons/jelly run_all.jelly Log: remove scripts that are now in other plugins Revision ChangesPath 1.6 +0 -11 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/run_all.jelly Index

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly suite.jelly

2003-01-17 Thread dion
dion2003/01/16 15:35:12 Modified:jelly/src/test/org/apache/commons/jelly suite.jelly Log: remove log tag usage Revision ChangesPath 1.14 +4 -5 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/suite.jelly Index: suite.jelly

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate suite.jelly

2003-01-17 Thread dion
dion2003/01/16 20:45:47 Modified: jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate suite.jelly Log: Remove log taglib usage Revision ChangesPath 1.2 +3 -5 jakarta-commons-sandbox/jelly/jelly-tags/validate/sr

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/bean project.xml

2003-01-17 Thread dion
dion2003/01/16 19:42:51 Modified:jelly/jelly-tags/bean project.xml Log: Add log as a test dep Revision ChangesPath 1.3 +11 -0 jakarta-commons-sandbox/jelly/jelly-tags/bean/project.xml Index: project.xml

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly show_args.jelly

2003-01-17 Thread dion
dion2003/01/16 15:32:21 Modified:jelly/src/test/org/apache/commons/jelly show_args.jelly Log: Add some whitespace Revision ChangesPath 1.5 +1 -2 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/show_args.jelly Index: show_args.jelly =

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/util/src/test/org/apache/commons/jelly/tags/util suite.jelly

2003-01-17 Thread dion
dion2003/01/16 20:42:52 Modified:jelly/jelly-tags/util/src/test/org/apache/commons/jelly/tags/util suite.jelly Log: Remove log taglib usage Revision ChangesPath 1.3 +2 -3 jakarta-commons-sandbox/jelly/jelly-tags/util/src/test/org/ap

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly TagLibrary.java

2003-01-17 Thread jstrachan
jstrachan2003/01/16 22:59:03 Modified:jelly/src/java/org/apache/commons/jelly TagLibrary.java Log: Removed redundant code spotted by Christian Sell Revision ChangesPath 1.18 +6 -12 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/TagLibrary.java

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/jsl build.xml

2003-01-17 Thread dion
dion2003/01/16 19:36:29 Modified:jelly/jelly-tags/jsl build.xml Log: regen ant build file Revision ChangesPath 1.2 +4 -2 jakarta-commons-sandbox/jelly/jelly-tags/jsl/build.xml Index: build.xml =

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit suite.jelly

2003-01-17 Thread dion
dion2003/01/16 20:56:32 Modified:jelly/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit suite.jelly Log: Remove log taglib usage Revision ChangesPath 1.2 +3 -4 jakarta-commons-sandbox/jelly/jelly-tags/xmlunit/src/te

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml transformExampleSAXOutputNestedTransforms.jelly TestParser.java suite.jelly

2003-01-17 Thread dion
dion2003/01/16 20:53:15 Modified:jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml transformExampleSAXOutputNestedTransforms.jelly TestParser.java suite.jelly Log: Remove log taglib usage Revision ChangesPath

[jelly-tags-fmt] [Patch] src/test/org/apache/commons/jelly/tags/fmt/suite.jelly

2003-01-17 Thread Willie Vu
Attached is a patch for adding new test cases for new fmt tags. -- Willie Vu suite.jelly.patch Description: Binary data -- To unsubscribe, e-mail: For additional commands, e-mail:

[jelly-tags-fmt] [Patch] project.xml

2003-01-17 Thread Willie Vu
Attached is a patch for adding dependencies to run test cases. -- Willie Vu project.xml.patch Description: Binary data -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 16193] - Hierarchy support in EqualsBuilder.reflectionEquals()

2003-01-17 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

DO NOT REPLY [Bug 16198] New: - isEmail accepts Umlauts and other non-ASCII characters

2003-01-17 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

DO NOT REPLY [Bug 16193] New: - Hierarchy support in EqualsBuilder.reflectionEquals()

2003-01-17 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

DO NOT REPLY [Bug 13367] - StringUtil enhancement

2003-01-17 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