Re: [DISCUSS] Release Apache Edgent 1.2.0 (incubating)

2017-11-06 Thread Susan Cline
+1 - thanks for all the hard work on this! Susan > On Nov 6, 2017, at 12:20 AM, Christofer Dutz > wrote: > > Hi all, > > after finally merging back all changes we did in the last few months, I think > it would be a good time to do a first release using Maven. This

Re: What's left to do for Maven migration?

2017-09-19 Thread Susan Cline
I did look at Chris’s pull request and don’t see any changes to the file that is formatting the metrics. I also looked at the java class that is sending the metrics to the console - that code looks unchanged as well, so I am at a loss for what did change. Perhaps some of the underlying java

Re: Jquery, JqueryUI and D3

2017-07-13 Thread Susan Cline
y_edgent.js) is a modified file from d3. Presumably one can do a diff > against the noted original to see what was changed. > > Susan Cline, can you clarify? > > — Dale > >> On Jul 12, 2017, at 7:05 AM, Christofer Dutz <christofer.d...@c-ware.de> >> wrote: >>

Re: Java7 compatability issue in analytics/sensors

2017-06-20 Thread Susan Cline
We are here, we are here, we are here … Hi Chris, yes, there are. It’s a bit of a quiet time now, but we most certainly are. Cheers, Susan > On Jun 19, 2017, at 11:22 PM, Christofer Dutz > wrote: > > Chris > > PS: By the way … are there any other Edgent

Re: Changing the way the the servlets are loaded.

2017-05-31 Thread Susan Cline
Hi, Chris, I thought I would answer based on what I recall to be the original purpose of splitting them into a ‘server’ and ‘servlet’ directory. It was written in a way to allow other servlet containers to run the ‘servlet’ code without making them dependent on each other. With that said,

Re: Edgent report for Feb - Apr 2017

2017-05-01 Thread Susan Cline
Thanks for submitting it Victor. Cheers, Susan > On May 1, 2017, at 3:21 PM, Victor Dogaru wrote: > > I have incorporated your comments and submitted the report at > https://wiki.apache.org/incubator/May2017 > > Thank you! >

Re: Subject: [VOTE] Apache Edgent 1.1.0-incubating-RC1

2017-03-03 Thread Susan Cline
+1: I went through all the steps at Staged RC Validation [5], except for the Release manager tasks. Nice job, it all worked well. Susan > On Mar 2, 2017, at 6:17 AM, Dale LaBossiere wrote: > > 1.1.0-incubating/rc1 has been staged under [3] and it’s time to vote > on

Re: [VOTE] Apache Edgent 1.0.0 Release RC2

2016-12-06 Thread Susan Cline
Yay, I can vote +1. I reran the tests and they succeeded. I believe the failure was due to a timing issue. Cheers, Susan > On Dec 6, 2016, at 9:59 AM, Susan Cline <home4...@pacbell.net> wrote: > > Hi, > > I want to vote a +1, but my test run failed. > > Here

Re: [VOTE] Apache Edgent 1.0.0 Release RC2

2016-12-06 Thread Susan Cline
Hi, I want to vote a +1, but my test run failed. Here is the output after running ./gradlew test .. everything up until this point succeeded: objc[56396]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/bin/java (0x108ea04c0) and

Re: [VOTE] Apache Edgent 1.0.0 release

2016-11-21 Thread Susan Cline
Thanks Dale. Sorry some (?) of your work making RC1 was wasted. I appreciate all the work you are doing. Susan > On Nov 21, 2016, at 11:17 AM, Dale LaBossiere wrote: > > Well I guess we’ll get the opportunity to exercise that path of the process. > > Voting on RC1 is

Re: [VOTE] Apache Edgent 1.0.0 release

2016-11-21 Thread Susan Cline
Thanks for telling us Justin. Susan > On Nov 21, 2016, at 10:04 AM, Justin Mclean wrote: > > Hi, > > I’ve been on holiday and only just had a chance to take a look at the release. > > Sorry but it’s -1 (binding) from me due to the artefact names missing >

Re: Proposed November Podling report for Edgent

2016-11-01 Thread Susan Cline
Could one more mentor sign off please? I think that is helpful… Dan or Luciano? Many thanks, Susan > On Nov 1, 2016, at 7:12 AM, Susan Cline <home4...@pacbell.net> wrote: > > Thanks Kathey and Justin for signing off on the report. > > Susan > >> On Oct 31,

Re: Heads up: changes to Eclipse based Edgent runtime development environment

2016-10-05 Thread Susan Cline
Very impressive Dale and Queenie. I went through the instructions and everything worked flawlessly! Thank you Dale for all the work you have put in to transition to gradle, and thanks Queenie for your note. Cheers, Susan > On Oct 3, 2016, at 12:13 PM, Dale LaBossiere

Re: Trying register an application via the registerJar command

2016-09-28 Thread Susan Cline
Thanks Dale. I will give this a try later this week. Cheers, Susan > On Sep 26, 2016, at 8:24 AM, Dale LaBossiere wrote: > > I think I understand the confusion / issue now... > > Your app created the IotpDevice (with its config) when it started up, as a > param to the

StreamScope and the console

2016-09-27 Thread Susan Cline
Hi, I’m trying to do the following: If a user creates an application using a DevelopmentProvider display the tuples in a hover that are flowing through a StreamScope oplet. I’ve created a servlet that accepts requests when a user hovers over a StreamScope oplet and I can get an instance of a

Re: Trying register an application via the registerJar command

2016-09-19 Thread Susan Cline
ens regarding handling of the submit request. >> You might also consider adding a println to your getBuilder() and accept() >> to verify they’re getting called. >> >> — Dale >> >>> On Sep 16, 2016, at 5:44 PM, Susan Cline <home4...@pacbell.net&g

Re: Trying register an application via the registerJar command

2016-09-16 Thread Susan Cline
I wouldn’t be surprised if these extra additions might > much things up. > > — Dale > >> On Sep 16, 2016, at 1:17 PM, Susan Cline <home4...@pacbell.net> wrote: >> >> I’ve gotten a step further, but I am still having problems. >> ... >> >> public cla

Re: Trying register an application via the registerJar command

2016-09-14 Thread Susan Cline
‘the correct service’ is it the JsonControlService? Is the jar that needs an entry the one that is already running, or the one that is loaded via the registerJar command? Thanks, Susan > On Sep 14, 2016, at 8:47 AM, Dan Debrunner <d...@debrunners.com> wrote: > > On 9/13/2016 5:06 PM, Su

Forking the edgent repo

2016-08-20 Thread Susan Cline
Hi, I tried to fork the edgent repo by clicking on the ‘Fork’ button here: https://github.com/apache/incubator-edgent But when I do so, I get this message: Where should we fork this repository? Can't find what you're looking for? You already have a fork of this repository:  

Re: [DISCUSS] Edgent logo

2016-08-18 Thread Susan Cline
I like number 7. I like the colors and how clean it looks. Susan > On Aug 9, 2016, at 9:01 AM, Kathy Saunders wrote: > > We have 6 logo ideas on our wiki so far > https://cwiki.apache.org/confluence/display/QUARKS/Edgent+Logos+-+Add+Your+Creations+Here. > Are there any