Re: [shale] extending clay

2006-10-18 Thread James Mitchell
ROTECTED]> wrote: Hi Did you ever do this Gary? Hermod -Original Message- From: Opstvedt, Hermod Sent: Monday, June 12, 2006 7:39 AM To: user@struts.apache.org Subject: RE: [shale] extending clay Hi Sounds like a great plugin. I guess one should wait until it is at a V1 s

Re: [shale] extending clay

2006-10-18 Thread Ted Husted
AM To: user@struts.apache.org Subject: RE: [shale] extending clay Hi Sounds like a great plugin. I guess one should wait until it is at a V1 stage before commiting (At least that is what I have done when committing to opensource), but if you someone to help you test it I would be more than w

RE: [shale] extending clay

2006-10-17 Thread hermod.opstvedt
Hi Did you ever do this Gary? Hermod -Original Message- From: Opstvedt, Hermod Sent: Monday, June 12, 2006 7:39 AM To: user@struts.apache.org Subject: RE: [shale] extending clay Hi Sounds like a great plugin. I guess one should wait until it is at a V1 stage before commiting (At

RE: [shale] extending clay

2006-06-11 Thread hermod.opstvedt
:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 7:07 PM To: Struts Users Mailing List Subject: Re: [shale] extending clay On 6/7/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: <[EMAIL PROTECTED]> > > > > Hi > > > > What would be really nice

Re: [shale] extending clay

2006-06-07 Thread Craig McClanahan
On 6/7/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > On 6/7/06, Gary VanMatre wrote: > > >From: > > > > > > Hi > > > > > > What would be really nice is if you would make the plugin publically > available. > > > > > I was intending to make it available. I

Re: [shale] extending clay

2006-06-07 Thread Ryan Wynn
Shale ticket http://issues.apache.org/struts/browse/SHALE-187 created for this. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [shale] extending clay

2006-06-07 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > On 6/7/06, Gary VanMatre wrote: > > >From: > > > > > > Hi > > > > > > What would be really nice is if you would make the plugin publically > available. > > > > > I was intending to make it available. I had intended to get some > basic functional

Re: [shale] extending clay

2006-06-07 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> >> On 6/6/06, Gary VanMatre <[EMAIL PROTECTED]>wrote: > > >From: "Ryan Wynn" <[EMAIL PROTECTED]>> > > I have had to work around the use of private instance variables in a > > > couple other scenarios in trying to build this plugin. I was just > > > wondering

Re: [shale] extending clay

2006-06-07 Thread Ryan Wynn
On 6/7/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: <[EMAIL PROTECTED]> > > Hi > > What would be really nice is if you would make the plugin publically available. > I was intending to make it available. I had intended to get some basic functionality working before I did so. Right now

RE: [shale] extending clay

2006-06-07 Thread Gary VanMatre
>From: <[EMAIL PROTECTED]> > > Hi > > What would be really nice is if you would make the plugin publically > available. > +1 :-) > > Hermod > > -Original Message- > From: Ryan Wynn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 07, 2006 5:11 AM > To: Struts User > Subject:

RE: [shale] extending clay

2006-06-06 Thread hermod.opstvedt
Hi What would be really nice is if you would make the plugin publically available. Hermod -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 5:11 AM To: Struts User Subject: [shale] extending clay I'm writing an eclipse plugin to create a visua

Re: [shale] extending clay

2006-06-06 Thread Ryan Wynn
Attached is my modified ClayXmlParser which digests description elements and sets them into extended ComponentBeans. My mistake, forgot to add digester rules for attributes and symbols. Attached is the fixed version. package clay_plugin.parser; import java.io.IOException; import java.io.InputSt

Re: [shale] extending clay

2006-06-06 Thread Ryan Wynn
On 6/6/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > I have had to work around the use of private instance variables in a > couple other scenarios in trying to build this plugin. I was just > wondering if anyone was opposed to changing some of these instanc

Re: [shale] extending clay

2006-06-06 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > I'm writing an eclipse plugin to create a visual builder for clay > components. What I would like to do is extend the ClayXmlParser to > add a rule that will capture the description from the xml and set in > into the ComponentBean. The reason I want to