[configuration] Build fails under Maven 1.1-beta2

2005-12-09 Thread Eric Pugh
Hi all, Under maven 1-1.-beta2 there seems to be an issue with the maven- tasks-plugin. I upgraded to 1.2.0 from 1.1.0 to see if that resolved it, but no joy. I actually think the issue is in the project.xml of the tasks plugin. At any rate, if I comment it out, everything is fine.

[configuration] findbugs and JDK1.3

2005-12-09 Thread Eric Pugh
One more thing... I noticed that findbugs is commented out: !-- Commented out, does not run on JDK 1.3 reportmaven-findbugs-plugin/report -- According to the homepage for Findbugs, while yes, it does require JDK1.4 to run, it should analyze 1.3 code. When we compile for 1.3, does

Re: DO NOT REPLY [Bug 37363] - [email] Address char-set can not be individuallyset

2005-12-01 Thread Eric Pugh
James, We should keep this discussion on the commons-dev email list, I'll cc it there. I would love to take a patch file for you, and if you haven't worked with Open Source before and Apache specifically I can help you. In terms of getting the changes in, well we are ALL apache

Re: [VOTE] New Committer - Jörg Schaible

2005-09-27 Thread Eric Pugh
A very enthusiastic +1, it is about time! On Sep 25, 2005, at 4:40 PM, Phil Steitz wrote: I would like to nominate Jörg Schaible as an Apache Jakarta Commons Committer. Jörg has provided patches to [configuration], [id] and [i18n] and has contributed to discussion on commons-dev for over a

Re: [VOTE][restarted] Release Commons Email 1.0

2005-09-27 Thread Eric Pugh
Get my +1 in the email record. [X ] +1 Release Email 1.0 based on RC8 [ ] +0 General support but not definitive [ ] -0 Unhappy about the release but not definitive (We want to see RC9, RC10, and R11 first!) [ ] -1 Do not release Email 1.0 based on RC8 Cheers, Eric Pugh On Sep 1, 2005

[VOTE][RESULT] Release Commons Email 1.0

2005-09-27 Thread Eric Pugh
It looks like Commons Email 1.0 based on Henning's RC8 is go for launch! The following people voted +1 for the release: Dion Gillard +1 Stephen Colebourne +1 Henning Schmiedehausen +1 Eric Pugh +1 The following people voted +0 for the release: robert burrel donkin +0 phil steitz +0 There were

[VOTE][restarted] Release Commons Email 1.0

2005-09-12 Thread Eric Pugh
the chance of a 1.0.1 coming out in a week! [ ] +1 Release Email 1.0 based on RC8 [ ] +0 General support but not definitive [ ] -0 Unhappy about the release but not definitive (We want to see RC9, RC10, and R11 first!) [ ] -1 Do not release Email 1.0 based on RC8 Cheers, Eric Pugh On Sep 1, 2005

Re: [VOTE] Release Commons Email 1.0

2005-09-01 Thread Eric Pugh
-- 8- [X ] +1 Release Email 1.0 [ ] +0 General support but not definitive [ ] -0 Unhappy about the release but not definitive [ ] -1 Do not release Email 1.0 Thanks! Eric Pugh

Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

2005-08-31 Thread Eric Pugh
Mac OS X 10.4 and I assume US locale. However, I have to downgrade my dumbster to 1.5, so I could imagine weirdness. I am okay with things as long as it works for you. I'll call the vote now. Eric Pugh On Aug 31, 2005, at 4:46 AM, Henning P. Schmiedehausen wrote: Eric Pugh [EMAIL

[VOTE] Release Commons Email 1.0

2005-08-31 Thread Eric Pugh
hours. --8- [ ] +1 Release Email 1.0 [ ] +0 General support but not definitive [ ] -0 Unhappy about the release but not definitive [ ] -1 Do not release Email 1.0 Thanks! Eric Pugh

Re: [sandbox] September archive of components

2005-08-30 Thread Eric Pugh
commons-xo was used in Turbine 3 and 2. For Turbine 2, we have implemented something else, and Turbine 3 is dormant, so I think from Turbine land I can give a +1. Eric On Aug 28, 2005, at 7:50 PM, Henri Yandell wrote: Here's the list to archive in September, on September 3rd (next

Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

