RE: [email] progress on 1.0 release?

2005-07-27 Thread Poppe, Troy
Is this enhancement any less involved than the request in bug #34056? I think 34056 is similar in that it involves some method signature changes, and minor implementation changes (that only call new simple methods). The end result being that one can actually extend MultiPartEmail to provide

[cli] 2.1-dev maven artifacts?

2005-07-22 Thread Poppe, Troy
At one point I believe there were commons-cli version 2.1-dev artifacts on ibiblio.org's maven repository. It appears that these artifacts are no longer there... Can any provide some insight into this, or provide anoter maven repository that would have these artifacts? Thanks. Troy Poppe

RE: Expressions, Collections, Filtering oh my..

2005-07-06 Thread Poppe, Troy
(Exception e) { throw new RuntimeException(Error evaluating JEXL expression, e); } return b.booleanValue(); } } /JexlPredicate.java Poppe, Troy wrote: I've got a collection of a JavaBeans, it could be a plain-old-Java collection or a Commons-Collection

Expressions, Collections, Filtering oh my..

2005-07-05 Thread Poppe, Troy
I've got a collection of a JavaBeans, it could be a plain-old-Java collection or a Commons-Collection... Not really a concern... I'm trying to find a way to provide the ability to write a JEXL-like expression that would be applied against the collection of JavaBeans, and be able to retrieve all

[PATCH] RE: [io/configuration] file:// URL problem

2005-06-10 Thread Poppe, Troy
); } } -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 2:34 AM To: Jakarta Commons Users List Subject: RE: [io/configuration] file:// URL problem Poppe, Troy wrote on Thursday, June 09, 2005 10:27 PM: It appears that my problem stems not from

RE: [io/configuration] file:// URL problem

2005-06-09 Thread Poppe, Troy
:///... Is this a fix that would be acceptable? (I'm not able to verify if this is a JVM 'bug' or a conflict with RFC2396.) Is there another work around? Troy Poppe -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 3:46 PM To: 'commons-user@jakarta.apache.org

RE: Email status

2005-05-03 Thread Poppe, Troy
Has there been a commons-email 1.0 release yet? T -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 8:24 PM To: Jakarta Commons Users List Subject: Re: Email status Eric Pugh is in the process of generating a release from memory. See

[email] Clean way to substitute BodyPart implementations?

2005-03-16 Thread Poppe, Troy
I'm wanting to extend MultiPartEmail to provide an SMIME MultiPartEmail implementation. However, it looks like the addPart(...) methods all directly instantiate MimeBodyPart. My SMIME implementation would ideally use the addPart() methods, but I'd need it to instantiate an SMimeBodyPart. My

Commons-email on ibiblio

2005-03-15 Thread Poppe, Troy
Is there an updated version of commons-email in the Maven repository? Ibiblio seems to have .01-dev, and a snapshot from 20030310... I see that there was some traffic in January 2005 with respect to a 1.0 release... Was that officially uploaded to the Maven repository on ibiblio somewhere