Re: [vfs] LocalFile package-protected and final: why?

2005-01-11 Thread Mario Ivankovits
Brian Oxley wrote: Why is org.apache.commons.vfs.provider.local.LocalFile package-protected and final? I'd like to extend it in a provider with a very LocalFile-like FileObject and FileName. Dont know the reason of the original authors, but I think they wanted to create a safe and clean object

Re: [net] Re: [GUMP@brutus]: Project commons-net (in module jakarta-commons) failed

2005-01-11 Thread Steve Cohen
I thought they just used some unused ports for the test. That's just it, though. On Gump, these ports do NOT seem to be unused. The test simply assumes that these three ports are unused and fails if they aren't. I think the openConnections() method of this class should look within some

[all] SVN conversion test repository

2005-01-11 Thread Tim O'Brien
A selection of components from commons proper and the sandbox are now available for you to experiment with on ASF hardware. The URL for the ASF test repository is https://svn.apache.org/repos/test Commons is under jakarta/commons A selection of components is available for both the proper and

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpParser.java

2005-01-11 Thread oglueck
oglueck 2005/01/11 05:57:06 Modified:httpclient/src/java/org/apache/commons/httpclient HttpParser.java Log: doc (as a result of bug #33041) Revision ChangesPath 1.13 +9 -7

[all] current dir in SVN test repository (externals)

2005-01-11 Thread Tim O'Brien
I've set the svn:externals properties on the current subdirectory, if you do this: svn co https://svn.apache.org/repos/test/jakarta/commons/current/ You will get the current trunk for proper components. Tim - To unsubscribe,

commons modeler project still active?

2005-01-11 Thread Gero Vermaas
Hi, I was wondering if the commons modeler project is still active? The last build is from 2003 and there are little messages posted in the newsgroups. Has it been superceeded by a new project? Regards, Gero -- When faced without a challenge, make one -- Peter's Laws

DO NOT REPLY [Bug 33044] New: - Common CLI Usage Scenario help page misleading

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33044. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33044] - [cli] Usage Scenario help page misleading

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33044. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [vfs] LocalFile package-protected and final: why?

2005-01-11 Thread Brian Oxley
[A quick meta-question: is this list the right place for technical questions of this sort? I don't want to spam the uninterested.] Mario Ivankovits wrote: Before I decide to make it public (and non final) could you please explain in short what you try to do? I'm working to persuade my group to

DO NOT REPLY [Bug 33047] New: - validateRequired on a single radio button

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33047. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33047] - [validator] validateRequired on a single radio button

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33047. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Proposal for new commons subproject Enum

2005-01-11 Thread Thorsten Möller
Hello, First of all, this is a very very short informal proposal, just to get your opinion about it before starting any further efforts. The last days suddenly I had an idea towards a new Commons subproject, which might be called Enum. Ok, what is the point about Enum. As you may know, one of

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/zip ZipFileObject.java

2005-01-11 Thread imario
imario 2005/01/11 08:07:14 Modified:vfs/src/java/org/apache/commons/vfs/provider/bzip2 Bzip2FileObject.java vfs/src/java/org/apache/commons/vfs/provider/compressed CompressedFileFileObject.java

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/webdav WebDavFileSystem.java

2005-01-11 Thread imario
imario 2005/01/11 08:14:47 Modified:vfs/src/java/org/apache/commons/vfs/provider/bzip2 Bzip2FileSystem.java vfs/src/java/org/apache/commons/vfs/provider/compressed CompressedFileFileSystem.java

Re: [vfs] LocalFile package-protected and final: why?

