Re: Strange Behavior with Commons-CLI

2025-06-24 Thread Frank Leland
;>>> >>> >> https://github.com/eclipse-jdt/eclipse.jdt.core/blob/ed787f542d5509ba226f0b8b06982d61e81b4622/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ClasspathMultiReleaseJar.java#L83-L85 >>>> ] >>>> >>>> Hopefully someone can fix

Re: Strange Behavior with Commons-CLI

2025-06-22 Thread Frank
BTW, Just opened the project in IntelliJ. Maven POM is unchanged except to up the Commons CLI version to 1.9.0. No problems with module detection. F. > On Jun 22, 2025, at 14:25, Gary Gregory wrote: > > On Sun, Jun 22, 2025 at 5:01 PM Frank <mailto:software_fr...@runbox.com.inv

Re: Strange Behavior with Commons-CLI

2025-06-22 Thread Frank Leland
Ah, certainly not. If you had changed the module name, my command line Maven build wouldn't work. For your earlier question, the command line build has always worked. I verified again just today that it works with 1.9.0. F. > On Jun 22, 2025, at 14:00, Frank wrote: > >

Re: Strange Behavior with Commons-CLI

2025-06-22 Thread Frank
lt. Would you have changed the module name at any point? Thanks again, Frank > On Jun 22, 2025, at 13:30, Gary Gregory wrote: > > Hm I think our OSGi tests don't run since we ported to JUnit 5. > > Gary > > On Sun, Jun 22, 2025 at 3:26 PM Gary Gregory wrote: >

Strange Behavior with Commons-CLI

2025-06-22 Thread Frank
nters 'requires transitive org.apache.commons.cli;' in module-info.java. The project is fully modularized and built with Java 21 and Maven 3.9+. Thanks in advance, Frank - To unsubscribe, e-mail: user-unsubscr...@commons

[dbcp] DBCP2 Under Java 8?

2018-04-23 Thread Frank
Hi folks, The subject says it all! :-)  The DBCP Overview page indicates "DBCP 2 compiles and runs under Java 7 only".  I assume it would be good for Java 8 as well, but has any testing been done along the Java 8 lines? Thanks, -Frank

OGNL expression validation

2012-12-12 Thread Frank Grimes
Exception: source is null for getProperty(null, "leaf") Thanks, Frank Grimes - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

Re: [NET] FTP Connection occasionally hangs on listFiles()

2012-09-14 Thread Johannes Frank
ware. Which other Timout might I have to set to cause the readLine() to timeout at some point? Kind regards, Johannes Frank From: Gary Gregory To: Commons Users List Date: 11.09.2012 18:44 Subject: Re: [NET] FTP Connection occasionally hangs on listFiles() If you start the JVM from a co

Re: [NET] FTP Connection occasionally hangs on listFiles()

