Re: Release of commons-cli?

2008-05-28 Thread Henri Yandell
CLI 2.0 I don't see any time soon (ever) unless someone gets a big urge. CLI 1.2 I have on my list as a 'sometime soon' along with the next Collections 3.x and Codec 1.x - looking at it I think it could go very easily, none of the 4 tickets are blocked (ignoring that CLI-137 is a painful one to

Re: Can I use Apache CLI to develop command line interpreter using Java

2008-05-28 Thread Henri Yandell
I don't know - for parsing the parameters for the main script, sure. It probably could be useful for the remote service's command line, but you'd definitely have to play around to be sure. Hen On Sun, May 25, 2008 at 10:15 PM, lahiru gunathilake [EMAIL PROTECTED] wrote: Hi devs, I'm writing a

Re: Release of commons-cli?

2008-05-28 Thread Russel Winder
On Tue, 2008-05-27 at 23:54 -0700, Henri Yandell wrote: CLI 2.0 I don't see any time soon (ever) unless someone gets a big urge. What is needed to move 2.0 to release? Given that the policy decision was made to shift any new activity to 2.0, saying 2.0 is defunct is equivalent to saying Commons

[commons-logging] cannot use commons-logging (or any library that uses it) in secure client

2008-05-28 Thread Wolfgang Wagner
Hi I have a problem starting my client in a secure context when I use a library that uses commons-logging. (e.g. spring) Exception in thread AWT-EventQueue-0 java.lang.ExceptionInInitializerError at org.springframework.util.ClassUtils.clinit(Class Utils.java:73) at

Re: Release of commons-cli?

2008-05-28 Thread Henri Yandell
On Wed, May 28, 2008 at 12:30 AM, Russel Winder [EMAIL PROTECTED] wrote: On Tue, 2008-05-27 at 23:54 -0700, Henri Yandell wrote: CLI 2.0 I don't see any time soon (ever) unless someone gets a big urge. What is needed to move 2.0 to release? Given that the policy decision was made to shift

Re: [math] algorithm to establish value of parameter giving max value of equation

2008-05-28 Thread Luc Maisonobe
Adam Hardy wrote: Please excuse my ignorance to begin with, it's been years since my last mathematics or statistics class in school. I looked through the user guide on commons.apache.org but I was struggling with the terminology, and had a hard time figuring out whether I could find what I'm

Re: [math] algorithm to establish value of parameter giving max value of equation

2008-05-28 Thread Luc Maisonobe
Luc Maisonobe a écrit : Adam Hardy wrote: Please excuse my ignorance to begin with, it's been years since my last mathematics or statistics class in school. I looked through the user guide on commons.apache.org but I was struggling with the terminology, and had a hard time figuring out

[net:ftp] How do I obtain the target file size of a symlink?

2008-05-28 Thread Nation, Carey
I'm using commons net FTPClient to transfer files. I need to download the file, muck about with it a bit, and upload the result. The files are/can be quite large, so I want to be able to log the progress of my transfers. As there doesn't seem to be any direct hooks to do such a thing, I thought

Re: Release of commons-cli?

2008-05-28 Thread Paul Cager
Henri Yandell wrote: CLI 2.0 I don't see any time soon (ever) unless someone gets a big urge. CLI 1.2 I have on my list as a 'sometime soon' along with the next Collections 3.x and Codec 1.x - looking at it I think it could go very easily, none of the 4 tickets are blocked (ignoring that

VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-28 Thread richard head
Two problems: 1. I receive a NullPointerException from AbstractFileObject.isWriteable() when I attempt to copy VFSFTPTest.class from a local directory to one on a FTP server: org.apache.commons.vfs.FileSystemException: Could not determine if file ftp://mss:[EMAIL

Re: VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-28 Thread Mario Ivankovits
Hi! 1. I receive a NullPointerException from AbstractFileObject.isWriteable() when I attempt to copy VFSFTPTest.class from a local directory to one on a FTP server: Could you please try the latest VFS (aka 2.0) nightly build, there a lot of stuff in this area has been changed. It seems the