2005-08-30 Thread Eric Pugh
Henning (and others), Do you think we are at a good enough point to call for 1.0? I am working on fixing the Gump metadata descriptor, which is currently broken due to findbugs, but that shouldn't affect our 1.0. Eric On Aug 25, 2005, at 4:19 AM, Henning P. Schmiedehausen wrote: Eric

Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

2005-08-30 Thread Eric Pugh
I looked through, and the fix you suggested was quite straightforward.. Don't know why I didn't think of it myself! Doh! So now there are no outstanding bugs left. However, after I applied the patchs, I reran my tests using a maven clean first, and now am having some unit test failures.

Re: [email] another method signature change in 1.0-rc6

2005-08-25 Thread Eric Pugh
Yes, think we expected to do a couple fixes to Turbine once we hit 1.0... Eric On Aug 25, 2005, at 6:41 AM, Henning P. Schmiedehausen wrote: .../target/src/org/apache/turbine/util/velocity/ VelocityHtmlEmail.java:191: send() in org.apache.turbine.util.velocity.VelocityHtmlEmail cannot

Re: [email] Findbugs

2005-08-25 Thread Eric Pugh
Digging into it, I don't really get the setSendDate() being public either. I lean towards it being private as well. Also, why can't we return null? The logic in getSendDate() seems odd.. If you haven't sent the email, then it should be null: public Date getSentDate(){ return

[general][exec] Exec needs a BugZilla component!

2005-08-24 Thread Eric Pugh
to make the change.. I wasn't sure the bugzilla-admin address was for these types of items... Eric Pugh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [general][exec] Exec needs a BugZilla component!

2005-08-24 Thread Eric Pugh
Thanks.. I have updated the component. On Aug 24, 2005, at 5:23 PM, Rahul Akolkar wrote: On 8/24/05, Eric Pugh [EMAIL PROTECTED] wrote: While the [email] component is perfectly happy to host [exec] bugs in CVS as we are just a couple letters off, it may be confusing to people! http

[ANNOUNCEMENT][email] commons-email release candidate 6 available

2005-08-24 Thread Eric Pugh
the sixth release candidate for commons email is now available for download from http://people.apache.org/~epugh/commons-email/. The only change was a backwards compatible change to expose MimeMessage from Email class (http://issues.apache.org/bugzilla/ show_bug.cgi?id=35881). The only odd

Re: [email] status?

2005-08-24 Thread Eric Pugh
I've applied the one patch (35881) that was simple from Siegfried, and the other one I don't feel comfortable b/c it involves changing a signature (34056). I am going to tackle the RC now. Eric Pugh On Aug 22, 2005, at 4:53 PM, robert burrell donkin wrote: On Mon, 2005-08-22 at 19:40

Re: [email] status?

2005-08-24 Thread Eric Pugh
I will call for one as soon as RC6 has been out for a couple days.. Dying for a vote and a release.. This horse has been beaten for long enough! On Aug 24, 2005, at 5:59 PM, Dion Gillard wrote: Do you want to do an official vote? On 8/25/05, Eric Pugh [EMAIL PROTECTED] wrote: I've

[email] Update on bug list

