Re: commons-concoct - new project proposal

2005-12-05 Thread Giorgio Gallo
Thank you very much Henri. I'm starting a new thread for greater visibility (took some marketing lessons this summer :) Henri Yandell wrote: Giorgio's propsal/code in zip form are uploaded to: http://people.apache.org/~bayard/commons-concoct.zip On 12/1/05, Henri Yandell [EMAIL PROTECTED]

Re: commons-concoct - new project proposal

2005-12-05 Thread Matt Benson
I have tried the http DL, as well as trying to check the file out locally via ssh to people@ and I continue to get errors indicating bad file format, etc... Thanks, Matt --- Henri Yandell [EMAIL PROTECTED] wrote: Giorgio's propsal/code in zip form are uploaded to:

Re: commons-concoct - new project proposal

2005-12-05 Thread Giorgio Gallo
That's most strange: I downloaded it successfully with Firefox... Please ask me and I'll send it to you by email. Matt Benson wrote: I have tried the http DL, as well as trying to check the file out locally via ssh to people@ and I continue to get errors indicating bad file format, etc...

Re: commons-concoct - new project proposal

2005-12-05 Thread Matt Benson
ah, never mind. Must've been some WinZip-specific stuff. I tried to open w/ XP and jar, but 7-zip did the trick. ;) -Matt --- Giorgio Gallo [EMAIL PROTECTED] wrote: That's most strange: I downloaded it successfully with Firefox... Please ask me and I'll send it to you by email. Matt

Re: commons-concoct - new project proposal

2005-12-04 Thread Henri Yandell
Giorgio's propsal/code in zip form are uploaded to: http://people.apache.org/~bayard/commons-concoct.zip On 12/1/05, Henri Yandell [EMAIL PROTECTED] wrote: On 12/1/05, Giorgio Gallo [EMAIL PROTECTED] wrote: I've read trough the charter and will post a formal proposal as soon as I get the

Re: commons-concoct - new project proposal

2005-12-01 Thread Giorgio Gallo
I might be wrong, but I think I've seen an URI implementation in Axis (don't know if it's a strict RFC-2396 implementation, a java.net.URI backport, just something they needed or something that does its best to interpret any messy string passed in) For me, I buy the simply use the : as a

Re: commons-concoct - new project proposal

2005-12-01 Thread Giorgio Gallo
I've read trough the charter and will post a formal proposal as soon as I get the time to write it down ;) In the meantime, is there anyway I could upload the code (its around 60k, zipped), in a quest for initial committers to include on the proposal? As regards incubation: - The code have

Re: commons-concoct - new project proposal

2005-12-01 Thread Henri Yandell
On 12/1/05, Giorgio Gallo [EMAIL PROTECTED] wrote: I've read trough the charter and will post a formal proposal as soon as I get the time to write it down ;) In the meantime, is there anyway I could upload the code (its around 60k, zipped), in a quest for initial committers to include on the

commons-concoct - new project proposal

2005-11-30 Thread Giorgio Gallo
I've been working on a library I aim to contribute to the commons bazaar (as a standalone lib or maybe as part of commons-transform), but: - I'm not sure mine is a good idea for a commons library - I'm not a commons committer - The lib still needs work (it is a prototype right now) The library,

Re: commons-concoct - new project proposal

2005-11-30 Thread Matt Benson
Oddly enough, I have spent the last week point five working on a similar setup at $work. My syntax is slightly different (extended I would say). If this proposal is accepted in principle, I could query my boss whether we could make any contributions. As an Apache committer, I believe I have the

Re: commons-concoct - new project proposal

2005-11-30 Thread Rahul Akolkar
On 11/30/05, Matt Benson [EMAIL PROTECTED] wrote: Oddly enough, I have spent the last week point five working on a similar setup at $work. My syntax is slightly different (extended I would say). If this proposal is accepted in principle, I could query my boss whether we could make any

RE: commons-concoct - new project proposal

2005-11-30 Thread James Carman
:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 6:13 PM To: Commons Developer Subject: commons-concoct - new project proposal I've been working on a library I aim to contribute to the commons bazaar (as a standalone lib or maybe as part of commons-transform), but: - I'm not sure mine

Re: commons-concoct - new project proposal

2005-11-30 Thread Mario Ivankovits
Hi Giorgio! Its purpose is to parse URI-like strings (anything in the form somescheme:somestring) into java objects according to a scheme-specific syntax (which is straightforward in most cases) Do you plan to support the full URI specification of do you simply use the : as delimiter ;-) But