Re: [shale] extending clay

2006-10-18 Thread Ted Husted
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 willing

Re: [shale] extending clay

2006-10-18 Thread James Mitchell
] 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 stage before

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

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 is if you would make the plugin publically available. I

RE: [shale] extending clay

2006-06-07 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

RE: [shale] extending clay

2006-06-07 Thread Gary VanMatre
] extending clay 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 be able to do

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 it is at

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 acouple other scenarios in trying to build this plugin. I was justwondering if anyone was

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 functionality working before I did so.

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]

[shale] extending clay

2006-06-06 Thread Ryan Wynn
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 be able to do this is to display the description

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 be able

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 instance

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