DO NOT REPLY [Bug 16233] New: - Invalid bean setters do not generate an exception

2003-01-18 Thread bugzilla
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=16233. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16232] - Invalid bean setters do not generate an exception

2003-01-18 Thread bugzilla
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=16232. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant AntTag.java

2003-01-18 Thread jstrachan
jstrachan2003/01/18 01:49:12 Modified:jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant AntTag.java Log: Fixed the protocol to deduce if a tag should be treated as an Ant task, data type or nested property to work with CVS HEAD of Ant.

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

2003-01-18 Thread James Strachan
From: Morgan Delagrange [EMAIL PROTECTED] You were able to reproduce the error? You're further along than me. The email threads above seem to suggest a problem between Ant and BeanUtils, but when I try Maven with the the HEAD versions, Maven just silently exits with BUILD SUCCESSFUL. Try

Re: [jelly] Question on junit.CaseTag

2003-01-18 Thread James Strachan
From: [EMAIL PROTECTED] 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

Re: [Jelly] [Submit] New FMT Tags

2003-01-18 Thread Willie Vu
James, Sorry for the extra trouble this time. Sure I can do that next time. Willie --- James Strachan [EMAIL PROTECTED] wrote: 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

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections FastHashMap.java

2003-01-18 Thread scolebourne
scolebourne2003/01/18 04:47:34 Modified:collections/src/java/org/apache/commons/collections FastHashMap.java Log: Update licence Javadoc improvements Layout changes Revision ChangesPath 1.11 +246 -259

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections FastHashMap.java

2003-01-18 Thread scolebourne
scolebourne2003/01/18 05:37:12 Modified:collections/src/java/org/apache/commons/collections FastHashMap.java Log: Update clear() methods to run faster Revision ChangesPath 1.12 +5 -8

Re: LinkedFastHashMap?

2003-01-18 Thread Stephen Colebourne
- Original Message - From: Kyle R . Burton [EMAIL PROTECTED] Based on that huge win, we started to look at some of our other use of Java 1.4 collections, and I was hoping to find a replacement for a HashMap that preseved key insertion order and increaced performance -- for our

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections FastTreeMap.java

2003-01-18 Thread scolebourne
scolebourne2003/01/18 06:03:28 Modified:collections/src/java/org/apache/commons/collections FastTreeMap.java Log: Improve performance of clear() Update licence Javadoc and formatting Revision ChangesPath 1.11 +249 -269

Re: [jelly][betwixt]

2003-01-18 Thread Martin van den Bemt
Is this +1 on the move of the jelly tags for betwixt to betwxit itself ? (the thing I was investigating..) Mvgr, Martin On Sat, 2003-01-18 at 06:52, James Strachan wrote: +1 From: Morgan Delagrange [EMAIL PROTECTED] I think the Betwixt tags might be better as a separate build, although

[betwixt] Are some testcases broken without failing?

2003-01-18 Thread Martin van den Bemt
I am currently refactoring the BeanWriter and AbstractBeanWriter to spit out more nicely formatted xml. Although I already have serious doubts if the improvements made are worth the effort, I discovered some testcases failing because of it. It is about the strategy.TestElementsIO and the

Re: [configuration] SQLConfiguration

2003-01-18 Thread Martin Poeschl
Trygve Laugstøl wrote: Hi Ive created a SQLConfiguration class for storing the configuration in a sql database. I also created a ConfigurationException class encapsulating the SQLException/NamingException that may occur. For now ive only created a load() method, but I will implement save()

RE: [betwixt] Are some testcases broken without failing?

2003-01-18 Thread Tim Anderson
The background to the TestElementsIO case can be found here: http://nagoya.apache.org/eyebrowse/BrowseList?[EMAIL PROTECTED] pache.orgby=threadfrom=291924 Regards, Tim -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 19, 2003 2:45 AM To:

Re: [jelly][betwixt]

2003-01-18 Thread Morgan Delagrange
+1 from me, if that's what betwixt wants. :) - Morgan --- Martin van den Bemt [EMAIL PROTECTED] wrote: Is this +1 on the move of the jelly tags for betwixt to betwxit itself ? (the thing I was investigating..) Mvgr, Martin On Sat, 2003-01-18 at 06:52, James Strachan wrote: +1

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester HideRule.java

2003-01-18 Thread mvdb
mvdb2003/01/18 09:37:20 Modified:betwixt/src/java/org/apache/commons/betwixt/digester Tag: BETWIXT_1_0_ALPHA_1_RELEASE_BRANCH HideRule.java Log: Also merging change in the branch (thought I did in the first place..) Revision ChangesPath No

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

