Yes.

I think I can run mvn if there is pom.xml

On Feb 20, 2008 1:49 PM, Cassie <[EMAIL PROTECTED]> wrote:

> Oh, just replied to you in another thread. So, unfortunately, from within
> a
> clean client I can not reproduce. Are you within the java/gadgets
> directory
> when you run mvn?
>
> - Cassie
>
>
> On Tue, Feb 19, 2008 at 11:03 PM, Neo Anderson <
> [EMAIL PROTECTED]> wrote:
>
> > This means that features are loaded. But I'm getting the above said
> error.
> >
> > On Feb 20, 2008 12:32 PM, Neo Anderson <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Even when I use mvn clean, I got the same error.
> > >
> > > When I start jetty, I got this:
> > >
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.JsFeatureLoaderloadFeatures
> > > INFO: Loading resources from: features/features.txt
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/analytics/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/caja/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/core.io/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/core/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/dynamic-height/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/flash/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/ifpc/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/minimessage/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in
> > features/opensocial-reference/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in
> > > features/opensocial-samplecontainer/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/rpc/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/setprefs/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/settitle/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/skins/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/tabs/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/views/feature.xml
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.msgbundlesubst
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.bidisubst
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.modulesubst
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.prefsubst
> > > Feb 20, 2008 12:35:36 PM
> > > org.apache.shindig.gadgets.http.GadgetRenderingServlet
> > > outputErrors
> > >
> > >
> > >
> > >
> > >
> > > On Feb 20, 2008 11:36 AM, Neo Anderson <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > > I simply deleted the target folder in which all the compiled files
> are
> > > > there.Then I compiled code again and then also, it is not working.
> > > >
> > > >
> > > > On Feb 20, 2008 3:31 AM, Cassie <[EMAIL PROTECTED]> wrote:
> > > >
> > > > > In another thread someone mentioned that doing mvn clean might
> solve
> > > > > your
> > > > > errors.
> > > > > Have you guys tried that?
> > > > >
> > > > > - Cassie
> > > > >
> > > > >
> > > > > On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> > > > > [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > Hi Neo,
> > > > > >
> > > > > > I got this error:
> > > > > >
> > > > > > UNSUPPORTED_FEATURE setprefs
> > > > > >
> > > > > > When I'm running a gadget that is using that uses setpref
> feature.
> > > > > >
> > > > > >
> > > > > > On Feb 19, 2008 12:07 PM, Neo Anderson <
> > > > > [EMAIL PROTECTED]>
> > > > > > wrote:
> > > > > >
> > > > > > > Just now, I updated my code and I build my gadget server using
> > > > > > > mvn package
> > > > > > > mvn jetty:run
> > > > > > >
> > > > > > > And no modifications to my gadgets javascript code. Just I
> used
> > > > > new code
> > > > > > > for
> > > > > > > gadgets server and I got the following error.
> > > > > > >
> > > > > > >
> > > > > > > HTTP ERROR: 400
> > > > > > >
> > > > > > > UNSUPPORTED_FEATURE dynamic-height
> > > > > > >
> > > > > > > RequestURI=/gadgets/ifr
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
>

Reply via email to