Hudson build is back to normal : Shindig » Apache Shindig Features #2131

2011-01-19 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-features/2131/

Hudson build is back to normal : Shindig » Apache Shindig Project #2131

2011-01-19 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-project/2131/

Hudson build is back to normal : Shindig » Apache Shindig Common Code #2131

2011-01-19 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-common/2131/

Build failed in Hudson: Shindig » Apache Shindig Gadget Renderer #2131

2011-01-19 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/2131/changes Changes: [gagan] Patch by nikhilmadan23 | Issue 3780045: Add a Resource Mutate Visitor to enforce that a resource is in cache | http://codereview.appspot.com/3780045/

Build failed in Hudson: Shindig #2131

2011-01-19 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Shindig/2131/changes Changes: [gagan] Patch by nikhilmadan23 | Issue 3780045: Add a Resource Mutate Visitor to enforce that a resource is in cache | http://codereview.appspot.com/3780045/ -- [...truncated 659

Hudson build is back to normal : Shindig » Apache Shindig Gadget Renderer #2132

2011-01-19 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-gadgets/2132/changes

Hudson build is back to normal : Shindig #2132

2011-01-19 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Shindig/2132/changes

Define container.js in a war project

2011-01-19 Thread franck tankoua
Hi All, Could someone help me on this. I have thought it was possible through the WEB.xml or through the guice module. I cannot do something like the following as it is throwing A binding to java.lang.String annotated with @com.google.inject.name.Named(value=shindig.containers.default) was

Re: Define container.js in a war project

2011-01-19 Thread Paul Lindner
You can provide your own shindig.properties by putting it in a local classpath before the shindig jar. You might consider implementing a system property to override the path (look at how we did it with shindig.port) On Wed, Jan 19, 2011 at 2:47 PM, Ryan J Baxter rjbax...@us.ibm.com wrote: Hi

Re: Define container.js in a war project

2011-01-19 Thread Maxwell
I do not like the idea to work with classpath priorities, I did create a simple PropertiesModule in my project, something like: CustomPropertiesModule extends AbstractModule { public void configure(){ install(new PropertiesModule(your-properties-file); } } I think would be a better approach,

Re: Writing an interface with drag/drop support.

2011-01-19 Thread Maxwell
Did you get any trouble with pubsub and pubsub2 after drag and reload the gadgets? I just saw that, after i drag/drop and the iframe is reloaded the pubsub stop working. Thanks. On Sat, Jan 8, 2011 at 11:02 PM, Robson Dantas biu.dan...@gmail.com wrote: Opensocial jquery will not help that