2005-01-11 Thread Matthijs Wensveen
Brian Oxley wrote: [A quick meta-question: is this list the right place for technical questions of this sort? I don't want to spam the uninterested.] Mario Ivankovits wrote: Before I decide to make it public (and non final) could you please explain in short what you try to do? I'm working to

Re: [vfs] LocalFile package-protected and final: why?

2005-01-11 Thread Mario Ivankovits
Brian Oxley wrote: [A quick meta-question: is this list the right place for technical questions of this sort? I don't want to spam the uninterested.] commons-dev - where else if not here ;-)) You are welcome. (why is it not LocalFileObject, BTW? I'm a nit for consistency.) You are right, but I

Re: [vfs] LocalFile package-protected and final: why?

2005-01-11 Thread Mario Ivankovits
Matthijs Wensveen wrote: How impossible would it be to have java.io.File subclasses as wrappers around vfs? The java.io.File itself might not be the problem. One could override and replace all its methods. But java's FileInputStream et al wont be happy with them as they use FileDescriptors and

[jira] Created: (JELLY-195) Janino compiler tag library

2005-01-11 Thread Marc DeXeT (JIRA)
Janino compiler tag library --- Key: JELLY-195 URL: http://issues.apache.org/jira/browse/JELLY-195 Project: jelly Type: New Feature Components: submissions Versions: 1.0 Reporter: Marc DeXeT Janino is a pretty embedded

[jira] Updated: (JELLY-195) Janino compiler tag library

2005-01-11 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-195?page=history ] Marc DeXeT updated JELLY-195: - Attachment: janino-0.0.zip Source and unit tests. You can get janino library at http://www.janino.net/download/janino-2.2.0.zip IMPORTANT : note you need

[jira] Commented: (JELLY-195) Janino compiler tag library

2005-01-11 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-195?page=comments#action_57522 ] Marc DeXeT commented on JELLY-195: -- Correction to message : It is : compile var=janinoClassLoader !-- java source code -- package foo.Test; public class Item {

DO NOT REPLY [Bug 33001] - [digester] Make set-nested-properties-rule available

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33053] New: - SAXParseException when supplying more than one property in the url parameter

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33053] - SAXParseException when supplying more than one property in the url parameter

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33053] - [dbcp] SAXParseException when supplying more than one property in the url parameter

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33001] - [digester] Make set-nested-properties-rule available

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-01-11 Thread polx
polx2005/01/11 14:35:30 Modified:jelly/jelly-tags/soap project.xml Log: Adding dependency to jaxme-api-0.3 for the ridiculous namespace JAXP extension. paul Revision ChangesPath 1.17 +8 -1 jakarta-commons/jelly/jelly-tags/soap/project.xml Index:

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl TagScript.java

2005-01-11 Thread polx
polx2005/01/11 14:42:29 Modified:jelly/src/java/org/apache/commons/jelly JellyContext.java jelly/src/java/org/apache/commons/jelly/impl TagScript.java Log: Fixed the test-issues in define taglib by allowing getTagOfScript to walk the parent contexts. maven

Re: [jelly] current context in thread-local ?

2005-01-11 Thread Paul Libbrecht
I think I just fixed these issues. Thanks to check. paul Le 10 janv. 05, à 04:36, Dion Gillard a écrit : The changes below seem to have broken some tag libraries. xml - didn't compile. I've fixed that and it all seems ok. define - NPEs in the tests. I haven't had a chance to look at it and fix

Re: [jelly] current context in thread-local ?

2005-01-11 Thread Dion Gillard
Will give it a go later today. On Tue, 11 Jan 2005 23:44:32 +0100, Paul Libbrecht [EMAIL PROTECTED] wrote: I think I just fixed these issues. Thanks to check. paul Le 10 janv. 05, à 04:36, Dion Gillard a écrit : The changes below seem to have broken some tag libraries. xml -

Re: [jelly] current context in thread-local ?

2005-01-11 Thread Dion Gillard
Did you test the define tag libs? On Tue, 11 Jan 2005 23:44:32 +0100, Paul Libbrecht [EMAIL PROTECTED] wrote: I think I just fixed these issues. Thanks to check. paul Le 10 janv. 05, à 04:36, Dion Gillard a écrit : The changes below seem to have broken some tag libraries. xml -

Re: commons modeler project still active?

2005-01-11 Thread Stephen Colebourne
I haven't seen any mails about it recently. It has not been superceded, just become inactive. Stephen - Original Message - From: Gero Vermaas [EMAIL PROTECTED] I was wondering if the commons modeler project is still active? The last build is from 2003 and there are little messages

