Re: API2 - response format changes - request for input

2009-11-03 Thread Richard Hirsch
It might also be useful to have examples from the various API calls in the wiki so that users can get a feel for the data structures. D. On Tue, Nov 3, 2009 at 8:53 AM, Markus Kohler markus.koh...@gmail.com wrote: Hi all, Will take a look at this later today. Markus On Nov 3, 2009 6:02 AM,

Re: Compiling ESME offline

2009-11-03 Thread Xuefeng Wu
Yes I'm on line and run mvn jetty:run and get the same error: What's the mean command line returned non-zero value:1 in maven? [WARNING] 204 errors found [INFO] --- [ERROR] BUILD FAILURE [INFO]

Re: Compiling ESME offline

2009-11-03 Thread Vassil Dichev
Yes I'm on line and run mvn jetty:run and get the same error: What's the mean command line returned non-zero value:1 in maven? Depends on these 204 errors found. Why don't you do as maven suggests and run Maven with the -e switch?

Re: Contact from #ubimic

2009-11-03 Thread Anne Kathrine Petterøe
I also find the collaboration interesting, but I would like to know a bit more how they vision this partnership practically. What can ESME gain from it? In general I am all for it, but would like to have more details. /Anne On 3. nov. 2009, at 12.25, Richard Hirsch wrote: I also thought

Apache Hudson

