DO NOT REPLY [Bug 25154] New: - IteratorChain bug with empty iterators.

2003-12-02 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/functor/src/java/org/apache/commons/functor/core/composite CompositeUnaryProcedure.java CompositeUnaryPredicate.java

2003-12-02 Thread rwaldhoff
rwaldhoff2003/12/02 17:07:36 Modified:functor/src/test/org/apache/commons/functor/core/composite TestCompositeUnaryProcedure.java TestCompositeUnaryPredicate.java functor/src/java/org/apache/commons/functor/core/composite

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/buffer package.html

2003-12-02 Thread scolebourne
scolebourne2003/12/02 17:05:31 Modified:collections/src/java/org/apache/commons/collections/buffer package.html Log: Update the associated package html Revision ChangesPath 1.3 +8 -4 jakarta-commons/collections/src/java/org/apache/commo

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/bag TestTreeBag.java TestHashBag.java

2003-12-02 Thread scolebourne
scolebourne2003/12/02 16:49:38 Modified:collections/src/java/org/apache/commons/collections/bag TreeBag.java AbstractMapBag.java HashBag.java collections/src/test/org/apache/commons/collections/bag TestTreeBag.java TestHashBa

Re: [digester] anyone care to volunteer to write something for the newsletter?

2003-12-02 Thread Jeanfrancois Arcand
Simon Kitching wrote: On Wed, 2003-12-03 at 12:34, robert burrell donkin wrote: anyone care to volunteer to write something for the newsletter? (we've got quite a bit of good new stuff and we'll probably be wanting a release sometime soonish.) I'll put my hand up. I'm free this evening

Re: [digester] anyone care to volunteer to write something for the newsletter?

2003-12-02 Thread robert burrell donkin
On 2 Dec 2003, at 23:47, Simon Kitching wrote: On Wed, 2003-12-03 at 12:34, robert burrell donkin wrote: anyone care to volunteer to write something for the newsletter? (we've got quite a bit of good new stuff and we'll probably be wanting a release sometime soonish.) I'll put my hand up. I'm fre

Re: [DBUtils] Extending QueryLoader...

2003-12-02 Thread David Graham
--- Hernan Silberman <[EMAIL PROTECTED]> wrote: > > > --- Hernan Silberman <[EMAIL PROTECTED]> wrote: > > > > > > Hello, > > > > > > I'm working on an application that uses "Named Queries" much like > the > > > DBUtils QueryLoader class reads in from a Java properties file. The > > > queries

Re: [Jelly] XML Declaration

2003-12-02 Thread Christopher W. Farnham
Paul, I have an architecture where some of my objects have associated jelly scripts which are an XML representation of the object, I call a method |'writeAsXML(File)'| and it gets written as XML to the file. Essentially, the jelly logic that's embedded in my java code borrows heavily from the c

Re: [collections] Race condition

2003-12-02 Thread Stephen Colebourne
HELP! Anyone got any good ideas or tools to track this down. It is now very occaisional, but may knock out the next gump run! Today it only happens when I run TestAllPackages. Stephen - Original Message - From: "Stephen Colebourne" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List"

Re: [collections] AMap/IterableMap name

2003-12-02 Thread Stephen Colebourne
IterableMap it is, now on CVS Stephen - Original Message - From: "Brian McCallister" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 11:00 PM Subject: Re: [collections] AMap/IterableMap name > non-binding +1 on IterableMap >

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/map HashedMap.java UnmodifiableMap.java Flat3Map.java

2003-12-02 Thread scolebourne
scolebourne2003/12/02 15:51:50 Modified:collections/src/test/org/apache/commons/collections/map TestUnmodifiableMap.java AbstractTestOrderedMap.java TestIdentityMap.java TestHashedMap.java TestFlat3Map.java

cvs commit: jakarta-commons/collections/data/test IdentityMap.fullCollection.version3.obj IdentityMap.emptyCollection.version3.obj

2003-12-02 Thread scolebourne
scolebourne2003/12/02 15:48:13 Added: collections/data/test IdentityMap.fullCollection.version3.obj IdentityMap.emptyCollection.version3.obj Log: Add IdentityMap implementation for reference comparisons Revision ChangesPath

Re: [digester] anyone care to volunteer to write something for the newsletter?