2012-09-11 Thread Johannes Frank
16:52 Subject: Re: [NET] FTP Connection occasionally hangs on listFiles() On 11 September 2012 12:53, Johannes Frank wrote: > Hello! > > Thank you for your reply. However, I cannot provide such a program since > (as said) I cannot reliably reproduce that problem (on 99% of the syste

Re: [NET] FTP Connection occasionally hangs on listFiles()

2012-09-11 Thread Johannes Frank
often enough will suffice to "reproduce" this problem :-( Regards, Johannes Frank From: sebb To: Commons Users List Date: 11.09.2012 01:00 Subject: Re: [NET] FTP Connection occasionally hangs on listFiles() On 10 September 2012 08:09, Johannes Frank wrote: > Hello together.

[NET] FTP Connection occasionally hangs on listFiles()

2012-09-10 Thread Johannes Frank
ne on this list ever encounter an issue like this before and is there a way to circumvent this stalling of the listFiles() call? Kind regards, Johannes Frank ---- Jo

[NET] FTP Connection occasionally hangs on listFiles()

2012-09-05 Thread Johannes Frank
ne on this list ever encounter an issue like this before and is there a way to circumvent this stalling of the listFiles() call? Kind regards, Johannes Frank ---- Jo

RE: [email] JavaMail works Commons Email does not

2012-01-11 Thread Frank Sullivan
logging. In trying to figure this out I wrote my own wrapper for JavaMail. In my wrapper, I have "session.setDebug(log.isDebEnabled())". Thanks, Frank -Original Message- From: Siegfried Goeschl [mailto:sgoes...@gmx.at] Sent: Tuesday, January 10, 2012 11:38 AM To: Commons

RE: [email] JavaMail works Commons Email does not

2012-01-10 Thread Frank Sullivan
Nothing happens. No exceptions. No logging (I set logging for "org.apache.commons.mail" to TRACE). Nothing. Thanks, Frank -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, January 10, 2012 5:37 AM To: Commons Users List Subject:

[email] JavaMail works Commons Email does not

2012-01-10 Thread Frank Sullivan
n = Session.getDefaultInstance(props); Message msg = new MimeMessage(session); msg.setFrom(new InternetAddress(fromAddress)); msg.setRecipients(Message.RecipientType.TO, new InternetAddress[]{new InternetAddress(recipientAddress)}); msg.setSubject(subject); msg.setText(plainText); Transport.send(ms

RE: [VFS] Retrieving directories with files using HTTPS

2011-03-14 Thread Frank van der Kleij
As far as I know you can't list files using the http or https filesystem implementation, just copy single files for which you know the URL. It would be a nice extension I agree... Frank > From: rkooij...@inergy.nl > To: user@commons.apache.org > Date: Mon, 14 Mar 2011 17:21:21 +

RE: [fs] Problem with FTP:

2010-08-12 Thread Frank van der Kleij
dn't check the exact syntax...) Cheers, Frank > From: list-subscripti...@secmgmt.com > To: user@commons.apache.org > Subject: [fs] Problem with FTP: > Date: Thu, 12 Aug 2010 12:16:57 -0400 > > I have the following URL: > > ftp://myuser:mypassw...@mysite.net/home/myuse

RE: [VFS] Use commons vfs to copy files on Samba, Windows network shared drives and WebDAV

2010-06-17 Thread Frank van der Kleij
See http://commons.apache.org/vfs/filesystems.html Samba, Windows shares and Webdav are supported in the Sandbox. Zip files etc are read-only. Frank > Date: Wed, 16 Jun 2010 00:03:03 -0700 > From: virgil_tra...@yahoo.com > Subject: [VFS] Use commons vfs to copy files on Samba

RE: [vfs] Putting a VFS behind a sftp server

2010-05-16 Thread Frank van der Kleij
ks for you. You'd better not use this mailing list if you have any questions, but you can use the one of the sourceforge project instead. Frank > From: vir...@amazon.com > To: user@commons.apache.org > Date: Fri, 30 Apr 2010 08:35:11 -0700 > Subject: Re: [vfs] Putting a VFS behind

RE: [vfs] Putting a VFS behind a sftp server

2010-04-30 Thread Frank van der Kleij
some thorough testing, because you'd be the first to put it to use. Frank > From: kl...@hotmail.com > To: user@commons.apache.org > Subject: RE: [vfs] Putting a VFS behind a sftp server > Date: Wed, 28 Apr 2010 12:25:02 + > > > SFTP has nothing to do with FTP unfortuna

RE: [vfs] Putting a VFS behind a sftp server

2010-04-28 Thread Frank van der Kleij
not allow browsing by WinSCP though.) I have been wanting to check out the SFTP integration, but haven't found time for it yet. The CLI/SSHD binding can be found at http://vfs-utils.sourceforge.net/shell/sshd.html Frank > Subject: Re: [vfs] Putting a VFS behind a sftp server > Fro

RE: [VFS] How to use operations

2008-07-20 Thread Frank van der Kleij
FileOperations.getOperations() method return a list of interfaces or a list of implementing classes? Thanks, Frank > Date: Mon, 14 Jul 2008 15:33:35 +0200 > From: [EMAIL PROTECTED] > To: user@commons.apache.org > Subject: Re: [VFS] How to use operations > > Hi! > > As lon

RE: [VFS] How to use operations

2008-07-14 Thread Frank van der Kleij
(e.g. JCommander) know how to discover which operations exist, select one, configure it and execute it? Frank > Date: Mon, 14 Jul 2008 07:24:50 -0400 > From: [EMAIL PROTECTED] > To: user@commons.apache.org > Subject: Re: [VFS] How to use operations > > Check the Javadocs f

RE: [VFS] How to use operations

2008-07-14 Thread Frank van der Kleij
Ah, now I see! Sorry, I tried to refer to the 'FileOperations': FileObject.getOperations(). There is some code in org.apache.commons.vfs.operations and org.apache.commons.vfs.operations.vcs. Thanks for helping me clarify. Frank > Date: Mon, 14 Jul 2008 06:38:25 -0400 &

RE: [VFS] How to use operations

2008-07-14 Thread Frank van der Kleij
Yes, I guess so; are there other APIs? I don't see where you getting at... Thanks, Frank > Date: Sun, 13 Jul 2008 21:37:26 -0400 > From: [EMAIL PROTECTED] > To: user@commons.apache.org > Subject: Re: [VFS] How to use operations > > Are you sticking to the FileObject A

[VFS] How to use operations

2008-07-13 Thread Frank van der Kleij
reate a client based directly on the underlying layer. Does anyone have any experience with using the operations? Thanks, Frank _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-

Re: Problem with JCL, Log4J and Websphere (JCL diagnostic traces provided)

2007-12-07 Thread Frank W. Zammetti
re using parent_last at the EAR level, which is what you should be using... also, make sure your WAR's classloader policy is Application. If none of this works, randomly change the classloader settings until it works :) That sounds like a joke, but seriously, with Websphere, that might