DO NOT REPLY [Bug 33001] - [digester] Make set-nested-properties-rule available

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[feedparser]Feedparser maturity

2005-01-11 Thread amin
Hi, I'm thinking of using feedparser as the base of a syndication project, i've already used informa, after getting comfortable with it, issues such as dtd handling and international characters cropped up. Switched to rome, however, no hibernate support is there, have already done the hibernate

DO NOT REPLY [Bug 33001] - [digester] Make set-nested-properties-rule available

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/telnet TelnetClientTest.java

2005-01-11 Thread scohen
scohen 2005/01/11 19:51:32 Modified:net/src/test/org/apache/commons/net/telnet TelnetClientTest.java Log: Refactor test so that GUMP (hopefully) no longer breaks. Use JUnit setUp() and tearDown() methods to avoid leaving sockets open from one test to

Re: [net] Re: [GUMP@brutus]: Project commons-net (in module jakarta-commons) failed

2005-01-11 Thread Steve Cohen
Checked in refactored test that hopefully will not break under GUMP Stefan, please let me know how it works. Steve Cohen wrote: I thought they just used some unused ports for the test. That's just it, though. On Gump, these ports do NOT seem to be unused. The test simply assumes that these

DO NOT REPLY [Bug 33001] - [digester] Make set-nested-properties-rule available

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33001] - [digester] Make set-nested-properties-rule available

2005-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [feedparser]Feedparser maturity

2005-01-11 Thread Kevin A. Burton
[EMAIL PROTECTED] wrote: Hi, I'm thinking of using feedparser as the base of a syndication project, i've already used informa, after getting comfortable with it, issues such as dtd handling and international characters cropped up. Yes... flexible feed parsing is really important. Most existing

cvs commit: jakarta-commons/jelly/jelly-tags/util/xdocs index.xml

2005-01-11 Thread dion
dion2005/01/11 22:46:53 Modified:jelly/jelly-tags/util/xdocs index.xml Log: Add tip on whitespace tokenizing Revision ChangesPath 1.4 +12 -0 jakarta-commons/jelly/jelly-tags/util/xdocs/index.xml Index: index.xml

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/post MetaWeblogPostAgent.java PostAgent.java PostEntry.java

2005-01-11 Thread burton
burton 2005/01/11 22:54:43 Modified:feedparser/src/java/org/apache/commons/feedparser/post MetaWeblogPostAgent.java PostAgent.java PostEntry.java Log: Corrected package to .post Revision ChangesPath 1.2 +2 -2

cvs commit: jakarta-commons-sandbox/feedparser build.properties

2005-01-11 Thread burton
burton 2005/01/11 23:03:38 Modified:feedparser build.properties Log: removed tabs... fixed comments.. relative to user.home Revision ChangesPath 1.3 +8 -6 jakarta-commons-sandbox/feedparser/build.properties Index: build.properties

cvs commit: jakarta-commons-sandbox/feedparser/lib - New directory

2005-01-11 Thread burton
burton 2005/01/11 23:30:05 jakarta-commons-sandbox/feedparser/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/feedparser/lib jakarta-feedparser.jar jaxen-full.jar jdom.jar log4j-1.2.6.jar newsmonster-lib.jar saxpath.jar xercesImpl.jar xml-apis.jar

2005-01-11 Thread burton
burton 2005/01/11 23:31:30 Added: feedparser/lib jakarta-feedparser.jar jaxen-full.jar jdom.jar log4j-1.2.6.jar newsmonster-lib.jar saxpath.jar xercesImpl.jar xml-apis.jar Log: ... Revision ChangesPath 1.1

cvs commit: jakarta-commons-sandbox/feedparser build.properties

2005-01-11 Thread burton
burton 2005/01/11 23:32:28 Modified:feedparser build.properties Log: no windoze refs Revision ChangesPath 1.4 +6 -1 jakarta-commons-sandbox/feedparser/build.properties Index: build.properties

[GUMP@brutus]: Project commons-jelly (in module commons-jelly) failed

2005-01-11 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue