Source for plugins missing from 2.0.11?

2007-11-10 Thread Wendy Smoak
When I attempt to build 2.0.11 from the source distribution, "mvn install -P all" fails because the source for the plugins isn't included. I do see the _jars_ for all the s2 plugins in the lib directory of the source distribution, however. Can someone explain how this is intended to work? It see

Re: serialize enum to JSON (jsonplugin issue 9)

2007-11-10 Thread Musachy Barroso
+1 for the JSON-RPC approach. We could also have a flag in the result to make just serialize the "name" of the enum value, instead of the bean. musachy On Nov 10, 2007 12:51 AM, Ted Husted <[EMAIL PROTECTED]> wrote: > +1 for the JSON-RPC approach. > > > On Nov 9, 2007 9:54 PM, Jeromy Evans <[EMAI

RE: serialize enum to JSON (jsonplugin issue 9)

2007-11-10 Thread Bob Tiernay
FYI, DWR takes the name value approach: http://getahead.org/dwr/server/dwrxml/converters/enum > Date: Sat, 10 Nov 2007 00:51:55 -0500> From: [EMAIL PROTECTED]> To: > dev@struts.apache.org> Subject: Re: serialize enum to JSON (jsonplugin issue > 9)> > +1 for the JSON-RPC approach.> > On Nov 9,