Prepare for shindig 2.0.1

2010-09-30 Thread Paul Lindner
Hi there. It's the beginning of the month so that means it's time for a shindig release! Tonight I'll be scanning through these commits to identify non-impactful changes that do not impact backwards compatibility. -- small javadoc fixes re-add site as an svn:external to mak

Re: aKey in web.xml

2010-09-30 Thread Han Nguyen
Hi Michael, aKey is a key of any value that you want to inject to the System properties via System.setProperty(aKey,value) for your application, then accessing it using System.getProperty(aKey); in your server side code. Shindig has a couple of properties that can be preset such as shindig.host,

Re: aKey in web.xml

2010-09-30 Thread Chirag Shah
Hey Michael, Hm good question. I tracked the origin of aKey down to this change http://svn.apache.org/viewvc/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml?r1=957770&r2=990263 but I'm not sure how it's used. On Fri, Sep 24, 2010 at 3:07 PM, Michael Young wrote: > What is aKey used fo

Re: Shindig 2.0 build error

2010-09-30 Thread Paul Lindner
Hi, this is in as of September 10. I'll make sure it goes into 2.0.1 commit 9c222142b90c73041b9e8493bd66de6cde48ddab Author: Paul Lindner Date: Fri Sep 10 22:41:09 2010 + bump to 2.3.2 git-svn-id: https://svn.apache.org/repos/asf/shindig/tr...@996009 13f79535-4 On Wed, Sep 2

Debugging shindig in eclipse succeeded with problems

2010-09-30 Thread Rocks Wang
Hi dear all, I am new to Shindig and trying to tame shindig for our SNS site. Thanks for the info in wiki now I have made shindig running so my second attempt is making it debuggable via eclipse Helios. Here're my steps: 1. Import shindig into eclipse. I didn't follow the provided inst