Re: Welcome to OpenDashboards!

2015-11-30 Thread Robert Brehm
Hi Chris,

I am interested in joining the OpenDashboards team.  I am a Java Dev, and I
am excited about the project.  It seems that there is a great need for
dashboarding now and in the future. Please send me an invite to the Slack
channel.  My email is rpbr...@gmail.com.

Thanks,

Robert

On Mon, Nov 23, 2015 at 2:54 AM, Chris Spiliotopoulos <
chrysanthos.spiliotopou...@gmail.com> wrote:

> Hi friends,
>
> after gathering all your wishes, proposals and votes on the recently
> created Trello  >
> board toady a new open source organization over at GitHub under the name of
> OpenDashboards  has been created
> that will be used as our common placeholder for all the things we want to
> see happening from now on.
>
> In order to send out invitations to anyone that wishes to join this new
> effort, please make sure you have a GitHub account and post it back to me
> either as a reply to this email or directly through our new Slack
>  space (channel *github-org*).  For
> those
> who still haven't signed up with the OpenDashboards Slack team, please send
> me your email as well and I will send you an invitation.
>
> Please keep in mind that although this new effort has started off as a
> shelter for the Apache Shindig project can clearly  have a bright future,
> since 'dashboarding' is and will be a common requirement for many
> companies, organizations and individual technology solutions.  Having
> stated that, I have a vision that OpenDashboards can easily become the next
> one-stop shop for diverse dashboarding solutions given the appropriate
> context and positioning in the technology space.
>
> I believe that we should all urge the companies we represent to join the
> effort and contribute to the evolution of an ecosystem we all could benefit
> from.  Also, we could start building collaborations with other open source
> projects and solutions in the same space, or even with various verticals in
> order to start getting attention and traction.
>
> Now that we have a new home, the next step is to transfer the Apache
> Shindig project to a new repository @ Github at its latest stable version.
> So, @Ryan can you give us the status from your side (and Apache's of
> course)?  Have you cleared things up regarding the transfer?
>
> Best regards,
> Chris
>
>
>
>
> --
> Chris Spiliotopoulos
>
> Solutions Architect | @LinkedIn
> | @Twitter
> 
>


Re: Getting build errors building sshindig-project-2.5.0-beta3

2012-07-31 Thread Robert Brehm
Switching to Java 6 solved the build problems.  I was able to build and
deploy to Tomcat.  Bob

On Fri, Jul 27, 2012 at 12:02 PM, Stanton Sievers wrote:

> Excellent.  I committed the patch.  Thanks!
>
>
>
> From:   Jasha Joachimsthal 
> To: dev@shindig.apache.org,
> Date:   07/27/2012 14:14
> Subject:Re: Getting build errors building
> sshindig-project-2.5.0-beta3
> Sent by:jas...@gmail.com
>
>
>
> In the gadgets module Maven adds extra source folders based on the jdk
> version. There are profiles for Java 5 and Java 6, but not for other
> versions. I added a patch for trunk to
> https://issues.apache.org/jira/browse/SHINDIG-1829 that activates the
> java6
> profile for jdk 1.6 and up (instead of just jdk 1.6).
>
> On 27 July 2012 18:13, Stanton Sievers  wrote:
>
> > Hi Bob,
> >
> > This is most likely an issue with the version of Java you are using to
> > build with.  I'm going to take a stab at it and say you are using Java
> 7.
> > Is that right?  There are issues with Java 7, so please try to build
> with
> > Java 6 when you can.
> >
> > Thanks,
> > -Stanton
> >
> >
> >
> > From:   Robert Brehm 
> > To: dev@shindig.apache.org,
> > Date:   07/27/2012 12:06
> > Subject:Getting build errors building
> sshindig-project-2.5.0-beta3
> >
> >
> >
> > Hi List,
> >
> > I am buiding shindig-project-2.5.0-beta3 on a Windows 7 64 bit machine.
> I
> > am following the instructions in
> >
> >
>
> https://cwiki.apache.org/confluence/display/SHINDIG/Setting+Up+An+Eclipse+Development+Environment+For+Shindig+%28Java%29
>
> > .
> > Step 55.  The result is as follows:
> >
> > [INFO]
> > 
> > [INFO] BUILD FAILURE
> > [INFO]
> > 
> > [INFO] Total time: 32.713s
> > [INFO] Finished at: Fri Jul 27 09:04:04 PDT 2012
> > [INFO] Final Memory: 45M/322M
> > [INFO]
> > 
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> > (default-compile) on project shindig-gadgets: Compilation failure:
> > Compilation failure:
> > [ERROR]
> >
> >
>
> \Users\Bob\workspace\shindig-project-2.5.0-beta3\shindig-project\java\gadgets\src\main\java\org\apache\shindig\gadgets\DefaultGuiceModule.java:[38,36]
> > error: cannot find symbol
> > [ERROR]
> >
> >
>
> \Users\Bob\workspace\shindig-project-2.5.0-beta3\shindig-project\java\gadgets\src\main\java\org\apache\shindig\gadgets\DefaultGuiceModule.java:[86,16]
> > error: cannot find symbol
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> > -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn  -rf :shindig-gadgets
> >
> > Same result when I try to build trunk.
> >
> > Thanks,
> >
> > Bob
> >
> >
>
>


Getting build errors building sshindig-project-2.5.0-beta3

2012-07-27 Thread Robert Brehm
Hi List,

I am buiding shindig-project-2.5.0-beta3 on a Windows 7 64 bit machine.  I
am following the instructions in
https://cwiki.apache.org/confluence/display/SHINDIG/Setting+Up+An+Eclipse+Development+Environment+For+Shindig+%28Java%29.
Step 55.  The result is as follows:

[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 32.713s
[INFO] Finished at: Fri Jul 27 09:04:04 PDT 2012
[INFO] Final Memory: 45M/322M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project shindig-gadgets: Compilation failure:
Compilation failure:
[ERROR]
\Users\Bob\workspace\shindig-project-2.5.0-beta3\shindig-project\java\gadgets\src\main\java\org\apache\shindig\gadgets\DefaultGuiceModule.java:[38,36]
error: cannot find symbol
[ERROR]
\Users\Bob\workspace\shindig-project-2.5.0-beta3\shindig-project\java\gadgets\src\main\java\org\apache\shindig\gadgets\DefaultGuiceModule.java:[86,16]
error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :shindig-gadgets

Same result when I try to build trunk.

Thanks,

Bob