2003-12-02 Thread Simon Kitching
On Wed, 2003-12-03 at 12:34, robert burrell donkin wrote: > anyone care to volunteer to write something for the newsletter? > > (we've got quite a bit of good new stuff and we'll probably be wanting > a release sometime soonish.) I'll put my hand up. I'm free this evening (apart from looking at

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/bag package.html

2003-12-02 Thread scolebourne
scolebourne2003/12/02 15:39:49 Modified:collections/src/java/org/apache/commons/collections/bag package.html Log: Update the associated package html Revision ChangesPath 1.2 +8 -2 jakarta-commons/collections/src/java/org/apache/commons/

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/bag TestTreeBag.java TestHashBag.java TestAll.java AbstractTestBag.java

2003-12-02 Thread scolebourne
scolebourne2003/12/02 15:36:12 Modified:collections/src/java/org/apache/commons/collections HashBag.java TreeBag.java DefaultMapBag.java collections/src/test/org/apache/commons/collections/bag TestAll.java AbstractTestBag.jav

[digester] anyone care to volunteer to write something for the newsletter?

2003-12-02 Thread robert burrell donkin
anyone care to volunteer to write something for the newsletter? (we've got quite a bit of good new stuff and we'll probably be wanting a release sometime soonish.) - robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [digester] repost: variable expansion in digester

2003-12-02 Thread robert burrell donkin
hi simon i've committed a first cut so that people can take a look (and post any comments before i get too attached to the design ;). i've abstracted the substitution into a separate abstract class which has an interface for substituting both body text and attributes. this should allow them

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester/substitution VariableExpansionTestCase.java

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:23:10 Added: digester/src/test/org/apache/commons/digester/substitution VariableExpansionTestCase.java Log: Added support for substitution of variables (and anything else that people want ;). This is a first cut, hopefully I'll be back

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester/substitution TestAll.java

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:22:57 Added: digester/src/test/org/apache/commons/digester/substitution TestAll.java Log: Added support for substitution of variables (and anything else that people want ;). This is a first cut, hopefully I'll be back with more documen

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/substitution MultiVariableExpander.java

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:22:28 Added: digester/src/java/org/apache/commons/digester/substitution MultiVariableExpander.java Log: Added support for substitution of variables (and anything else that people want ;). This is a first cut, hopefully I'll be back wit

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/substitution VariableAttributes.java

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:22:12 Added: digester/src/java/org/apache/commons/digester/substitution VariableAttributes.java Log: Added support for substitution of variables (and anything else that people want ;). This is a first cut, hopefully I'll be back with m

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/substitution VariableExpander.java

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:21:56 Added: digester/src/java/org/apache/commons/digester/substitution VariableExpander.java Log: Added support for substitution of variables (and anything else that people want ;). This is a first cut, hopefully I'll be back with mor

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/substitution VariableSubstitutor.java

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:21:39 Added: digester/src/java/org/apache/commons/digester/substitution VariableSubstitutor.java Log: Added support for substitution of variables (and anything else that people want ;). This is a first cut, hopefully I'll be back with

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester DigesterTestCase.java

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:21:16 Modified:digester build.xml digester/src/java/org/apache/commons/digester Digester.java digester/src/test/org/apache/commons/digester DigesterTestCase.java Added: digester/src/java/org/apache/common

Re: [Jelly] XML Declaration

2003-12-02 Thread Paul Libbrecht
Christopher, Doesn't the core:file tag do this already ? Paul Christopher W. Farnham wrote: Is there an elegant way to make sure the XML declaration is included when writing to XMOutput? I have a factory method a la the core FileTag where I was calling |outputFormat.setSuppressDeclaration(fal

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/substitution - New directory

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:19:01 jakarta-commons/digester/src/java/org/apache/commons/digester/substitution - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester/substitution - New directory

2003-12-02 Thread rdonkin
rdonkin 2003/12/02 15:18:53 jakarta-commons/digester/src/test/org/apache/commons/digester/substitution - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [collections] AMap/IterableMap name

2003-12-02 Thread Brian McCallister
non-binding +1 on IterableMap It is longer, but Map2 is painful. -Brian On Tuesday, December 2, 2003, at 04:22 PM, Stephen Colebourne wrote: There is no obvious 'standard' to follow here, other than adding '2' to the end (LayoutManager2). But even Sun tends to use descriptive alternate names

[digester][review] New Schema supports

2003-12-02 Thread Jeanfrancois Arcand
Hi, attached is an implementation of xml schema that is parser independent. The logic for Xerces 2.1/Xerces 2.3 and others parser has been splitted into two new classes: digester/parser/XercesParser digester/parser/GenericParser The digester has been modified to call ParserFeatureSetterFactory,

Re: [digester] repost: variable expansion in digester

2003-12-02 Thread robert burrell donkin
hi simon i've been looking at this tonight. i hope to be in a position to commit something soon but i might have to leave some tidying up left to do tomorrow. - robert On 2 Dec 2003, at 22:04, Simon Kitching wrote: Hi, There's been no comment by anyone on the following emails. This is just

Re: [beanutils] Dynabeans

2003-12-02 Thread robert burrell donkin
hi henri i'm afraid that i'm not a dynabeans expert but it looks like you'll have to make do :) i don't think that there's an factory to make this easy (but it'd be easy to add one :) - robert On 1 Dec 2003, at 16:27, Henri Yandell wrote: I was playing with DynaBeans recently but couldn't fi

