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

2004-04-17 Thread bayard
bayard 2004/04/17 23:16:35 Modified:io/xdocs index.xml Log: updated for a release. maybe Revision ChangesPath 1.7 +1 -3 jakarta-commons/io/xdocs/index.xml Index: index.xml === RCS file: /

cvs commit: jakarta-commons/io RELEASE-NOTES.txt

2004-04-17 Thread bayard
bayard 2004/04/17 23:14:52 Modified:io RELEASE-NOTES.txt Log: improved release notes Revision ChangesPath 1.4 +13 -9 jakarta-commons/io/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt ===

[GUMP@lsd]: jelly-tags/commons-jelly-tags-define failed

2004-04-17 Thread Morgan Delagrange
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-jelly-tags-define has an issue affecting its community integration, a

[GUMP@lsd]: jelly-tags/commons-jelly-tags-jetty failed

2004-04-17 Thread Morgan Delagrange
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-jelly-tags-jetty has an issue affecting its community integration, and

[GUMP@lsd]: jelly-tags/commons-jelly-tags-jsl failed

2004-04-17 Thread Morgan Delagrange
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-jelly-tags-jsl has an issue affecting its community integration, and

RE: Simple RPC Calls

2004-04-17 Thread Noel J. Bergman
> > Have you seen XMLRPC (http://ws.apache.org/xmlrpc/) and AltRMI > > (http://incubator.apache.org/projects/altrmi/)? > AltRMI I wasn't aware of. Looks very interresting and promising > but I think AltRMI is currently not available for download, right? It is in CVS, and they could use more hands

Re: [Jelly] feature addition for jelly-tags-http

2004-04-17 Thread korebantic
--- Paul Libbrecht <[EMAIL PROTECTED]> wrote: > > > > On 15-Apr-04, at 23:37 Uhr, robert burrell donkin > wrote: > > [...] > > i think that you should be able to use jexl (the > jelly expression > > language) to populate lists > > you indeed can but it typically pollutes the output > (so much

Re: [Jelly] feature addition for jelly-tags-http

2004-04-17 Thread Paul Libbrecht
On 15-Apr-04, at 23:37 Uhr, robert burrell donkin wrote: [...] i think that you should be able to use jexl (the jelly expression language) to populate lists you indeed can but it typically pollutes the output (so much that I'm thinking of making a util:mute tag soon which would /dev/nullify the

Re: [VOTE] Rory Winston as a Commons commiter

2004-04-17 Thread Jeffrey D. Brekke
+1 > On Thu, 15 Apr 2004 12:45:26 -0400, "Daniel F. Savarese" <[EMAIL PROTECTED]> > said: > [ ] +1 Welcome Rory! [ ] 0 No comment. [ ] -1 Not yet, because ... > Rory Winston has contributed significant functionality additions to > the Commons Net NNTP package in the form of patches o

DO NOT REPLY [Bug 28068] - mixed content handling

2004-04-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://issues.apache.org/bugzilla/show_bu

Re: [digester] @author and @version

2004-04-17 Thread Simon Kitching
On Fri, 2004-04-09 at 23:11, robert burrell donkin wrote: > On 9 Apr 2004, at 02:10, Craig McClanahan wrote: > > > matthew.hawthorne wrote: > > > >> Simon Kitching wrote: > >> > >>> What benefit is there in having this info in the source? > >>> I can't currently see any: > >>> * Developers can ju

DO NOT REPLY [Bug 28438] - java.lang.OutOfMemoryError in BetWixt

2004-04-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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/digester/src/examples/api/catalog AudioVisual.java Book.java BookFactory.java Catalog.java Item.java build.xml

2004-04-17 Thread skitching
skitching2004/04/17 04:07:38 Modified:digester/src/examples/api/catalog AudioVisual.java Book.java BookFactory.java Catalog.java Item.java build.xml Log: /tmp/cvsg1nTCY Revision ChangesPath 1.5 +2 -2 jakarta-commons/digester/src/example

cvs commit: jakarta-commons/digester/src/examples/api/catalog Main.java CatalogDigester.java

2004-04-17 Thread skitching
skitching2004/04/17 04:05:13 Added: digester/src/examples/api/catalog Main.java Removed: digester/src/examples/api/catalog CatalogDigester.java Log: Rename CatalogDigester->Main, as the former name is too confusing now there is an example showing how to subclass digester. A

cvs commit: jakarta-commons/digester/src/examples/api/addressbook AddressBook.java Person.java build.xml

2004-04-17 Thread skitching
skitching2004/04/17 03:59:37 Modified:digester/src/examples/api/addressbook AddressBook.java Person.java build.xml Log: Changes due to renaming of AddressBookDigester->Main. Also fix incorrect copyright dates. Revision ChangesPath 1.5 +2 -2

cvs commit: jakarta-commons/digester/src/examples/api/addressbook AddressBookDigester.java

2004-04-17 Thread skitching
skitching2004/04/17 03:58:37 Removed: digester/src/examples/api/addressbook AddressBookDigester.java Log: Renamed file to Main.java. This name was too confusing once an example was added that demonstrated how to subclass Digester. --

cvs commit: jakarta-commons/digester/src/examples/api/addressbook Main.java

2004-04-17 Thread skitching
skitching2004/04/17 03:57:46 Added: digester/src/examples/api/addressbook Main.java Log: Renamed file AddressBookDigester to this file (Main.java) Revision ChangesPath 1.1 jakarta-commons/digester/src/examples/api/addressbook/Main.java Index: Main.

cvs commit: jakarta-commons/digester/src/examples/xmlrules/addressbook AddressBook.java Main.java Person.java build.xml example.xml readme.txt xmlrules.xml

2004-04-17 Thread skitching
skitching2004/04/17 03:54:06 Added: digester/src/examples/xmlrules/addressbook AddressBook.java Main.java Person.java build.xml example.xml readme.txt xmlrules.xml Log: basic example demonstrating use of the xmlrules module. Revi

cvs commit: jakarta-commons/digester/src/examples/xmlrules/addressbook - New directory

2004-04-17 Thread skitching
skitching2004/04/17 03:53:17 jakarta-commons/digester/src/examples/xmlrules/addressbook - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [lang] Markup stuff on lang???

2004-04-17 Thread Stephen Colebourne
From: "paulo gaspar" <"paulo gaspar"> > I am just afraid that lang will become a > 800KB jar, like collections > already is. =:o/ Do you have a specific complaint wrt this? [collections] has already split into 3, removing primitives and events code. Where and how does the size cause an issue? Ste

cvs commit: jakarta-commons/digester/src/examples/api/document-markup Main.java MarkupDigester.java SetTextSegmentRule.java TextSegmentHandler.java build.xml readme.txt

2004-04-17 Thread skitching
skitching2004/04/17 03:03:07 Added: digester/src/examples/api/document-markup Main.java MarkupDigester.java SetTextSegmentRule.java TextSegmentHandler.java build.xml readme.txt Log: Example showing how to parse "document-markup" style

cvs commit: jakarta-commons/digester/src/examples/api/document-markup - New directory

2004-04-17 Thread skitching
skitching2004/04/17 03:01:17 jakarta-commons/digester/src/examples/api/document-markup - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]