2009-11-03 Thread Richard Hirsch
I've been exploring the Hudson site for Apache (http://hudson.zones.apache.org/hudson/) and am pretty impressed. I've seen that lift also uses Hudson (http://hudson.scala-tools.org/job/Lift/) I'm considering adding ESME to the Apache Hudson. Anyone have any problems with this? Is there any

Re: Apache Hudson

2009-11-03 Thread David Pollak
On Tue, Nov 3, 2009 at 6:20 AM, Richard Hirsch hirsch.d...@gmail.comwrote: I've been exploring the Hudson site for Apache (http://hudson.zones.apache.org/hudson/) and am pretty impressed. I've seen that lift also uses Hudson ( http://hudson.scala-tools.org/job/Lift/) I'm considering adding

Re: Apache Hudson

2009-11-03 Thread Ethan Jewett
I agree. Starting continuous integration for ESME is a great idea and would greatly facilitate testing. Of course, having automated tests makes it much more useful and our current test coverage is pretty bad, which is a problem I'm contributing to... Ethan On Tue, Nov 3, 2009 at 8:34 AM, David

Re: Apache Hudson

2009-11-03 Thread Richard Hirsch
I'd like to get Hudson in place now. As the number of committers increases (which I sure will happen :-), a CI environment will be critical to maintain code quality and to improve our development-related processes. D. On Tue, Nov 3, 2009 at 2:45 PM, Ethan Jewett esjew...@gmail.com wrote: I

Re: Compiling ESME offline

2009-11-03 Thread Xuefeng Wu
I run mvn clean install -e get: [WARNING] 204 errors found [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] command line returned non-zero value:1 [INFO]

Re: Apache Hudson

2009-11-03 Thread Richard Hirsch
Do we have a preference for the build environment? OS choice(s): one or both of Solaris 10 or Ubuntu 8.10 D. On Tue, Nov 3, 2009 at 2:50 PM, Richard Hirsch hirsch.d...@gmail.com wrote: I'd like to get Hudson in place now. As the number of committers increases (which I sure will happen

Re: Compiling ESME offline

2009-11-03 Thread Richard Hirsch
Have you tried a new SVN get in a different directory and then a mvn install in this new directory. Maybe something is corrupted? D. On Tue, Nov 3, 2009 at 2:52 PM, Xuefeng Wu ben...@gmail.com wrote: I run mvn clean install -e get: [WARNING] 204 errors found [INFO]

Re: Compiling ESME offline

2009-11-03 Thread David Pollak
Did you do a successful mvn -U clean install jetty:run before trying to apply the -o switch? Did you do an rm -rf ~/.m2 before starting the process? On Tue, Nov 3, 2009 at 6:52 AM, Xuefeng Wu ben...@gmail.com wrote: I run mvn clean install -e get: [WARNING] 204 errors found [INFO]

Lift 1.1 Milestone 7 less than 36 hours away

2009-11-03 Thread David Pollak
Folks, Lift 1.1 M7 is less than 36 hours away (barring some huge defect that folks uncover). It's time for everyone to do some testing of their code against SNAPSHOT. Specifically: - SNAPSHOT and M7 are compiled against Scala 2.7.7. Please update your build system and dependencies to

Re: Contact from #ubimic

2009-11-03 Thread David Pollak
On Tue, Nov 3, 2009 at 3:31 AM, Richard Hirsch hirsch.d...@gmail.comwrote: Hi, We have been contacted from #ubimic (http://ubimic.org/en/ ) if we (ESME) would be interested in working with them. The idea would be that we would be associated as an associate partner and perhaps collaborate on

Re: Compiling ESME offline

2009-11-03 Thread Xuefeng Wu
Thank you for your response. @D I checked out new from SVN but failed too. @David I run 'mvn -U clean install jetty:run' and failed too , get the same error: command line returned non-zero value:1 I didn't rename .m2 folder and my other maven projects are working. On Tue, Nov 3, 2009 at 9:59

Re: Apache Hudson

2009-11-03 Thread Anne Kathrine Petterøe
Just stopping by quickly to say +1. As regarding the OS choices I have never worked much with Solaris myself, more of a Linux person - but quite preferenceless in this case. /Anne On 3. nov. 2009, at 14.55, Richard Hirsch wrote: Do we have a preference for the build environment? OS

Re: Apache Hudson

2009-11-03 Thread Vassil Dichev
Hudson is quite nice, we use it at work. One of the cool things it has is numerous notification plugins for posting build results to Twitter, Jabber or via Email. It even has an IRC bot where you can issue commands via IRC... Does that sound familiar? So we could conceivably integrate Hudson with

Re: Contact from #ubimic

2009-11-03 Thread Ethan Jewett
Hi all, It looks like an interesting group to me. I agree with Anne in that I am interested in how they are looking to contribute to ESME and how they envision ESME helping their effort. Are they just looking to provide and hear points of view? Implementation approaches? Code? Any of those types

Re: Compiling ESME offline

2009-11-03 Thread David Pollak
I was just able to build ESME with a clean pull and and empty .m2 directory... weird. On Tue, Nov 3, 2009 at 6:39 AM, Xuefeng Wu ben...@gmail.com wrote: Thank you for your response. @D I checked out new from SVN but failed too. @David I run 'mvn -U clean install jetty:run' and failed too

Sorry for my inactivity

2009-11-03 Thread Dave Briccetti
Hi all. Sorry I’ve been silent and inactive lately. With Twitter lists appearing, I had a real opportunity for competitive advantage with Twitter client TalkingPuffin. As a result of my quickly implementing some lists support, TalkingPuffin has enjoyed some much-needed publicity. Perhaps

Re: Patch submitted, working towards API design

2009-11-03 Thread Markus Kohler
Hi Ethan, Here come a few comments to http://cwiki.apache.org/confluence/display/ESME/API+2.0+-+Design - it's not 100% clear to me what you mean with api2/user/tracks Do you mean api2/{USERID}/tracks where {USERID} is replaced by a valid USERID? or do you mean that depending on the authenticated

Re: Compiling ESME offline

2009-11-03 Thread Richard Hirsch
Why don't you create a Jira item and attach the entire trace as an attachment. Like this mvn clean install mytrace. We can then get a better idea of what is going on. D. On Tue, Nov 3, 2009 at 3:39 PM, Xuefeng Wu ben...@gmail.com wrote: Thank you for your response. @D I checked out new

Re: Apache Hudson

2009-11-03 Thread Richard Hirsch
Regarding OS choice(s): one or both of Solaris 10 or Ubuntu 8.10 Why don't we select both. D. On Tue, Nov 3, 2009 at 6:27 PM, Richard Hirsch hirsch.d...@gmail.com wrote: So we could conceivably integrate Hudson with ESME and receive notifications or trigger builds all via ESME. How cool is

Re: JMX code and scala-stats

2009-11-03 Thread Andy the destroyer
I am about half way done with a rest api for the JMX so it will work on STAX. The api works for any MBean not just stats and shouldn't screw up STAX because it doesn't use any adaptors. I haven't had much time to finish it due to school, work and family but I am hacking away at it. -A On Tue,

Re: Patch submitted, working towards API design

2009-11-03 Thread Markus Kohler
On Tue, Nov 3, 2009 at 9:38 PM, Ethan Jewett esjew...@gmail.com wrote: Hi Markus, Wow, thank you for all the comments. I really appreciate it. You are welcome. Note that I would not consider me the absolute expert on this topic. I studied a lot of RESTful API's lately, because I had to help

Re: Compiling ESME offline

2009-11-03 Thread Richard Hirsch
Saw Jira item. Thanks. But we still need to see the entire log. Could you attach it to the item as an attachment. The one link you posted in the Jira item about the Lift error in Hudson looks very similar. Once we get the entire maven log, it will be a lot easier to see if this is the problem.

Re: JMX code and scala-stats

2009-11-03 Thread Richard Hirsch
Sounds great. Just tell me when you are ready and I'll take over from there :- D. On Tue, Nov 3, 2009 at 8:04 PM, Andy the destroyer andythedestro...@gmail.com wrote: I am about half way done with a rest api for the JMX so it will work on STAX. The api works for any MBean not just stats and

Re: Compiling ESME offline

2009-11-03 Thread Xuefeng Wu
Done, attached On Wed, Nov 4, 2009 at 1:07 PM, Richard Hirsch hirsch.d...@gmail.comwrote: Saw Jira item. Thanks. But we still need to see the entire log. Could you attach it to the item as an attachment. The one link you posted in the Jira item about the Lift error in Hudson looks very

Re: [Vote] Next round of mockups

2009-11-03 Thread Mrinal Wadhwa
On the Messages page (not on the home page) ... maybe we could make the header bar (where the logo appears) thinner ... and all its content scaled down ... I think that might look nicer ... what do you think ? For conversations ... on the messages page ... should we show the replies (upto 3/4)

Re: Patch submitted, working towards API design

2009-11-03 Thread Vassil Dichev
- Streaming as far as I understand is about push functionality. I would not go as far as to say polling is bad. Since twitter is not real time ESME would maybe not need to be real time as well. This means one could poll infrequently (every few minutes?) using conditional GET's, which would

Re: Sorry for my inactivity

2009-11-03 Thread Vassil Dichev
Hi all. Sorry I’ve been silent and inactive lately. With Twitter lists appearing, I had a real opportunity for competitive advantage with Twitter client TalkingPuffin. As a result of my quickly implementing some lists support, TalkingPuffin has enjoyed some much-needed publicity. You're doing