Re: [DBUtils] Extending QueryLoader...

2003-12-02 Thread Hernan Silberman
> --- Hernan Silberman <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I'm working on an application that uses "Named Queries" much like the > > DBUtils QueryLoader class reads in from a Java properties file. The > > queries in > > my application are stored in a relational database on the s

[compress] added bzip2 and website

2003-12-02 Thread Dirk Verbeeck
The main commit message wasn't delivered but bzip is completely moved to compress. (one component less to mavenize ;-) If you have problems with the unit tests make sure you do a clean checkout first (I had to update the test data as binary files). Site preview: http://cvs.apache.org/~dirkv/com

[digester] repost: variable expansion in digester

2003-12-02 Thread Simon Kitching
Hi, There's been no comment by anyone on the following emails. This is just a reminder(I know everyone's busy). http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=106979874724976&w=2 http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=106989251623459&w=2 Regards, Simon ---

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

2003-12-02 Thread scolebourne
scolebourne2003/12/02 13:57:08 Modified:collections/src/test/org/apache/commons/collections/map TestAll.java Added: collections/src/test/org/apache/commons/collections/map TestIdentityMap.java collections/src/java/org

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/iterators AbstractTestMapIterator.java

2003-12-02 Thread scolebourne
scolebourne2003/12/02 13:56:34 Modified:collections/src/test/org/apache/commons/collections/iterators AbstractTestMapIterator.java Log: Fix bug in error message text Revision ChangesPath 1.8 +3 -3 jakarta-commons/collections/src/test/or

cvs commit: jakarta-commons-sandbox/bzip2/src/xdocs/stylesheets changes.vsl docs.vsl project.xml templates.vm velocity.properties

2003-12-02 Thread dirkv
dirkv 2003/12/02 13:46:41 Removed: bzip2.cvsignore ant.properties.sample build.xml default.properties bzip2/examples README.txt bzip2/examples/basic Bzip2Compress.java Bzip2Uncompress.java README.txt

[Jelly] XML Declaration

2003-12-02 Thread Christopher W. Farnham
Is there an elegant way to make sure the XML declaration is included when writing to XMOutput? I have a factory method a la the core FileTag where I was calling |outputFormat.setSuppressDeclaration(false); |This didn't work (there was no declaration at the top of my XML files). Finally I ende

cvs commit: jakarta-commons-sandbox/compress LICENSE.txt