2005-08-09 Thread Eric Pugh
Hi all, I checked out 34056 (http://issues.apache.org/bugzilla/show_bug.cgi? id=34056) and it doesn't seem bad. The one thing Henning highlighted: -getPrimaryBodyPart().setText(msg, charset); +//BROKEN! +//getPrimaryBodyPart().setText(msg,

Re: [exec] Design of commons-exec

2005-08-02 Thread Eric Pugh
, something like this in Jakarta Commons would be great, I know I am using at least three different implementations of the same basic functionality! Eric Pugh On Aug 1, 2005, at 7:04 PM, Kev Jackson wrote: This is a very short description of the cleaned up Ant exec task design: * Exec

Re: sandbox access

2005-05-23 Thread Eric Pugh
Most projects are very happy to have more interest! That is part of the reason they are in sandbox, is to build up a group of interested developers...! On May 17, 2005, at 8:01 PM, Craig McClanahan wrote: The convention in the sandbox (and in Commons Proper for that matter) are to

Re: [resources] was: Re: RESEND: RE: Load message resources from DB???

2005-04-07 Thread Eric Pugh
As a big user of Configuration, I've thought that it would be quite useful in many places. The flexibility it adds is really useful. Configuration isn't specifically locale aware, however, we have discussed adding a ConfigurationLocaleAware decorator that would handle that. The Scarab

RE: Moving benchmark out of sandbox?

2005-03-15 Thread Eric Pugh
I took a spin around benchmark, and it looked good however.. I think you need some sort of tutorial and demo. Unlike other tools like email,lang, which are very obvious how you use them (Answer: you write code with them!), benchmark is more of a tool. There were references to other tools that

RE: [VOTE] [email] promote RC4 to 1.0 status

2005-03-15 Thread Eric Pugh
or something equivalent that lets you run gpg and shell scripts locally, you can use the scripts that I added to /committers/releases to create and verify the sigs once you have created the keypair using gpg --gen-key hth, Phil On Mon, 14 Mar 2005 09:56:17 -, Eric Pugh [EMAIL PROTECTED] wrote: I

RE: [configuration]Site update of howtos

2005-03-15 Thread Eric Pugh
Over in Turbine land we have the advantage of a separate turbine-site project. We have generic site doucmentation, and then the maven generated docs seperated by version: / generic site docs /2.3 /2.3.1 /2.4-M1 And so on. What we could do is have /commons/configuration/ - current site docs

RE: [VOTE] [email] promote RC4 to 1.0 status

2005-03-14 Thread Eric Pugh
hi eric could you ascii armour the signatures? (it's not essential but it makes them a lot nicer to read and download) - robert On Fri, 2005-03-11 at 20:30, Eric Pugh wrote: Hi all, A couple of packaging issues were discovered in Email 1.0 RC3. I was encouraged to fix them and then call

RE: [ANN][configuration]Release candidate 1.1RC2

2005-03-11 Thread Eric Pugh
Thanks for the tip.. This also solved my last issues with packaging email. (I hope :-) ). Eric -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 8:00 PM To: Jakarta Commons Developers List Subject: Re: [ANN][configuration]Release candidate

[VOTE] [email] promote RC4 to 1.0 status

2005-03-11 Thread Eric Pugh
Hi all, A couple of packaging issues were discovered in Email 1.0 RC3. I was encouraged to fix them and then call for a fresh vote, so I appreciate the understanding of the community that the (now) 4 release candidates it's taken to get email to 1.0. My first time signing a project. The

RE: [VOTE] Release commons email 1.0

2005-03-08 Thread Eric Pugh
maven ant, the regenerated build.xml worked. Could be build.xml is out of date? * Make sure to update the repo link on the web site to point to svn. Phil robert burrell donkin wrote: On Tue, 2005-03-01 at 06:58, Eric Pugh wrote: [X] +1 Lets release commons-email, it's been too long! [ ] 0

RE: [VOTE] Release commons email 1.0

2005-03-04 Thread Eric Pugh
-Message d'origine- De : Eric Pugh [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 mars 2005 16:48 À : 'Jakarta Commons Developers List' Objet : RE: [VOTE] Release commons email 1.0 Okay.. I'll take care of those changes. The build.xml could definitly be out of date.. It has

RE: [VOTE] Release commons email 1.0

2005-03-03 Thread Eric Pugh
is no longer required. Did you get this error: no protocol: ${javamail-1.3.2.url}? I am going to regenerate the Maven one and commit it. I have tweaked the docs, I'll try and tackle the other little changes today. Eric Pugh -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED

RE: [VOTE] Release commons email 1.0

2005-03-03 Thread Eric Pugh
is no longer required. Did you get this error: no protocol: ${javamail-1.3.2.url}? I am going to regenerate the Maven one and commit it. I have tweaked the docs, I'll try and tackle the other little changes today. Eric Pugh -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED

RE: [VOTE] Release commons email 1.0

2005-03-02 Thread Eric Pugh
The only open bug/enhancement is 32900: http://issues.apache.org/bugzilla/show_bug.cgi?id=32900. It is quite clearly an enhancement that is post 1.0, and there is some discussion on the bug list of whether it fits into the commons-email charter. Eric Pugh -Original Message- From: Dion

RE: [lang] Addition for DataUtils

2005-03-02 Thread Eric Pugh
I need the same logic.. Is it something you can share/ post to the bugzilla? Eric -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 11:43 AM To: Commons Developer Subject: [lang] Addition for DataUtils Hello... I just had to whip up a

RE: [VOTE] Release commons email 1.0

2005-03-01 Thread Eric Pugh
My +1 of course! [X] +1 Lets release commons-email, it's been too long! [ ] 0 Commons-what? Not ready for release [ ] -1 Don't release. I can't get dumbster (replace with your reason) to work. - To unsubscribe, e-mail:

RE: [VOTE][configuration]Release 1.1

2005-02-28 Thread Eric Pugh
I'll take a loo at the latest as well, I need to update some dependencies anyway for Turbine! -Original Message- From: Oliver Heger [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 12:09 PM To: Jakarta Commons Developers List Subject: Re: [VOTE][configuration]Release 1.1

[VOTE] Release commons email 1.0

2005-02-28 Thread Eric Pugh
[ ] -1 Don't release. I can't get dumbster (replace with your reason) to work. Eric Pugh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [VOTE][configuration]Release 1.1

2005-02-25 Thread Eric Pugh
. In which way did we break Fulcrum? Oliver Eric Pugh wrote: Folks, I have been really tied up in real life since before Christmas, but life has started calming down. I'll be looking at getting reinvolved again in the commons projects that are near and dear to my heart! For what it's

[email] Release Candidate 3 posted!

2005-02-24 Thread Eric Pugh
/distributions/ The documentation is available here: http://www.apache.org/~epugh/email/docs/ I'd like to get this to 1.0, as I've been sitting on the RC2 version for over two months (no good excuse why :-( ). Eric Pugh

RE: AW: AW: AW: [proposal] avoiding jar version nightmares

2004-12-21 Thread Eric Pugh
I have to jump into this as well. I hope I am not just repeating what wiser minds have already said :-). The idea of changing package names just seems like a solution that looks simple, but will rapidly become a nightmare. As far as I know, no other set of libraries follow this pattern,