2003-01-18 Thread Jason van Zyl
On Sat, 2003-01-18 at 01:20, [EMAIL PROTECTED] wrote: I'm +1 on all of the parent's dependencies. After thinking about it for a while I think this is the best way as the behaviour can be well defined and I think all cases can be satisfied. -- dIon Gillard, Multitask Consulting Blog:

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/junit CaseTag.java RunTag.java SuiteTag.java AssertEqualsTag.java AssertTagSupport.java package.html JUnitTagLibrary.java AssertThrowsTag.java JellyAssertionFailedError.java FailTag.java JellyTestSuite.java AssertTag.java

2003-01-18 Thread dion
dion2003/01/18 22:01:27 Removed: jelly/src/java/org/apache/commons/jelly/tags/junit CaseTag.java RunTag.java SuiteTag.java AssertEqualsTag.java AssertTagSupport.java package.html JUnitTagLibrary.java

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags - New directory

2003-01-18 Thread dion
dion2003/01/18 22:02:34 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit AssertEqualsTag.java RunTag.java AssertThrowsTag.java JellyTestSuite.java JUnitTagLibrary.java package.html AssertTagSupport.java AssertTag.java SuiteTag.java FailTag.java CaseTag.java JellyAssertionFailedError.java

2003-01-18 Thread dion
dion2003/01/18 22:03:12 Added: jelly/src/test/org/apache/commons/jelly/tags/junit AssertEqualsTag.java RunTag.java AssertThrowsTag.java JellyTestSuite.java JUnitTagLibrary.java package.html

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit - New directory

2003-01-18 Thread dion
dion2003/01/18 22:02:42 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2003-01-18 Thread dion
dion2003/01/18 22:12:29 Modified:jelly/jelly-tags/ant .cvsignore Log: Ignore ant lib directory Revision ChangesPath 1.3 +1 -0 jakarta-commons-sandbox/jelly/jelly-tags/ant/.cvsignore Index: .cvsignore

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:34 jakarta-commons-sandbox/jelly/jelly-tags/junit - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags - New directory

2003-01-18 Thread dion
dion2003/01/18 22:16:11 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org - New directory

2003-01-18 Thread dion
dion2003/01/18 22:15:59 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit - New directory

2003-01-18 Thread dion
dion2003/01/18 22:16:18 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags - New directory

2003-01-18 Thread dion
dion2003/01/18 22:16:34 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit AssertTag.java AssertThrowsTag.java JUnitTagLibrary.java RunTag.java package.html FailTag.java AssertTagSupport.java JellyTestSuite.java CaseTag.java AssertEqualsTag.java SuiteTag.java JellyAssertionFailedError.java

2003-01-18 Thread dion
dion2003/01/18 22:17:10 Added: jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit AssertTag.java AssertThrowsTag.java JUnitTagLibrary.java RunTag.java package.html FailTag.java

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit - New directory

2003-01-18 Thread dion
dion2003/01/18 22:17:00 jakarta-commons-sandbox/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2003-01-18 Thread dion
dion2003/01/18 22:40:55 Modified:jelly/jelly-tags/ant project.xml jelly/jelly-tags/html project.xml jelly/jelly-tags/jsl project.xml jelly/jelly-tags/betwixt project.xml jelly/jelly-tags/xmlunit project.xml

cvs commit: jakarta-commons-sandbox/jelly commonDependencies.ent

2003-01-18 Thread dion
dion2003/01/18 22:51:20 Modified:jellycommonDependencies.ent Log: - Removed jaxp dependency, as the code it contains is a duplicate of the xml-apis - Made the betwixt dependency a version-date-time, rather than SNAPSHOT as the betwixt team are going through

cvs commit: jakarta-commons-sandbox/jelly commonDependencies.ent

2003-01-18 Thread dion
dion2003/01/18 22:53:29 Modified:jellycommonDependencies.ent Log: - Woops, should've gotten the beanutils dependency, not the betwixt one Revision ChangesPath 1.4 +1 -1 jakarta-commons-sandbox/jelly/commonDependencies.ent Index:

[jelly] Taglib split out - done?

2003-01-18 Thread dion
Things to do AFAICT: 1) The splitting of taglibs from core is now complete. 2) The dependencies of all tags look ok. 3) New snapshots of Jelly and the taglibs up on ibiblio. 4) Regen some ant build.xml and some gump descriptors. 5) Create web sites for all taglibs 6) Doco for all taglibs 7) Fix