DOH!  I didn't realize that was directly to you.

I believe it is all fixed now.

--
James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org

"C makes it easy to shoot yourself in the foot; C++ makes it harder, but
when you do, it blows away your whole leg."
- Bjarne Stroustrup

----- Original Message -----
From: "James Mitchell" <[EMAIL PROTECTED]>
To: "Craig R. McClanahan" <[EMAIL PROTECTED]>
Sent: Monday, December 16, 2002 4:19 PM
Subject: Re: [Resources] Request Karma


> ok, how's this?
>
>
> --
> James Mitchell
> Software Engineer/Struts Evangelist
> http://www.open-tools.org
>
> "C makes it easy to shoot yourself in the foot; C++ makes it harder, but
> when you do, it blows away your whole leg."
> - Bjarne Stroustrup
>
> ----- Original Message -----
> From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> To: "James Mitchell" <[EMAIL PROTECTED]>
> Sent: Monday, December 16, 2002 4:11 PM
> Subject: Re: [Resources] Request Karma
>
>
> >
> >
> > On Mon, 16 Dec 2002, James Mitchell wrote:
> >
> > > Date: Mon, 16 Dec 2002 16:08:19 -0500
> > > From: James Mitchell <[EMAIL PROTECTED]>
> > > To: Craig R. McClanahan <[EMAIL PROTECTED]>
> > > Subject: Re: [Resources] Request Karma
> > >
> > > How do you mean?  I am subscribed to both commons-user and
commons-dev.
> > >
> > > (unless using my @apache.org in the from address is confusing things)
> >
> > Yep, that would be it.  The from address on your "request karma" message
> > was <[EMAIL PROTECTED]>.  If you're subscribed under a different one,
> > the mailing list server doesn't know that it's the same person and sends
> > the message through moderation.
> >
> > >
> > > I'll go ahead and unsubscribe and re-subscribe to fix it.
> > >
> >
> > As long as the from or reply-to address matches what you subscribed
under,
> > everything works great.
> >
> > > --
> > > James Mitchell
> > > Software Engineer/Struts Evangelist
> > > http://www.open-tools.org
> > >
> >
> > Craig
> >
> >
> > > "C makes it easy to shoot yourself in the foot; C++ makes it harder,
but
> > > when you do, it blows away your whole leg."
> > > - Bjarne Stroustrup
> > >
> > > ----- Original Message -----
> > > From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> > > To: "James Mitchell" <[EMAIL PROTECTED]>
> > > Sent: Monday, December 16, 2002 4:02 PM
> > > Subject: Re: [Resources] Request Karma
> > >
> > >
> > > > On Mon, 16 Dec 2002, James Mitchell wrote:
> > > >
> > > > > Date: Mon, 16 Dec 2002 15:50:26 -0500
> > > > > From: James Mitchell <[EMAIL PROTECTED]>
> > > > > Reply-To: Jakarta Commons Developers List
> > > <[EMAIL PROTECTED]>
> > > > > To: Jakarta Commons Developers List
<[EMAIL PROTECTED]>
> > > > > Subject: Re: [Resources] Request Karma
> > > > >
> > > > > Thanks Craig!
> > > > >
> > > >
> > > > No problem ... but could you do me one favor?  If you subscribe to
> > > > COMMONS-DEV I won't have to moderate through all your postings :-).
> > > >
> > > > Craig
> > > >
> > > >
> > > >
> > > > > --
> > > > > James Mitchell
> > > > > Software Engineer/Struts Evangelist
> > > > > http://www.open-tools.org
> > > > >
> > > > > "C makes it easy to shoot yourself in the foot; C++ makes it
harder,
> but
> > > > > when you do, it blows away your whole leg."
> > > > > - Bjarne Stroustrup
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> > > > > To: "Jakarta Commons Developers List"
> <[EMAIL PROTECTED]>
> > > > > Sent: Monday, December 16, 2002 3:47 PM
> > > > > Subject: Re: [Resources] Request Karma
> > > > >
> > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, 16 Dec 2002, James Mitchell wrote:
> > > > > >
> > > > > > > Date: Mon, 16 Dec 2002 15:39:04 -0500
> > > > > > > From: James Mitchell <[EMAIL PROTECTED]>
> > > > > > > Reply-To: Jakarta Commons Developers List
> > > > > <[EMAIL PROTECTED]>
> > > > > > > To: Jakarta Commons Developers List
> <[EMAIL PROTECTED]>
> > > > > > > Subject: [Resources] Request Karma
> > > > > > >
> > > > > > > Hi, some of you know me from the Struts project.  I am a
> committer
> > > > > there.
> > > > > > >
> > > > > >
> > > > > > Per the jakarta-commons rules, all you need to do for karma on
the
> > > sandbox
> > > > > > is to ask -- it's now been set up.  Welcome to Commons!
> > > > > >
> > > > > > Don't forget to add your name to the list of developers in the
> status
> > > file
> > > > > > ...
> > > > > >
> > > > > > Craig
> > > > > >
> > > > > >
> > > > > > > I have completed an implementation of MessageResources that I
> would
> > > like
> > > > > to
> > > > > > > add to Resources.
> > > > > > >
> > > > > > > The idea being that you can keep the key/value pairs in a
> relational
> > > > > > > database.  I've implemented this using OJB under the covers,
so
> you
> > > are
> > > > > only
> > > > > > > limited to what OJB can handle (as far as supported db
vendors).
> > > > > > >
> > > > > > > If you care to see the source before making a decision, please
> feel
> > > free
> > > > > to
> > > > > > > grab the zip off my server:
> > > > > > >  http://www.open-tools.org/struts-atlanta/downloads
> > > > > > >
> > > > > > > This zip file is a copy of the struts-example (1.1 b1) that
has
> been
> > > > > > > modified to demonstrate this implementation using MySql.
> > > > > > >
> > > > > > > This implementation is compatible with every version of Struts
> up to
> > > and
> > > > > > > including the latest nightly build (since the API has not
> changed
> > > much).
> > > > > > > Includes full support for multiple keyed bundles and Modules
> (was
> > > > > > > Sub-Applications).
> > > > > > > I have not finished all the test cases for it yet, but that
will
> > > come
> > > > > > > shortly.
> > > > > > >
> > > > > > > I'm also building a management tool that will let you (with
> minimal
> > > > > > > dependencies) manage the bundle resources using your own
> > > application.
> > > > > For
> > > > > > > those keys that are not visible on the browser, there will be
a
> > > separate
> > > > > > > (optional) section that provides a web interface for such.
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > James Mitchell
> > > > > > > Software Engineer/Struts Evangelist
> > > > > > > http://www.open-tools.org
> > > > > > >
> > > > > > > "C makes it easy to shoot yourself in the foot; C++ makes it
> harder,
> > > but
> > > > > > > when you do, it blows away your whole leg."
> > > > > > > - Bjarne Stroustrup
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > To unsubscribe, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > > > > For additional commands, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > > > For additional commands, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to