[configuration] Cut timestamped version of configuration?

2004-12-21 Thread Eric Pugh
Hi all, I noticed that there is a directory (can't quite remember now) on the cvs.apache.org where timestamp/non official releases are put. This directory is NOT synced to ibiblio. I'd like to cut a timestamped version and put it there because I would like to add to Fulcrum configuration a

RE: [VOTE][EMAIL] Release Commons-Email 1.0

2004-12-15 Thread Eric Pugh
Commons-Email 1.0 Shouldn't NOTICE.TXT be in the distribution? On Fri, 3 Dec 2004 18:08:50 +0100, Eric Pugh [EMAIL PROTECTED] wrote: Dear community, Commons Email is now ready for release. The code is stable, all bugs fixed, and the unit tests all run. Additionally the various licensing

RE: [VOTE][EMAIL] Release Commons-Email 1.0

2004-12-13 Thread Eric Pugh
. Then you can have a +1 ;-) Stephen - Original Message - From: Eric Pugh [EMAIL PROTECTED] To: Commons-Dev [EMAIL PROTECTED] Sent: Friday, December 03, 2004 5:08 PM Subject: [VOTE][EMAIL] Release Commons-Email 1.0 Dear community, Commons Email is now ready for release

RE: [configuration] getProperty vs getPropertyDirect