2003-12-02 Thread dirkv
dirkv 2003/12/02 13:36:29 Added: compress LICENSE.txt Log: license file Revision ChangesPath 1.1 jakarta-commons-sandbox/compress/LICENSE.txt Index: LICENSE.txt === /* * $Sour

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/tar data.txt

2003-12-02 Thread dirkv
dirkv 2003/12/02 13:33:40 Modified:compress/src/test/org/apache/commons/compress/tar data.txt Log: make data.txt binary (file size should be 666) Revision ChangesPath 1.2 +14 -14 jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/tar/data.tx

Re: [DbUtils]Making the BeanHandler... Even Smarter

2003-12-02 Thread Corby Page
One other note. I will be perfectly happy if we just make the mapColumnsToProperties() method protected. But I think it would be even better if we made it a public method in the ColumnProcessor interface. That way, the ColumnProcessor would completely encapsulate the mapping of both names and data

Re: [collections] AMap/IterableMap name

2003-12-02 Thread Stephen Colebourne
There is no obvious 'standard' to follow here, other than adding '2' to the end (LayoutManager2). But even Sun tends to use descriptive alternate names a lot of the time (Map to replace Dictionary etc.) I'll probably change it to IterableMap unless anyone has better ideas. Stephen - Original

cvs commit: jakarta-commons-sandbox/compress/xdocs downloads.xml index.xml navigation.xml

2003-12-02 Thread dirkv
dirkv 2003/12/02 13:07:56 Added: compress/xdocs downloads.xml index.xml navigation.xml Log: compress website Revision ChangesPath 1.1 jakarta-commons-sandbox/compress/xdocs/downloads.xml Index: downloads.xml

cvs commit: jakarta-commons-sandbox/compress/xdocs - New directory

2003-12-02 Thread dirkv
dirkv 2003/12/02 13:06:15 jakarta-commons-sandbox/compress/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/compress README.txt

2003-12-02 Thread dirkv
dirkv 2003/12/02 13:06:06 Removed: compress README.txt Log: move text to component website - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/compress .cvsignore checkstyle.xml project.properties project.xml

2003-12-02 Thread dirkv
dirkv 2003/12/02 13:05:13 Modified:compress project.xml Added: compress .cvsignore checkstyle.xml project.properties Log: mavenize project Revision ChangesPath 1.2 +53 -143 jakarta-commons-sandbox/compress/project.xml Index: project.xml ==

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2/test asf-logo-huge.tar asf-logo-huge.tar.bz2

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:44:57 Added: compress/src/test/org/apache/commons/compress/bzip2/test asf-logo-huge.tar asf-logo-huge.tar.bz2 Log: test data Revision ChangesPath 1.1 jakarta-commons-sandbox/compress/src/test/org/apache/com

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2/test BzipTestCase.java

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:44:24 Added: compress/src/test/org/apache/commons/compress/bzip2/example Bzip2Compress.java Bzip2Uncompress.java compress/src/test/org/apache/commons/compress/bzip2/test BzipTestCase.java Log: move

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2/example - New directory

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:43:43 jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2/example - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2/test - New directory

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:43:39 jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2 - New directory

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:43:29 jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/bzip2 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/bzip2 - New directory

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:41:45 jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/bzip2 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/zip AsiExtraFieldTestCase.java ExtraFieldUtilsTestCase.java ZipEntryTestCase.java ZipLongTestCase.java ZipShortTestCase.java

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:38:14 Modified:compress/src/test/org/apache/commons/compress/tar TarTestCase.java TarTestSuite.java compress/src/test/org/apache/commons/compress/zip AsiExtraFieldTestCase.java Ex

cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/tar TarTestCase.java

2003-12-02 Thread dirkv
dirkv 2003/12/02 12:35:05 Modified:compress/src/test/org/apache/commons/compress/tar TarTestCase.java Log: fix tar testcase - correct path - update *.tar binary files Revision ChangesPath 1.2 +2 -2 jakarta-commons-sandbox/compress

Re: [cache] Turning cache into a thin abstraction layer a la logging ?

2003-12-02 Thread Emmanuel Bourg
Mainguy, Mike wrote: On this subject, most of the material I see on this topic deals with retrieving and storing info that is expensive to get somewhere else. Most of the solutions, however, also assume that it is acceptable that the object be removed from cache for whatever reason (time expired,

Re: [DBUtils] Extending QueryLoader...

2003-12-02 Thread David Graham
--- Hernan Silberman <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm working on an application that uses "Named Queries" much like the > DBUtils QueryLoader class reads in from a Java properties file. The > queries in > my application are stored in a relational database on the server side > and

Re: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-02 Thread robert burrell donkin
On 2 Dec 2003, at 00:09, Noel J. Bergman wrote: robert burrell donkin wrote: Noel J. Bergman wrote: Well, it isn't as if the PMC has a shortage of ASF Members who can check. :-) Although it is clearly a non-optimal solution. the jakarta pmc has quite a shortage of ASF members who are active on

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/example Shell.java

2003-12-02 Thread ggregory
ggregory2003/12/02 11:22:56 Modified:vfs/src/java/org/apache/commons/vfs/example Shell.java Log: Add "quit" as a synonym for "exit". Revision ChangesPath 1.6 +7 -3 jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/example/Shell.java Index: Shell

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder ReflectionToStringBuilder.java

2003-12-02 Thread ggregory
ggregory2003/12/02 11:11:58 Modified:lang/src/java/org/apache/commons/lang/builder ReflectionToStringBuilder.java Log: Add missing Javadoc tags. Revision ChangesPath 1.15 +6 -2 jakarta-commons/lang/src/java/org/apache/commons/lang/builde

DO NOT REPLY [Bug 25135] New: - The syntax error exists in the sample code of package-summary.html

2003-12-02 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: Re-cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 -Imported sources

2003-12-02 Thread KANEUCHI Tetsuya
Dear commons-dev members: I have accientally sent some emails to this list. I'm really sorry. Please ignore them. From: KANEUCHI Tetsuya <[EMAIL PROTECTED]> Subject: Re-cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 -Imported sources Date: Tue, 02 Dec 2003 18:28:20 +0900 (JST)

Re: Re-cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 -Imported sources

2003-12-02 Thread John Keyes
These source have been removed as the import went onto HEAD and not the branch I specified (see previous mail on cvs importing). As there was no question attached to these mails I guessed an answer. -John K On 2 Dec 2003, at 09:28, KANEUCHI Tetsuya wrote: > [EMAIL PROTECT

Re-cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 -Imported sources

2003-12-02 Thread KANEUCHI Tetsuya
[EMAIL PROTECTED] さんが、2003/11/29 11:30:59に送られた ---“cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 -Imported sources”によりますと > jkeyes 2003/11/28 18:30:59 > > Log: > cli2 WIP > > Status: >

Re-cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 -Imported sources

2003-12-02 Thread KANEUCHI Tetsuya
[EMAIL PROTECTED] さんが、2003/11/29 11:45:05に送られた ---“cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 -Imported sources”によりますと > jkeyes 2003/11/28 18:45:05 > > Log: > cli2 WIP > > Status: >