[jira] Commented: (EMAIL-66) to create web mail in James

2007-05-08 Thread Joe Germuska (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494273 ] Joe Germuska commented on EMAIL-66: --- This is not the appropriate place or style for your question. It doesn&#

Re: [VOTE] Release Chain1.1 based on RC3

2006-06-12 Thread Joe Germuska
At 8:53 PM +0100 6/8/06, Niall Pemberton wrote: I have just uploaded release candidate 3 (RC3) for Commons Chain 1.1 [X ] +1 looks good [ ] +0 [ ] -0 [ ] -1 nope, something needs fixing -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You r

Re: [chain] Version 1.1 release candidate 1

2006-06-06 Thread Joe Germuska
just another report... Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try something new." -- Robert Moog --

[jira] Commented: (CHAIN-20) [chain] Provide a "dispatch" command

2006-05-30 Thread Joe Germuska (JIRA)
[ http://issues.apache.org/jira/browse/CHAIN-20?page=comments#action_12413961 ] Joe Germuska commented on CHAIN-20: --- i'm fine with making all the actual properties protected. Are you going to do this? Do you want me to? > [chain] Provide a &

[jira] Commented: (CHAIN-12) [chain] ContextBase throws NotSerializable exception for PropertyDescriptor

2006-05-25 Thread Joe Germuska (JIRA)
[ http://issues.apache.org/jira/browse/CHAIN-12?page=comments#action_12413249 ] Joe Germuska commented on CHAIN-12: --- I agree that it just moves the problem along, but it seems to me that moving it along is the appropriate response. You can't r

svn commit: r409177 - /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java

2006-05-24 Thread germuska
Author: germuska Date: Wed May 24 07:36:11 2006 New Revision: 409177 URL: http://svn.apache.org/viewvc?rev=409177&view=rev Log: add sane 'toString()' to MapEntryImpl Modified: jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java Modi

Re: [chain] Releasing Chain 1.1?

2006-05-24 Thread Joe Germuska
leaving CHAIN-4 for later. Just let me implement a sane toString method in BaseContext$MapEntry -- it's been driving me crazy in the debugger! Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and e

[jira] Commented: (CHAIN-12) [chain] ContextBase throws NotSerializable exception for PropertyDescriptor

2006-05-24 Thread Joe Germuska (JIRA)
[ http://issues.apache.org/jira/browse/CHAIN-12?page=comments#action_12413125 ] Joe Germuska commented on CHAIN-12: --- Why not just mark those container objects as transient? > [chain] ContextBase throws NotSerializable exception for PropertyDescrip

svn commit: r356422 - /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/DispatchCommand.java

2005-12-12 Thread germuska
Author: germuska Date: Mon Dec 12 16:09:43 2005 New Revision: 356422 URL: http://svn.apache.org/viewcvs?rev=356422&view=rev Log: fix bug in handling 'InvocationTargetException' Modified: jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/Dispat

svn commit: r322530 - /jakarta/commons/proper/chain/trunk/project.xml

2005-10-16 Thread germuska
Author: germuska Date: Sun Oct 16 17:15:41 2005 New Revision: 322530 URL: http://svn.apache.org/viewcvs?rev=322530&view=rev Log: Bug 37107: Apply standard Maven naming for Sun JARs (servlet, portlet, JSF). Thanks to Wendy Smoak for the patch. Modified: jakarta/commons/proper/chain/t

svn commit: r315059 - /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/CatalogBase.java

2005-10-12 Thread germuska
Author: germuska Date: Wed Oct 12 14:52:37 2005 New Revision: 315059 URL: http://svn.apache.org/viewcvs?rev=315059&view=rev Log: add constructor which takes an already built map of commands, for easier use in dependency-injection environments Modified: jakarta/commons/proper/chain/t

svn commit: r314997 - /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/Command.java

2005-10-12 Thread germuska
Author: germuska Date: Wed Oct 12 11:56:48 2005 New Revision: 314997 URL: http://svn.apache.org/viewcvs?rev=314997&view=rev Log: add constants to help keep return intentions clear Modified: jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/Command.java Modified: jak

Re: [Chain] adding EL support

2005-06-10 Thread Joe Germuska
g for vacation and busy until I go... joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Chain] adding EL support

2005-06-10 Thread Joe Germuska
t overhead, and I simply haven't had time lately to set things up that way.) Anyway, if it comes down to using an expression library, I'd argue for JEXL over commons-el because JEXL supports method invocation, which is incredibly handy. Joe -- Joe Germuska [EMAIL PR

svn commit: r178565 - /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/DispatchCommand.java

2005-05-25 Thread germuska
Author: germuska Date: Wed May 25 18:48:57 2005 New Revision: 178565 URL: http://svn.apache.org/viewcvs?rev=178565&view=rev Log: Catch InvocationTargetException and throw its cause instead, except when the cause is not an instance of Exception. Modified: jakarta/commons/proper/chain/t

svn commit: r178563 - /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/LookupCommand.java

2005-05-25 Thread germuska
Author: germuska Date: Wed May 25 18:22:21 2005 New Revision: 178563 URL: http://svn.apache.org/viewcvs?rev=178563&view=rev Log: Expose catalogFactory so that subclasses can get at it. Modified: jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/LookupCommand.

Re: [chain] Pre-conditions

2005-05-20 Thread Joe Germuska
for example @ContextType(MyContext.class) @RequiredKey("myKey") @ValueType("myKey", MyClass.class) - Or maybe one could elaborate this even further, creating rule object sets returned by Commands as pre-conditions and post-conditions, so that a Chain would be responsib

Re: [Fwd: [commons-email] RFC about improving the code ....]

2005-05-19 Thread Joe Germuska
sage allows to retrieve the message id - the only way to keep track of message sent by the SMPT server I hope my comments make sense - could you forward the message to the mailing list ... as always I have little time to wait for the outcome of lenghty discussion so I start doing the work to

Re: [VOTE] Stefan Bodewig as commons proper committer

2005-05-13 Thread Joe Germuska
) That's what I thought! [ X] +1 Let him commit Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex - To unsubscribe,

svn commit: r165087 - in /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic: DispatchLookupCommand.java LookupCommand.java

2005-04-27 Thread germuska
Author: germuska Date: Wed Apr 27 19:11:38 2005 New Revision: 165087 URL: http://svn.apache.org/viewcvs?rev=165087&view=rev Log: Refactoring to make it easier for lookups to work against a CatalogFactory of any origin, instead of being bound to the static singleton instance returne

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-04-01 Thread Joe Germuska
configure it properly (and many commands need some external configuration.) I still don't really have enough time to argue vociferously about it either way Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-03-31 Thread Joe Germuska
idn't generate any responses. I figured once I wrote something and started pestering for a commit that would get the discussion going ;-) I will await your guys feedback once you've had a chance to think about use cases, etc. Let me know if you have any questions. sean On Fri, 14 Jan 2005 1

Re: [logging] Log4JLogger does not implement Log: wiki fix?

2005-03-22 Thread Joe Germuska
PropertyUtils.clearDescriptors(). The CatalogConfiguratorPlugIn in the 1.2 branch of the sandbox was already correctly calling CatalogFactory.clear(). Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction"

Re: [chain] steps towards 1.0.1 release?

2005-03-17 Thread Joe Germuska
n a better position to test them out. All of the other[chain] tickets in Bugzilla are enhancements. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destru

svn commit: r157635 - jakarta/commons/proper/chain/trunk

2005-03-15 Thread germuska
Author: germuska Date: Tue Mar 15 19:14:18 2005 New Revision: 157635 URL: http://svn.apache.org/viewcvs?view=rev&rev=157635 Log: Add eclipse project files to svn:ignore. Modified: jakarta/commons/proper/chain/trunk/ (props changed) Propchange: jakarta/commons/proper/chain/t

Re: [chain] questions about various servlet/*Mapper classes

2005-03-06 Thread Joe Germuska
r the code base so that in the next release, it will be more practically usable? Thanks, Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex

Re: [chain] questions about various servlet/*Mapper classes

2005-03-02 Thread Joe Germuska
t of commons-chain know how to use CatalogFactory, so they need only be configured with a catalog name. But what type of code would retrieve a catalog from the ServletContext? That's the part which I think is obsolete. Can you clarify what you suggest doing? Thanks Joe -- Joe Germu

Re: [chain] questions about various servlet/*Mapper classes

2005-03-01 Thread Joe Germuska
ake me quite a while to put together a decent test environment. It would be great if someone using it could come up with some patches! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narro

[chain] steps towards 1.0.1 release?

2005-02-22 Thread Joe Germuska
ating, I should volunteer to be the release manager. I've never done it before, so it'll take me a little time to go through the whole routine, etc. I'd happily let anyone else do it if they like, but it seems to be one of those chores that people don't love to take on. Jo

svn commit: r154949 - in jakarta/commons/proper/chain/trunk/src: java/org/apache/commons/chain/generic/LookupCommand.java test/org/apache/commons/chain/generic/LookupCommandTestCase.java

2005-02-22 Thread germuska
Author: germuska Date: Tue Feb 22 20:19:49 2005 New Revision: 154949 URL: http://svn.apache.org/viewcvs?view=rev&rev=154949 Log: Add support for using LookupCommand in a way which does not pass through the result from the looked up command. This will allow chains used by Lookup to "a

Re: [chain] LookupCommand's return value

2005-02-17 Thread Joe Germuska
At 10:11 AM -0600 2/17/05, Joe Germuska wrote: At 11:52 PM -0500 2/16/05, James Mitchell wrote: I'm just now catching up on some of thisbut I was wondering.if you configure "ignoreReturnValue" or "abortIfContextValueTrueOrNull" or "whatchaMaCallit",

Re: [chain] LookupCommand's return value

2005-02-17 Thread Joe Germuska
" command. That one would be a lot tidier with the not-yet-released Chain functionality to specify a catalog/command pair with a single String. Is it time to roll a 1.0.1 (or 1.1.) commons-chain release? Is there anything else which should maybe go in it? Joe --

Re: [chain] LookupCommand's return value

2005-02-16 Thread Joe Germuska
n I'll do them directly in the repository in a package which clearly separates them from the dependency-free classes (org.apache.commons.chain.impl.expr or org.apache.commons.chain.impl.jexl). Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow

Re: Fwd: [chain] LookupCommand's return value

2005-02-16 Thread Joe Germuska
potential values for ActionForward.getPath(). You could then use a lookup command to automatically invoke a command in that catalog if one matched the path. You couldn't get this without a custom command, because Copy can only copy an object in the Context, not a property o

Re: [chain] LookupCommand's return value

2005-02-16 Thread Joe Germuska
n they require auxiliary libraries? Still, if people would prefer a commons-chain-contrib project, I wouldn't complain; I'd just want some opinions on where exactly to put it. Joe -- Joe Germuska [EMAIL PROTECTED]

[chain] LookupCommand's return value

2005-02-15 Thread Joe Germuska
sn't very heavy (132 K) but I think people are keen on keeping Chain light too. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex -

Re: [Email] setting charset

2005-02-08 Thread Joe Germuska
Bugzilla, and attach a patch. I don't have time to roll a release, but I have time to apply a patch. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex -

Re: [all][VOTE] svn migration

2005-01-23 Thread Joe Germuska
omparable to the beginning of a 'cvs log' command, and similar functionality seems to not yet be in viewcvs for SVN repositories -- but that hasn't been a major issue. I am definitely +1 on migrating to SVN. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "

RE: [Email] To release or not to release

2005-01-18 Thread Joe Germuska
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [Email] To release or not to release

2005-01-17 Thread Joe Germuska
sed extensions to Email itself, so completing the > release would be greatly appreciated. > > Many Thanks, > Corey -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex -

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-01-14 Thread Joe Germuska
use cases. This has been my hesitation too. Since I haven't yet had a use case for it, it seems a bit heavy for inclusion in the core library. I wouldn't veto it, but it's why I have been hesitant. Like Craig, I haven't looked very carefully at it, so I haven't

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/generic DispatchCommand.java

2005-01-07 Thread germuska
germuska2005/01/07 13:10:30 Added: chain/src/test/org/apache/commons/chain/generic DispatchCommandTestCase.java chain/src/java/org/apache/commons/chain/generic DispatchCommand.java Log: add DispatchCommand and test

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/generic - New directory

2005-01-07 Thread germuska
germuska2005/01/07 13:09:56 jakarta-commons/chain/src/test/org/apache/commons/chain/generic - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/chain STATUS.html

2005-01-07 Thread germuska
germuska2005/01/07 13:06:40 Modified:chainSTATUS.html Log: add myself Revision ChangesPath 1.6 +2 -1 jakarta-commons/chain/STATUS.html Index: STATUS.html === RCS file: /home/cvs

[chain] lookups and context wrappers

2005-01-07 Thread Joe Germuska
#x27;ll probably continue along this path for Struts unless someone points out a phenomenal oversight in the basic approach. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex -

Re: [chain] add expression evaluation?

2004-12-04 Thread Joe Germuska
uggestion of Rhino. I applied Jexl to a project at work yesterday and I was again pleased with its simplicity. When I have time, I'll develop a working example for people to check out. Joe PS See http://jakarta.apache.org/commons/jexl/index.html#A%20Brief%20Example -- Joe Germu

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

2004-12-03 Thread Joe Germuska
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction&q

Re: [chain] add expression evaluation?

2004-12-02 Thread Joe Germuska
uld be very powerful. Joe On Thu, 2 Dec 2004 16:40:31 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: In a discussion on the struts-user list, I got around to describing a configuration format which made me wonder if folks would tolerate some kind of expression evaluation engine in chain.

[chain] add expression evaluation?

2004-12-02 Thread Joe Germuska
In a discussion on the struts-user list, I got around to describing a configuration format which made me wonder if folks would tolerate some kind of expression evaluation engine in chain. The musing repeated below: At 1:57 PM -0600 12/2/04, Joe Germuska wrote: I think you could find the view

Re: [email] batch sending (was Re: [email] Exceptions)

2004-11-30 Thread Joe Germuska
thing like this, but I don't think it's extremely compelling either. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex

[email] batch sending (was Re: [email] Exceptions)

2004-11-30 Thread Joe Germuska
; > that will wrap the UEE. > > > > > > > > > > > > > > > > > > > > Mark, is it possible to use the 1.4 io stuff > > > > > > conditionally? I guess not, > > > > > > > > > > but we could think about maybe how we compile the jar? > > > > > >

cvs commit: jakarta-commons/email project.xml

2004-11-30 Thread germuska
germuska2004/11/30 06:03:18 Modified:emailproject.xml Log: add issueTrackingUrl Revision ChangesPath 1.6 +1 -0 jakarta-commons/email/project.xml Index: project.xml === RCS file: /home

Re: [VOTE] Release Chain 1.0

2004-11-22 Thread Joe Germuska
suite.addTest(new CatalogFactoryBaseTestCase("testSpecificCatalog")); return suite; } Still, it would be nice for the release itself to be "pristine" -- maybe someone can fix this before cutting the release? Joe -- Joe Germuska [EMAIL PROTECTED] http:

RE: [VOTE] Promote Email to Commons Proper

2004-11-18 Thread Joe Germuska
If that is something the Dumbster folks aren't willing to move quickly on, perhaps they can indicate in writing that the license applies to a version which has already been released. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made

RE: [VOTE] Promote Email to Commons Proper

2004-11-18 Thread Joe Germuska
+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? -- Joe Germuska [EMAIL PROTECT

Re: [VOTE] Promote Email to Commons Proper

2004-11-15 Thread Joe Germuska
Apache-licensed, but the whole "alt.javax.mail" interface hierarchy has always kind of chafed me. Is it worth looking at it? Only javax.mail.Session is exposed in the current API at all, and that's only in a protected method. Maybe it wouldn't be as bad as it seems. Joe

cvs commit: jakarta-commons-sandbox/email project.xml

2004-11-15 Thread germuska
germuska2004/11/15 04:04:38 Modified:emailproject.xml Log: add myself to project.xml Revision ChangesPath 1.22 +5 -0 jakarta-commons-sandbox/email/project.xml Index: project.xml

cvs commit: jakarta-commons-sandbox/email/xdocs changes.xml

2004-11-15 Thread germuska
germuska2004/11/15 04:02:33 Modified:email/xdocs changes.xml Log: add support for bounce handling and document in examples.xml Revision ChangesPath 1.11 +5 -2 jakarta-commons-sandbox/email/xdocs/changes.xml Index: changes.xml

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

2004-11-14 Thread Joe Germuska
7;t working properly! Since we are moving to promote from commons-sandbox, are you also a commons committer? Can I list you on the STATUS document? -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are wea

cvs commit: jakarta-commons-sandbox/email/src/java/org/apache/commons/mail Email.java

2004-11-14 Thread germuska
germuska2004/11/14 13:15:33 Modified:email/xdocs examples.xml email/src/java/org/apache/commons/mail Email.java Log: add support for bounce handling and document in examples.xml Revision ChangesPath 1.4 +32 -1 jakarta-commons-sandbox/email/xdocs

[email] preserve Ant build file? ( was RE: Steps prior to graduating from Sandbox)

2004-11-02 Thread Joe Germuska
EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll

RE: [email] Anyone interested?

2004-10-26 Thread Joe Germuska
rary. I haven't had any use for such things, but that's no reason to say it doesn't belong. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love S

Re: [email] Current status, etc.

2004-10-23 Thread Joe Germuska
do more than that. I think that it would be good to keep commons-email lean; however, if you have ideas where it can be improved, by all means, suggest them (with patches when possible!) Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die,

Re: [chain] Configuration idea

2004-10-21 Thread Joe Germuska
on the fly. Does that help? It seems like it would -- and in any case, it's pretty cool! Like I said, I'm probably jumping the gun myself asking about syntax changes. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don'

Re: [chain] Configuration idea

2004-10-21 Thread Joe Germuska
At 10:27 AM -0500 10/21/04, Joe Germuska wrote: At 10:31 AM -0400 10/21/04, Sean Schofield wrote: I had an idea about how we could improve the default configuration of commons-chain. It would be nice if we could have the following catalog.xml

Re: [chain] Configuration idea

2004-10-21 Thread Joe Germuska
hough I'd want a different attribute for references; reusing "name" with the same element and different semantics would be pretty confusing. How about "ref"? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In f

Re: Commons Sandox - Email Project

2004-10-18 Thread Joe Germuska
else with karma for commons-email is paying much attention. (If you are, feel free to speak up!) I wasn't in on the original development , but I do a fair bit of email-based code for work (although we haven't changed our legacy apps to use commons-email yet!) Joe -- Joe Germusk

Re: [email] Please add new build to ibiblio

2004-09-30 Thread Joe Germuska
. Do you suggest the conditional compilation because you don't want people to have to bother with the dependency? Or because you want to make it possible for people to keep the Velocity dependency out of their commons-email jar for some reason? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog

Re: [email] Please add new build to ibiblio

2004-09-30 Thread Joe Germuska
I'd want to wait until Groovy hits 1.0. My sense is that it's still prone to a lot of change. Mike, do you know that your e-mail is timestamped one day ahead? Is that your way of staying on the cutting edge? ;^) Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.

RE: [email] Please add new build to ibiblio (and general commons/maven/deployment questions)

2004-09-30 Thread Joe Germuska
org/dist/java-repository/ maven.repo.ibiblio-mirror.group=apcvs #maven.repo.ibiblio-mirror.username=(see note above) #maven.repo.ibiblio-mirror.privatekey=(see note above) -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place." - Carlos Santana

Re: [email] Please add new build to ibiblio

2004-09-30 Thread Joe Germuska
re where it won't get lost while we see if anyone else out there has strong feelings about some of these questions... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place." - Carlos Santana

Re: Help with using commons-email

2004-09-07 Thread Joe Germuska
This is a test"); msg.send(); } So I think it's ultimately a local problem. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'

RE: Moving from Bugzilla to JIRA

2004-09-03 Thread Joe Germuska
e until its dependencies move. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place." - Carlos Santana

Re: [Sandbox/Email] nightly builds

2004-08-30 Thread Joe Germuska
No ... I missed the fact that the fixed version had actually been checked in. The "email" package will be in tonight's nightly builds. Great! Thanks for volunteering your time and machine! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fa

Re: [Validator] Completing the 1.1.3 GA release

2004-08-25 Thread Joe Germuska
rties could all be specified on the command line or in a temporary build.properties file. According to find/grep, none of the other commons projects have tackled this yet. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't

Re: [VOTE] Commons Validator 1.1.3: GA?

2004-07-23 Thread Joe Germuska
non-binding +1: i've been using it for a few weeks in a development project with no problems. -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place." - Carlos Santana

Re: Commons-Email: (was Javamail license on geronimo-dev)

2004-07-14 Thread Joe Germuska
nts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Programs and/or Software. -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

Re: [VOTE] Graduate Commons Chain to Commons Proper

2004-06-09 Thread Joe Germuska
#x27;m not a commons committer -- but I've got at least one production app running off of struts-chain (and thus commons-chain) so it seems ready for leaving the sandbox, if nothing else! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, i

Re: [sandbox] active components?

2004-05-15 Thread Joe Germuska
obably close to a release. resources I'm not sure at all how close resources is to a release, but it too is probably going to be a dependency of Struts 1.3.x. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exp

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Joe Germuska
nal compilation. I'm not sure I like it, but they prove it can be done! Actually, I don't know if OJB uses Ant tasks to do it... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them

[release managers] Rsync with Apache's Maven repository

2004-04-13 Thread Joe Germuska
We're trying to figure out how to keep Struts building from Maven even when it depends on interim releases, so I thought I'd see if this was something we should help move along. Let me know if there's anything I can do to help. Thanks a lot. Joe -- Joe Germuska [E

Re: cvs commit: jakarta-commons-sandbox/chain/apps/mailreader build.xml

2004-04-10 Thread Joe Germuska
repository; it defaults to ~/.maven/repository. By the way, where the heck is the default remote repository for Maven 1.0-rc2? http://ibiblio.org/maven/ unless it changed for rc2, which seems unlikely. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagi

Re: [digester][PROPOSAL] named stacks

2004-02-26 Thread Joe Germuska
functionality, especially if someone hides the details behind a couple of handy standard rules. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time

Re: [lang] split & join

2004-02-12 Thread Joe Germuska
egion of an array), and the perl parallels are so strong otherwise that using one term differently would confuse people horribly. Maybe the best would just be an alternate method signature to split(...) ? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com &q

Re: [digester] Enhancing CallMethodRule to take target offset

2004-02-11 Thread Joe Germuska
layers; I'm not shopping for a new web app framework, etc. Hope that helps. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the ti

Re: [digester] Enhancing CallMethodRule to take target offset

2004-02-11 Thread Joe Germuska
t;compete" with the XMLBeanFactory. I just thought I'd share an interesting alternative solution. If a Map for Digester would be interesting to other folks, I might take a crack at it some time after I get through with my current project... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread Joe Germuska
ven.repo.remote =http://www.ibiblio.org/maven/, http://cvs.apache.org/builds/java-repository/ Thanks for your work on this -- it will be really nice to have a smooth and direct channel to get releases onto iBiblio. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

RE: [lang] i18n package proposal

2004-01-28 Thread Joe Germuska
in my estimation are often re-invented for a lot of applications. Have you seen commons-resources? http://jakarta.apache.org/commons/resources/api/ It's pretty well developed, although hasn't quite made it to a full 1.0 release. Joe -- Joe Germuska [EMAIL PROTECT

Re: [beanutils] some ideas

2003-09-28 Thread Joe Germuska
a good solution for a general framework for it. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "We want beef in dessert if we can get it there." -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: [Resources] When is the next release?

2003-08-14 Thread Joe Germuska
al limitations. Joe -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, the universe would crash all the time." --Jaron Lanier - To unsubscribe, e-mail: [EMAIL PROTECT

Re: [lang] commons-lang-SNAPSHOT on maven/ibiblio

2003-07-28 Thread Joe Germuska
he properties to set to control NFS, but it's documented on the Maven site. Hope that helps. Joe -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, the universe would crash all the time." --Jaron Lanier -

Re: [5.0] fileupload 1.0 RC 1 API breakage

2003-06-05 Thread Joe Germuska
;cc'. But that's not how I read it originally. I'd think at least one committer on any major open-source project should be committed to monitoring the status of each library that project depends on -- if someone had been doing that, this would not have been a surprise.

Re: [beanutils] default converters for File and URL?

2003-04-04 Thread Joe Germuska
rule like This was part of the use case that started our whole discussion. I think setting a format explicitly is much safer than counting on Locales. Joe -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, the universe would crash

Re: [beanutils] default converters for File and URL?

2003-04-04 Thread Joe Germuska
n easily imagine conflicting Converters for java.util.Date, for example. Should there be some available mechanism like a "ConverterSet" which could be instantiated and then used only in a limited environment? Am I thinking about this right? Or is it really no big deal? Joe -- --

Re: [digester] i'd like to contribute - here's my new feature idea

2002-12-12 Thread Joe Germuska
tely, if Sean really doesn't like the ObjectCreateRule, I would suggest that in this case he should just write his own rule implementation that behaves the way he needs it to. Sean, can you help me understand why the existing API can't be used to serve your needs? Joe -- -- * Jo

Re: [dbutils] StringUtils proposed methods

2002-11-11 Thread Joe Germuska
SQL statement; this is easier done by printing a complete SQL statement than by reconstructing it. I think these are pretty good reasons for leaving the choice up to users of the library, instead of steering people straight to PreparedStatements in all cases... Joe -- -- * Joe Germu

Re: [Logging] How can I submit a concrete Log implementation(WLSLogger)?

2002-10-15 Thread Joe Germuska
here's no reason to add a lot of implementations to the logging package. It's meant as an API, like JDBC is an API. It may make more sense to create a Source Forge project for your code base and ask the Logging committers to add a link to it from the project pages. Joe -- -- *

RE: [joran] example (was Re: [Latka][Proposal] Make Jelly arequired dependency?)

2002-10-14 Thread Joe Germuska
that's not that much different from making a DOM sub-tree for that stuff and interpreting that when the appender is called for later... Joe -- -- * Joe Germuska{ [EMAIL PROTECTED] } "It's pitiful, sometimes, if they've got it bad. Their eyes get glazed, they go white, th

RE: next possible commons project - [regexp] (or [template?])

2002-09-26 Thread Joe Germuska
the implementation. I have implementations for Velocity and Jelly so far. I'd share if people are interested. So far I'm getting by with basically two versions of one API method: public String mergeTemplate(String templateName, Map context) and public void mergeTemplate(String

RE: Design question on BeanUtils.populate()

2002-09-25 Thread Joe Germuska
doesn't have to behave the same way -- but it's understandable that you might expect it to at first glance. Maybe you can provide a patch with documentation that you think is clearer? <http://jakarta.apache.org/site/getinvolved.html> Joe -- -- * Joe Germuska{ [EMAIL PROT

  1   2   >