2004-12-03 Thread Eric Pugh
Per my other email, can we use a better name? maybe something like interpolateProperty? It doesn't have to be a JavaBean style getter since we don't expect it to be called by external tools.. -Original Message- From: Emmanuel Bourg [mailto:[EMAIL PROTECTED] Sent: Friday, December 03,

[VOTE][EMAIL] Release Commons-Email 1.0

2004-12-03 Thread Eric Pugh
Dear community, Commons Email is now ready for release. The code is stable, all bugs fixed, and the unit tests all run. Additionally the various licensing issues with the Sun jars and Dumbster have been resolved. I have created Release Candidate 1 distributions using Maven dist, they are

RE: [VOTE] Matthew Inger as Commons Committer Re: [Lang] Commit Karma

2004-12-02 Thread Eric Pugh
+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [configuration] getProperty vs getPropertyDirect

2004-12-02 Thread Eric Pugh
At one time we had all sorts of abstraction somewhere in there.. I think for example JNDIConfiguration supported removing properites by holding them in a temporary list of properties that had been removed. If getProperty() found that the list had a property with that name, then it returned null,

RE: [collections] InvokerClosure

2004-12-02 Thread Eric Pugh
Is the final result: CollectionUtils.forAllDo(configList, new InvokerClosure(clearProperty, String.class, key)); Compared to the original really that much cleaner?: for (Iterator i = configList.iterator(); i.hasNext();) { Configuration config = (Configuration) i.next();

RE: [email] Exceptions

2004-11-30 Thread Eric Pugh
recent commits so there shouldnt be any reason to stop us from a RC1 -Corey On Mon, 29 Nov 2004 19:01:00 +0100, Eric Pugh [EMAIL PROTECTED] wrote: I've applied a stack of changes, including Mark's EmailException, to the codebase. I don't really care much about

RE: cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/web/servlet ChainProcessor.java ServletApplicationScopeMap.java ServletHeaderValuesMap.java ServletRequestScopeMap.java ServletSessionScopeMap.java

2004-11-30 Thread Eric Pugh
I'd guess that the JSF jar's are not distributable on IBiblio, just like the JavaMail ones? ERic -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 7:00 PM To: Jakarta Commons Developers List; [EMAIL PROTECTED] Subject: Re: cvs commit:

RE: Cleanup questions from importing email

2004-11-29 Thread Eric Pugh
Craig, Joe Germuska (details below) was a sandbox committer for email: developer nameJoe Germuska/name idgermuska/id email[EMAIL PROTECTED]/email /developer Eric Pugh - To unsubscribe, e-mail: [EMAIL

[transaction][resources] Gump Build Fixed

2004-11-29 Thread Eric Pugh
Hi guys, I move the gump project file from jakarta-commons-sandbox.xml to jakarta-commons.xml. You should be notified of a success/failure later today. Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: [email] Exceptions

2004-11-29 Thread Eric Pugh
My take on this is that users of [email] are looking for a package that simplifies the JavaMail api. And one of the big simplifing aspects is that the Exceptions that they have to catch are minimized. Most users will probably not care *what* the exception was, only that there *was* an exception,

RE: [email] Exceptions

2004-11-29 Thread Eric Pugh
:11:06 +0100, Eric Pugh [EMAIL PROTECTED] wrote: My take on this is that users of [email] are looking for a package that simplifies the JavaMail api. And one of the big simplifing aspects is that the Exceptions that they have to catch are minimized. Most users will probably

RE: [email] site cleanup

2004-11-29 Thread Eric Pugh
Mark, I think I did the right chmod. Can you just double check? Eric -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 5:08 PM To: Jakarta Commons Developers List Cc: [EMAIL PROTECTED] Subject: [email] site cleanup Eric, If

RE: [email] Exceptions

2004-11-29 Thread Eric Pugh
test cases) and HtmlEmailExceptionTest -Corey On Mon, 29 Nov 2004 16:59:29 +0100, Eric Pugh [EMAIL PROTECTED] wrote: Humm... I typically make all my unit tests throw Exception. It reduces the length of each test, especially when all you are doing is logging that it failed

RE: [email] site cleanup

2004-11-29 Thread Eric Pugh
Subject: Re: [email] site cleanup You'll need to change the `email` directory as well drwxr-xr-x 8 epughjakarta 1024 Nov 25 04:21 email thnx again, Mark Eric Pugh wrote: Mark, I think I did the right chmod. Can you just double check? Eric -Original Message

RE: [email] rm -r lib/*.jar

2004-11-27 Thread Eric Pugh
the help we can get :-) -Corey On Fri, 26 Nov 2004 11:35:04 -0800, Craig McClanahan [EMAIL PROTECTED] wrote: On Fri, 26 Nov 2004 11:14:28 +0100, Eric Pugh [EMAIL PROTECTED] wrote: But, it's not really a big deal. It's only a problem for the nightly build based on Ant, and as long

RE: [email] rm -r lib/*.jar

2004-11-26 Thread Eric Pugh
It's fine. Can you also do the same trick in jakarta-commons-sandbox/email/libs as well? As I sent in my email to the PMC, I thought the reason those jars are not on ibiblio is that you can't redistribute them via a website. But having them in CVS would be akin to having them in a war file,

RE: [general] Updating the Commons common web site

2004-11-26 Thread Eric Pugh
This looks better, more consistent! -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 5:16 PM To: Jakarta Commons Developers List Subject: Re: [general] Updating the Commons common web site I ended up updating the site while I was

RE: [VOTE] Release Chain 1.0

2004-11-25 Thread Eric Pugh
While I didn't use the approach that Mailreader-chain used, I found it very *key* to selling me on Chain. So make sure the docs all point to the example in struts-sandbox. Eric -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 11:59 PM

RE: [email][gump] Currently email is failing in gump

2004-11-25 Thread Eric Pugh
is failing in gump On Wed, 24 Nov 2004, Eric Pugh [EMAIL PROTECTED] wrote: I'll take a look at trying to get dumbster to build in gump from source. When Stefano installed dumbster on brutus he did so because the source was not available from a public repository. I think he already had

RE: cvs commit: jakarta-commons/email - Imported sources

2004-11-25 Thread Eric Pugh
Yup.. the notice will go out later when I get the site up.. -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 11:14 AM To: Jakarta Commons Developers List Subject: Re: cvs commit: jakarta-commons/email - Imported sources Does that mean

Cleanup questions from importing email

2004-11-25 Thread Eric Pugh
Hi all, A couple questions about updating the site... 1) Is updating the main commons site automated or not? 2) in jakarta-commons/BUILD_DOCS.txt are some instructions, but they appear to be just to build the main page, correct? I think, but am not sure, that they are out of date, and have

RE: cvs commit: jakarta-commons/email - Imported sources

2004-11-25 Thread Eric Pugh
-Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 12:10 PM To: Jakarta Commons Developers List; Mark Lowe Subject: RE: cvs commit: jakarta-commons/email - Imported sources Yup.. the notice will go out later when I get the site up

RE: Bug report normalization

2004-11-24 Thread Eric Pugh
Adding more documentation would be nice for how to submit bugs. There are lots of unenforced rules in commons, like putting the component name in emails. While there are other ways that Emmanuel could have solved the problem, at least now it is resolved. And as we can see by the number of who

RE: [email][gump] Currently email is failing in gump

2004-11-24 Thread Eric Pugh
This is precisely why the gump folks hate installing a packaged jar instead of building from CVS each jar. Gump has installed dumbster version 1.3, and we are now using 1.5, which has some API changes. (Typo's were fixed). We are NOT using the build-gump.xml, I'll remove it now prior to leaving

RE: [VOTE] Release Chain 1.0

2004-11-23 Thread Eric Pugh
We had a similar discussion over in [configuration] prior to 1.0 over having the Configuration interface extend Map. It was great because you could do all sorts of cool tricks with passing configurations into things expecting Maps and still have the code work. Or, an existing application that

RE: [Email] nightly builds

2004-11-23 Thread Eric Pugh
Where are you looking.. I see them here: http://cvs.apache.org/builds/jakarta-commons/nightly/commons-email/?C=M;O=D (linked from the commons homepage) Eric -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 10:21 AM To: [EMAIL

RE: [Email] nightly builds

2004-11-23 Thread Eric Pugh
look at it then. Craig On Tue, 23 Nov 2004 17:12:56 +0100, Eric Pugh [EMAIL PROTECTED] wrote: Where are you looking.. I see them here: http://cvs.apache.org/builds/jakarta-commons/nightly/commons-email /?C=M;O=D (linked from the commons homepage) Eric -Original

[RESULT][VOTE] Promote Email to Commons Proper

2004-11-23 Thread Eric Pugh
With the following votes the Commons community has decided to promote Commons Email from the sandbox: Commons Committers +1 robert burrell donkin [EMAIL PROTECTED] +1 Henri Yandell [EMAIL PROTECTED] +1 Shapira, Yoav [EMAIL PROTECTED] +1 Matthias Wessendorf [EMAIL PROTECTED] +1 Eric Pugh [EMAIL

RE: [lang] Is there a split method based on case?

2004-11-18 Thread Eric Pugh
case char. See the ORO project: http://jakarta.apache.org/oro/index.html Gary -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 3:11 AM To: Commons-Dev Subject: [lang] Is there a split method based on case

RE: [VOTE] Promote Email to Commons Proper

2004-11-18 Thread Eric Pugh
tally: +1 Eric Pugh +1 Matthias Wessendorf +1 Yoav Shapira Robert, you raised the original lgpl issue which I hope is now sorted out. While you didn't specifically put a -1 down, I think it was implied. Would you be willing to change that to something else? Eric -Original Message- From

[lang] Is there a split method based on case?

2004-11-17 Thread Eric Pugh
Hi all, I am converting some classnames to user friendly names. So I have a class call my.companies.own.SpecialStep and I can use the substringAfterLast(my.companies.own.SpecialStep,.) to return SpecialStep. I want to convert this to Special Step. Any ideas on how to do this using

RE: [email] Website has been updated

2004-11-15 Thread Eric Pugh
Right now, anything that gets deployed into the Apache dist directory gets rsynced over to ibiblio. However, for things like -SNAPSHOT releases, they really shouldn't be going to Ibiblio b/c they aren't really released. I think the commons-email SNAPSHOT was moved when Maven project and IBiblio

RE: [email] Handling bounces (was Re: DO NOT REPLY [Bug 18968] - [email] Support SMTP Envelope From (bounce address))

2004-11-15 Thread Eric Pugh
Joe, Can you add your change to /xdocs/changes.xml? Also, you may want to add yourself to project.xml as well :-) Eric -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 9:18 PM To: Jakarta Commons Developers List Subject: [email]

RE: DO NOT REPLY [Bug 32094] - [email] All exceptions seem to be thrown as messagingExceptions

2004-11-15 Thread Eric Pugh
So, we are agreed that we should have an EmailException that should be thrown? And that will wrap any underlying exception? EmailException should extend NestableException. Eric -Original Message- From: Corey Scott [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 6:18 AM

[VOTE] Promote Email to Commons Proper

2004-11-15 Thread Eric Pugh
) Initial Committers The initial committers on the DBUtils component shall be: * Eric Pugh (Commons Committer) * Joe Germuska (Commons Sandbox Committer) Current active contributors include: * Corey Scott * Mark Lowe

RE: [VOTE] Promote Email to Commons Proper

2004-11-15 Thread Eric Pugh
The code originally came from Turbine, back in the Turbine 2.2 time frame. It then pretty much sat in the sandbox. Turbine 3 picked it up, and therefore Scarab, built on Turbine 3, uses it. Because we didn't want to add yet another unreleased component to Turbine 2.x, we haven't removed the

RE: [VOTE] Promote Email to Commons Proper

2004-11-15 Thread Eric Pugh
PROTECTED] wrote: A little bit of a digression but I'm reading through the LGPL blurb.. Can you give a bit more detail on this problem? Just as a matter or curiosity. Mark On Mon, 15 Nov 2004 21:00:16 +, robert burrell donkin [EMAIL PROTECTED] wrote: On 15 Nov 2004, at 11:10, Eric

RE: [email] ByteArrayDataSource

2004-11-15 Thread Eric Pugh
. The ByteArrayDataSource class saves someone the time of implementing their own DataSource for this purpose. Of course, an attach() method that accepts a byte[] would work well also. Scott Eric Pugh wrote: That is quite possible! Can you explain the use case for ByteArrayDataSource

RE: cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration HierarchicalConfiguration.java

2004-11-14 Thread Eric Pugh
Welcome aboard Oliver! Should we go through the bug list, clean it out and maybe release 1.0.1? Build on the momentum of getting 1.0 out the door? It would also allow us to have a version released with no deprecated methods... Eric -Original Message- From: [EMAIL PROTECTED]

RE: cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration HierarchicalConfiguration.java

2004-11-14 Thread Eric Pugh
I would like to add a save() method to HierarchicalXMLConfiguration (Bug 31130), and I have a solution for 31797 (optional configurations). For the latter documentation could be updated, too. Which other issues should be addresed? Maybe 30858, this could confuse users. There was recently a

[email] Website has been updated

2004-11-14 Thread Eric Pugh
Hey all, Just wanted to let you know I updated the website. Check out that 97% code coverage! We should take a spin through the current examples and make sure they are up to snuff. I *think* this is the last step before I can start a thread for promotion out of sandbox. Eric

[chain] evaluating to use, contrast to pipeline?

2004-11-09 Thread Eric Pugh
A - Z, but if certain conditions occur, you may stop midway at J, correct? Which brings me to my last question.. Why does returning false from a command signify continue? Why wasn't it return true means keep going? Eric Pugh PS, anyone mind if I update dependencies in the Maven build

RE: [chain] evaluating to use, contrast to pipeline?

2004-11-09 Thread Eric Pugh
Thanks.. I think that for the level of usage I envision, the flexiblity of [chain] (and relative maturity) solves the problem, even though [pipeline] may in a larger sense be more appropriate for my use case. My usecase, processing data, seems to fit into exactly what [pipeline] does. In fact, I

RE: [OT] Aren't we all fighting the same battles?

2004-11-06 Thread Eric Pugh
I think you actually have to narrow your criteria. Within jakarta commons we try to focus on one component approach versus multiple component approach, even though that doesn't always happen. And, in many ways, jakarta commons has been VERY sucessful in providing reusable components. Just look

[RESULT][VOTE] Oliver Heger as Committer

2004-11-06 Thread Eric Pugh
I'd like to announce that Oliver Heger has been voted in as a committer on the Jakarta Commons project. His contributions towards [configuration] have been many, and I look forward to his future contributions to the Jakarta Commons project as a whole. Votes: +1 Eric Pugh [EMAIL PROTECTED

RE: [email] release

2004-11-04 Thread Eric Pugh
Technically, we shouldn't release until exiting commons-sandbox. I'll go ahead and post a feeler to commons-dev about whether we are ready or not. However, we could I suppose do a snapshot...? Eric -Original Message- From: Corey Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: [email] dumbster *nix

2004-11-04 Thread Eric Pugh
Mark, Maybe you can clear something up for me.. As far as I know, with JavaMail, I still have to have *some* SMTP server running somewhere to send emails. Are you saying that if I include smtp.jar, that acts as my SMTP server? I don't have a problem factoring out the email smtp stuff into the

[general][email] Time for Commons Email to exist Sandbox?

2004-11-04 Thread Eric Pugh
the docs showing the increased code coverage etc: http://jakarta.apache.org/commons/sandbox/email/ Eric Pugh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [general][email] Time for Commons Email to exist Sandbox?

2004-11-04 Thread Eric Pugh
Message - From: Eric Pugh [EMAIL PROTECTED] While not calling for a formal vote, I wanted to gather feedback on any issues that would bar allows commons-email to exit the sandbox. For those of you not familiar with it, commons-email is an attempt to provide a lightweight simple library

RE: [general][email] Time for Commons Email to exist Sandbox?

2004-11-04 Thread Eric Pugh
[mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 10:20 PM To: Jakarta Commons Developers List; [EMAIL PROTECTED] Subject: Re: [general][email] Time for Commons Email to exist Sandbox? On Thu, 4 Nov 2004 21:48:00 +0100, Eric Pugh [EMAIL PROTECTED] wrote: I think on that front, we

RE: Steps prior to graduating from Sandbox

2004-11-03 Thread Eric Pugh
: Unrelated, but do you know what would be the steps for a project to be graduated from the sandbox? Oliver On Tue, 2 Nov 2004 12:34:27 +0100, Eric Pugh [EMAIL PROTECTED] wrote: Hi all, I started updating the Status.html doc. I wanted to make sure we have a consensus on steps

RE: Steps prior to graduating from Sandbox

2004-11-03 Thread Eric Pugh
Okay.. If dumbster doesn't work on *nix, then maybe we need to make it more configurable about when to run it.. Can do stuff like only run on windows or something. Mark, As far as the SF site, you'll want to setup an ID! You'll soon discover that tons of stuff in the OSS world is there.. :-)

RE: Steps prior to graduating from Sandbox

2004-11-03 Thread Eric Pugh
: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 7:49 AM To: Jakarta Commons Developers List; Corey Scott Subject: RE: Steps prior to graduating from Sandbox Okay.. If dumbster doesn't work on *nix, then maybe we need to make it more configurable about when to run

RE: Steps prior to graduating from Sandbox

2004-11-03 Thread Eric Pugh
in CVS so dumbster can byte me as far as i'm concerned. I want to work on commons email, not dumbster but I cant while this dependency is there. Mark On Wed, 3 Nov 2004 15:12:02 +0100, Eric Pugh [EMAIL PROTECTED] wrote: We could do something like.. The thing is that dumbster

RE: Maven Jelly Tags Email

2004-11-02 Thread Eric Pugh
I think that we need a 1.0 release of email first, otherwise we are just adding another un released dependency. However, I do think it's a good idea when we get the 1.0. One thing is, does it help/simplify/add to the Jelly Email tags? Or just add another layer of complexity? Eric

  1   2   3   4   >