Re: maven-cvt: jar/war LICENSE/NOTICE files

2017-09-21 Thread Christofer Dutz
Hi Dale, ok so I think I now convinced maven to add the js dependencies into the DEPENDENCIES list in console “servlets” and “server“. I also had the liberty of replacing the default apache DISCLAIMER content with the incubating version of that. Regarding the ibm-contrib part … should all DISC

Re: maven-cvt: console regressions

2017-09-21 Thread Christofer Dutz
omment for details. I think we can claim the console is operational again! — Dale > On Sep 20, 2017, at 5:14 PM, Dale LaBossiere wrote: > > >> On Sep 20, 2017, at 1:32 PM, Christofer Dutz wrote: >> ... >> I’m sure that is t

Re: maven-cvt: console regressions

2017-09-25 Thread Christofer Dutz
there… who knows? :-) — Dale > On Sep 21, 2017, at 7:52 AM, Christofer Dutz wrote: > > Hi Dale, > > could you please sum up what the problem was? I did see you simplifying some of the code, but couldn’t pin-point the individual

Re: maven-cvt: console regressions

2017-09-25 Thread Christofer Dutz
25, 2017, at 8:15 AM, Christofer Dutz wrote: > ... > But it does show that it might be good to start doing, what I had introduced for the Flex project. As soon as we merge things back, I think it would be a good idea to start run something that utilizes the entire stack and ve

Re: maven-cvt: jar/war LICENSE/NOTICE files

2017-09-25 Thread Christofer Dutz
DISCLAIMER). Thanks! — Dale > On Sep 21, 2017, at 7:51 AM, Christofer Dutz wrote: > > Hi Dale, > > ok so I think I now convinced maven to add the js dependencies into the DEPENDENCIES list in console “servlets” and “server“. I also had the liberty

Re: maven-cvt: jar/war LICENSE/NOTICE files

2017-09-25 Thread Christofer Dutz
Hi Justin, right now, each module originally contributed by IBM contains a NOTICE with this content: Apache Edgent: Analytics: Math3 Copyright 2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). =

Re: maven: java7 build?

2017-09-25 Thread Christofer Dutz
You need to provide the "java8.home" property in order to have the retrolambda work correctly (can't run with java 7). Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Dale LaBossiere Datum: 25.09.17 18:32 (GMT+01:00) An: dev@edgent.apache.o

Re: maven: java7 build?

2017-09-25 Thread Christofer Dutz
Hi Dale, Just go into the platform-java7 directory and run the build with the same settings enabled. I think I refactored all tests to work correctly, even on Java 7. Guess that’s why you aren’t seeing any problems ;-) Chris Am 25.09.17, 21:36 schrieb "Dale LaBossiere" : duh, forgot the -

Re: maven: samples module build order for platform-java7

2017-09-26 Thread Christofer Dutz
Hi Dale, The problem is that the groupId of all samples is fixed to “org.apache.edgent.samples” … only for the normal modules do we have different modules with different groupIds not for the samples. Ideally, we would add a second utils sample for Java7 … your groupId fragment as a property tri

Re: maven: platform-java7 and android distribution bundle content

2017-09-26 Thread Christofer Dutz
Hi Dale, Ok so I just streamlined the distribution packages for java7 and android. Now the distributions should match the ones of the java8 part. Chris Am 26.09.17, 16:27 schrieb "Dale LaBossiere" : Hi Chris, The distribution bundles for java7 and android (under the platforms/{jav

Jenkins Multibranch Pipeline Plugin

2017-09-28 Thread Christofer Dutz
Hi all, just a little explanation to the „Jenkinsfile“ I added and committed a lot on recently. This is sort of the same thing as the .travis.yml but for Jenkins and a lot more powerful. On the ASF Jenkins I have setup an additional multi-branch pipeline build. What this does, is to scan our GI

Re: maven: war LICENSE file

2017-09-29 Thread Christofer Dutz
Hi Justin, so, I invested some time today to address the licensing requirements. I currently just did that for the servlets module. If that’s ok, then I’ll apply similar changes to the server jar. Now the build generates a THIRD-PARTY.txt file containing the license names and the module names w

Re: maven: war LICENSE file

2017-10-02 Thread Christofer Dutz
. Chris Am 29.09.17, 11:55 schrieb "Christofer Dutz" : Hi Justin, so, I invested some time today to address the licensing requirements. I currently just did that for the servlets module. If that’s ok, then I’ll apply similar changes to the server jar. Now the build g

Re: maven: war LICENSE file

2017-10-02 Thread Christofer Dutz
le > >> On Oct 2, 2017, at 9:07 AM, Dale LaBossiere mailto:dml.apa...@gmail.com>> wrote: >> >> I’m on it! >> >>> On Oct 2, 2017, at 8:52 AM, Christofer Dutz mailto:christofer.d...@c-ware.de>> wrote: >>> ... >

Re: maven: war LICENSE file

2017-10-03 Thread Christofer Dutz
t; >> I’m on it! >> >>> On Oct 2, 2017, at 8:52 AM, Christofer Dutz mailto:christofer.d...@c-ware.de>> wrote: >>> ... >>> I just committed some more changes to the java8 and jaca7 console. I hope that now all should be in place and th

Re: maven: couple of console pom questions

2017-10-03 Thread Christofer Dutz
Well I agree the “generate-test-resources” isn’t quite ideal … I am just running a build with “generate-resources” ... The tomcat plugin doesn’t have any effect on the build itself as there is no “execution” defined in the plugin definition. What it does is it allowes a user to simply run “mvn

Re: maven: appended-resources/licenses

2017-10-03 Thread Christofer Dutz
Hi Dale, the others were referenced in the DEPENDENCIES file. As far as I know we only need to add stuff to NOTICE and LICENSE if the license and notice versions of the included libs require us to do that. So only for those did I add something. For the rest it should be sufficient to mention the

Re: maven: appended-resources/licenses

2017-10-04 Thread Christofer Dutz
Hi all, So, I did another slack-session with Justin and updated the build again. I reduced the number of licensed included in the bundle to the ones needed. I also removed the generation of the DEPENDENCIES file, as this was the only reason for using all of these “optional=true” dependencies (Wh

Re: maven: d3.legend.js mods

2017-10-04 Thread Christofer Dutz
Oh yeah … I remember seeing that difference. I guess it would probably be the best option to modify the rest of the application to work with the d3.legend.js instead of patching the library to work with our application. This way we could keep the MIT code out of our repo, which is a rather des

Re: maven: d3.legend.js mods

2017-10-04 Thread Christofer Dutz
Hi Dale, Having another look at the code and the running example, it seems as if this conditionally sets the width of something depending on the title. I did have a look at the running application and for me the application seems to work nicely. Chris Am 03.10.17, 23:45 schrieb "Dale LaBossi

Re: removal of DEPENDENCIES

2017-10-04 Thread Christofer Dutz
e value to users of one of our jars/war to be able to open it up and easily see that info. Don’t you agree? — Dale > On Oct 4, 2017, at 4:29 AM, Christofer Dutz wrote: > > @chrisdutz <https://github.com/chrisdutz> pushed 2 commits. > > 190

Re: maven: j7 and android distribution bundles undesired ext content

2017-10-12 Thread Christofer Dutz
Hi Dale, Great that you found the problems that were causing some troubles with unintentionally included jars :-) I invested another few days on finishing the licensing and cleaning it up even more. While on it I have come across two things: 1) If I specify the inceptionYear in the root pom, t

Re: maven: j7 and android distribution bundles undesired ext content

2017-10-12 Thread Christofer Dutz
customer. Starting tomorrow I will be working on my PLC research project for 100% of my working time and project this includes a lot of Apache Edgent work :-) Chris Am 12.10.17, 10:24 schrieb "Christofer Dutz" : Hi Dale, Great that you found the problems that were ca

Re: maven: d3.legend.js mods

2017-10-17 Thread Christofer Dutz
-drive and you could see what I’m doing and I could explain everything and answer questions. Do you think that would be a good idea? Chris Von: Dale LaBossiere Datum: Dienstag, 17. Oktober 2017 um 15:47 An: Christofer Dutz Betreff: Re: maven: d3.legend.js mods Excellent, thanks! I’m redoing the

Re: maven: animal sniffer use not working?

2017-10-23 Thread Christofer Dutz
Hi Dale, I’m just finishing some fixes that will repair things. The problem is that the animal sniffer checks the compile stuff, not the test … And not runtime stuff. Chris Am 23.10.17, 23:40 schrieb "Dale LaBossiere" : Hi Chris, When I first enabled the J7 tests for Connectors: Fi

Re: maven: d3.legend.js mods

2017-10-23 Thread Christofer Dutz
of the “servlets” and the “console” modules to include the d3.legend.js stuff? Chris Am 17.10.17, 15:53 schrieb "Dale LaBossiere" : Cool! > On Oct 17, 2017, at 9:51 AM, Christofer Dutz wrote: > ... > I would be more than happy to help out with the rele

Re: maven: d3.legend.js mods

2017-10-24 Thread Christofer Dutz
Hi Justin, the license of the file is still MIT … we didn’t change anything with this. And it is referenced in the LICENSE file as being MIT licensed. The only thing I don’t quite know, is if it’s enough to reference the local path to the file in the LICENSE file. Chris Am 24.10.17, 11:06 sc

Re: maven: d3.legend.js mods

2017-10-24 Thread Christofer Dutz
Hi Justin … So, I added this to the servlets LICENSE: === License: MIT jquery (org.webjars:jquery:1.11.2) For details, see META-INF/licenses/jquery-1_11_2-MIT.txt. jquery-ui (org.webjars:jquery-ui:1.11.4) For d

Re: shouldn't we only define one groupId per-platform?

2017-10-24 Thread Christofer Dutz
the case. Chris Von: Dale LaBossiere Datum: Dienstag, 24. Oktober 2017 um 15:49 An: Christofer Dutz Betreff: Re: shouldn't we only define one groupId per-platform? On Oct 23, 2017, at 6:09 PM, Christofer Dutz mailto:christofer.d...@c-ware.de>> wrote: ... I just updated and

Re: how to clear wedged jenkins build?

2017-10-25 Thread Christofer Dutz
I would suggest to install hipchat, join the infra channel and ping the guys in such a case. Chris Outlook for Android herunterladen From: Dale LaBossiere Sent: Thursday, October 26, 2017 3:43:16 AM To: dev@edgent.apache.org Subject: how

Re: jenkins misconfig?

2017-10-27 Thread Christofer Dutz
Hi Dale, I did recall adding the „ubuntu“ label to the job but seems that was removed. In that case it was just a matter of time till we got a windows instance … even if this would have generally been fine, these machines are setup slightly different. I re-added the label “Ubuntu” and hopefully

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

2017-10-29 Thread Christofer Dutz
versions (ok … as soon as the branch name is “develop” the Jenkinsfile will automatically do that). I would be needing these SNAPSHOTS for the next sprint of my PLC library project. Chris Am 20.09.17, 19:32 schrieb "Christofer Dutz" : Hi Dale, I’m sure that is the reaso

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

2017-10-30 Thread Christofer Dutz
done, master is usually updated to the new release version. That’s why develop usually produces the “SNAPSHOT” and master the “RELEASE” versions. Hope that makes things a little clearer. Chris Am 30.10.17, 15:25 schrieb "Dale LaBossiere" : > On Oct 29, 2017, at 6:28 A

Re: [REVIEW] Edgent IPMC status report

2017-10-31 Thread Christofer Dutz
Hi all, I agree that the lack of other activity is noteworthy. I hope I can do my best to spread the word in the next few months, but right now I share that opinion ;-) And some super minor thing … if you mention me please write “Chris” or Christofer Dutz” … the other feels really strange

Re: change maven generated source bundle names?

2017-10-31 Thread Christofer Dutz
Hi Dale, No problems with that. Chris Outlook for Android herunterladen From: Dale LaBossiere Sent: Tuesday, October 31, 2017 4:39:38 PM To: dev@edgent.apache.org Subject: change maven generated source bundle names? Hi Chris, Unless it

Re: merge to develop now?

2017-11-01 Thread Christofer Dutz
Hi Dale, feel free to do the merge :-) I’m currently working on the “Jenkinsfile” as I was able to find out what the problem was … But I’d be more than happy to finish my work on that on develop :-) Chris Am 01.11.17, 14:22 schrieb "Dale LaBossiere" : Hi Chris, It sounded like t

Maven SNAPSHOTS now available in Apache's Maven repo

2017-11-05 Thread Christofer Dutz
Hi, after quite some problems with changing the Jenkins jobs to the new repo, now I think things are finally working. Even if the last build did fail in a following step, the build and deployment step did pass and do its job. Snapshots now seem to be available at: https://repository.apache.org/

[DISCUSS] Release Apache Edgent 1.2.0 (incubating)

2017-11-06 Thread Christofer Dutz
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 way we can give the Maven build its final and ultimate test and hopefully start releasing a lot more often. Even if I think the current developm

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

2017-11-06 Thread Christofer Dutz
t 10:39 AM, Susan Cline wrote: > +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 change

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

2017-11-06 Thread Christofer Dutz
ay to make the PR-creation flow setup the PR to merge to “develop” by default? [1] https://github.com/apache/incubator-edgent/pull/318 <https://github.com/apache/incubator-edgent/pull/318> — Dale > On Nov 6, 2017, at 4:25 PM, Christofer Dutz wrote: > .

Re: develop: missing 1.2.0-SNAPSHOT -> 1.3.0-SNAPSHOT conversions?

2017-11-06 Thread Christofer Dutz
Oh ... have to add adding of the profiles to my documentation. I’ll fix the version mess as Sonia’s I’m at work. Outlook für iOS beziehen From: Dale LaBossiere Sent: Tuesday, November 7, 2017 12:33:28 AM To: dev@edgent.apache.org Subject: d

Creating a new git repo for the Edgent project

2017-11-07 Thread Christofer Dutz
Hi John, we have just migrated the entire Edgent project to a Maven build and would now like to split out the samples. For that we would require a “edgent-samples” git repo. I was told to contact you in order to create such a repo. Could you please do that for us? Chris

Re: confused by network graph - is something amiss?

2017-11-07 Thread Christofer Dutz
Hi Dale, to me it looks absolutely correct. Could it be that it takes a while for the network view to update? Even in my IntelliJ Git view all looks good. Could you please verify that you are still seeing problems? Chris Am 07.11.17, 00:02 schrieb "Dale LaBossiere" : Chris, I’m

Re: develop: missing 1.2.0-SNAPSHOT -> 1.3.0-SNAPSHOT conversions?

2017-11-07 Thread Christofer Dutz
Hi Dale, I guess that’s a mixture of the groupId-variable problem combined with re-setting the version first without including java7, android and distribution. The parent is not updated as the plugin seems to work in a way to set the version of an artifact to a given version and update all refe

Re: Creating a new git repo for the Edgent project

2017-11-07 Thread Christofer Dutz
Hi all, well there are several reasons, why I think separating the samples from the framework is a good idea. 1) It makes the repo a lot bigger and as you said overwhelming 2) Usually people want to use Edgent and only a certain percentage also want to contribute, build-time, complexity-to-setu

Re: Creating a new git repo for the Edgent project

2017-11-12 Thread Christofer Dutz
Sooo … what’s the current state? Do we need a vote on this to document the desire to create a new repo? Chris Am 08.11.17, 06:16 schrieb "Christofer Dutz" : Hi all, well there are several reasons, why I think separating the samples from the framework is a good idea.

Re: Creating a new git repo for the Edgent project

2017-11-21 Thread Christofer Dutz
forward with creating a repo for the samples. >> >> Thanks! >> — Dale >> >> >> > On Nov 12, 2017, at 8:34 AM, Christofer Dutz >> wrote: >> > >> > Sooo … what’s the current state? >> > >> > Do we need a vote on this

Re: Creating a new git repo for the Edgent project

2017-11-21 Thread Christofer Dutz
confirming that all is good, we can then delete the directory in the main repo. Please checkout the new repo and check if everything is ok. Chris Am 21.11.17, 10:01 schrieb "Christofer Dutz" : Great ... Thank you, l'll Handle filling it with life as soon as possible. Chris

Re: develop: missing 1.2.0-SNAPSHOT -> 1.3.0-SNAPSHOT conversions?

2017-11-21 Thread Christofer Dutz
Hi Dale, Yes, I decided to do the changes on a feature branch and wait till you came back from your holidays as I wanted to discuss things with you prior to changing develop. Also, JQAssistant should be running on all modules. I don’t see any configuration that turns it off for any project …

Re: samples repo

2017-11-22 Thread Christofer Dutz
Hi Dale, Öhm … could you explain why? Usually –D property values have the highest priority. Chris Am 22.11.17, 18:04 schrieb "Dale LaBossiere" : > On Nov 21, 2017, at 5:10 PM, Dale LaBossiere wrote: > Prior to that time, when building the samples, one can do > ./mvnw clea

Re: samples repo

2017-11-22 Thread Christofer Dutz
> On Nov 22, 2017, at 12:21 PM, Christofer Dutz wrote: > > Hi Dale, > > Öhm … could you explain why? Usually –D property values have the highest priority. > > Chris > > Am 22.11.17, 18:04 schrieb "Dale LaBossiere" : >

Re: samples repo

2017-11-23 Thread Christofer Dutz
. Chris Am 22.11.17, 23:31 schrieb "Dale LaBossiere" : Lower priority than resuming/pushing out the release IMO :-) The workaround is tolerable if it ends up as is. > On Nov 22, 2017, at 12:38 PM, Christofer Dutz wrote: > > Hi Dale, >

Re: time to create a PR and merge features/pre-release-finetuning?

2017-11-23 Thread Christofer Dutz
Hi Dale, ok I just updated my feature branch and created a pull request … feel free to merge and delete the samples. I’ll take over from there then. Chris Am 22.11.17, 18:35 schrieb "Dale LaBossiere" : Chris, if you create a PR, I’ll merge it (or you can). Then I’ll create a PR for rem

Re: time to create a PR and merge features/pre-release-finetuning?

2017-11-23 Thread Christofer Dutz
Yeah …. Am 23.11.17, 14:59 schrieb "Dale LaBossiere" : The PR is to “master” but it needs to be to “develop”, right? > On Nov 23, 2017, at 4:36 AM, Christofer Dutz wrote: > > Hi Dale, > > ok I just updated my feature branch and created a

Re: time to create a PR and merge features/pre-release-finetuning?

2017-11-23 Thread Christofer Dutz
Ok … so I closed that one and created a new one … sorry … sort of skipped that little detail ;-) Chris Am 23.11.17, 15:47 schrieb "Christofer Dutz" : Yeah …. Am 23.11.17, 14:59 schrieb "Dale LaBossiere" : The PR is to “master” but it needs to be

Re: start the release again?

2017-11-29 Thread Christofer Dutz
Hi Dale, Luckily my train was stuck in an area with good LTE (Sort of a best-worst-case-scenario) ;-) So, I deleted the original 1.2 branch and created a new one. I copy+pasted the command in the documentation, to check if the documentation is correct, and it seems to have updated all poms cor

Re: start the release again?

2017-12-03 Thread Christofer Dutz
siere" : continue on! :-) My version grep’s in branch release/1.2 (has 1.2.0-SNAPSHOT) and develop (has 1.3.0-SNAPSHOT) look good and everything built fine on both branches. Thanks! — Dale > On Nov 29, 2017, at 2:11 PM, Christofer Dutz wrote: > ...

Re: start the release again?

2017-12-04 Thread Christofer Dutz
llent! The RELEASE_NOTES file captures the changes. I updated it not too too long ago. — Dale > On Dec 3, 2017, at 9:58 AM, Christofer Dutz wrote: > ... > > The address of the staging repo is: > https://repository.apache.org/content/repositories/orgapacheedgent-1002 > > The

[VOTE] Apache Edgent (Incubating) 1.2.0 RC1

2017-12-05 Thread Christofer Dutz
Apache Edgent (Incubating) 1.2.0 has been staged under [4] and it’s time to vote on accepting it for release. All Maven artifacts are available under [3]. If approved we will seek final release approval from the IPMC. Voting will be open for 72hr. A minimum of 3 binding +1 votes and more binding

[DISCUSS] Apache Edgent (Incubating) 1.2.0 RC1

2017-12-05 Thread Christofer Dutz
I might have found a little problem … We set the final name and when we build the assembly produces a file called: apache-edgent-1.2.0-incubating-source-release.zip Unfortunately, as soon as it is deployed to nexus Maven seems to override the name and it is available as: edgent-parent-1.2.0-sour

Re: [DISCUSS] Apache Edgent (Incubating) 1.2.0 RC1

2017-12-05 Thread Christofer Dutz
especially how to do that … Dale, as you are the only one listed in that file, how did you get your key added? Chris Am 05.12.17, 22:43 schrieb "Christofer Dutz" : I might have found a little problem … We set the final name and when we build the assembly produces a fi

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
Thanks in advance for the clarifications. — Dale > On Dec 5, 2017, at 3:40 AM, Christofer Dutz wrote: > > Apache Edgent (Incubating) 1.2.0 has been staged under [4] and it’s time to vote > on accepting it for release. All Maven artifacts are available unde

Re: [VOTE] Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
-names and to skip binary bundles … so please go ahead with the procedure. Will update the other scripts asap as well as the wiki documentation. Chris Am 05.12.17, 09:40 schrieb "Christofer Dutz" : Apache Edgent (Incubating) 1.2.0 has been staged under [4] and it’s time to v

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
solution. As nothing had to be changed with the source-bundle itself, I don’t think we need to cancel the RC and create a new one. What do you others think? Chris Am 06.12.17, 09:10 schrieb "Christofer Dutz" : HI Dale, as I mentioned in the other DISCUSS thread I already no

Re: [DISCUSS] Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
my questions/observations on the nexus content? > > — Dale > >> On Dec 5, 2017, at 5:17 PM, Christofer Dutz wrote: >> >> Looking a little into this, I think I could manually check in the archive to SVN this time. >> The problem

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
y” intermediate dirs - will those show up in MC? Are they useful? - edgent-analytics - edgent-android - edgent-api ... > On Dec 6, 2017, at 4:00 AM, Christofer Dutz wrote: > > Hi Dale, > > So, I updated the scripts,

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
e-release.tar.gz' gpg: Signature made Fri Dec 1 03:32:10 2017 EST using RSA key ID 5C60D6B9 gpg: Good signature from "Christofer Dutz (Apache Comitter) " [unknown] gpg: aka "[jpeg image of size 272202]" [unknown] gpg: WARNING: This key is not certified with

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
cluded keys $ gpg --import downloaded-edgent-1.2.0rc1/KEYS … > On Dec 6, 2017, at 11:24 AM, Christofer Dutz > wrote: > > Hi Dale, > > I'm still on the task of manually deleting Things. Will continue tomorrow. > Have to manually delete at least 4 Files for every artifac

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-06 Thread Christofer Dutz
stage the zip that's fine too. I just need to know which way we’re going because I need to adjust the “downloads” website page accordingly. — Dale > On Dec 6, 2017, at 11:46 AM, Christofer Dutz > wrote: > > I think in the gpg GUI Tool you also have to explicitly "trust&q

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-07 Thread Christofer Dutz
he staging area in addition to staging the zip and its sums/sig. Thanks! — Dale [1] http://www.apache.org/dev/release-distribution#sigs-and-sums > On Dec 6, 2017, at 2:35 PM, Christofer Dutz wrote: > ... > I just had a look at what the script

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-07 Thread Christofer Dutz
Ok … so I removed all the distribution and the „tests“-modules from the staging repo. Chris Am 07.12.17, 10:00 schrieb "Christofer Dutz" : Hi Dale, I added the zip and then noticed that the tag.gz did have some “next” and “current” pom copies inside. So, I had a

Re: [VOTE] Apache Edgent (Incubating) 1.2.0 RC1

2017-12-07 Thread Christofer Dutz
ng” ;-) ) Chris Am 05.12.17, 09:40 schrieb "Christofer Dutz" : Apache Edgent (Incubating) 1.2.0 has been staged under [4] and it’s time to vote on accepting it for release. All Maven artifacts are available under [3]. If approved we will seek final release approval from

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-09 Thread Christofer Dutz
Hi Dale, the reason for this is that the changelog plugin scans the git commit history to create a changelog. The zip however doesn’t contain this history. Therefore, the changelog plugin is failing. Regarding the artifacts in Nexus … in maven, if I run “mvn compile” the java classes are comp

[RESULT] [VOTE] Apache Edgent (Incubating) 1.2.0 RC1

2017-12-11 Thread Christofer Dutz
So, the vote passes with 3 +1 votes (1 of them binding) I’ll forward this to the incubator for approval. Chris Am 10.12.17, 18:15 schrieb "Dale LaBossiere" : +1 checked signatures/sums checked identical tar.gz / zip contents verified LICENSE, NOTICE, DIS

Re: [DISCUSS] validating Apache Edgent (Incubating) 1.2.0 RC1

2017-12-11 Thread Christofer Dutz
It was reported in the general incubator list that the sha files should be named sha1 or sha512 … a quick check of the man page of the sha-tool names 512 as algorithm version. So, I renamed the files to the sha512 dale suggested earlier. Chris Am 09.12.17, 22:43 schrieb "Christofer

Re: FYI: I'm adding "don't deploy" to edgent-test* projects

2017-12-11 Thread Christofer Dutz
I think we shouldn't omit any of the other artifacts. I have tried to configure things that way, but there wasn't an easy way. One thing I have lernt in the last 8 years of using machen, it was: "If it's dificult with maven you're doing it wrong. I would stongly suggest to leave the test-jars in

[DRAFT] [ANNOUNCE] Apache Edgent 1.2.0-incubating release

2017-12-14 Thread Christofer Dutz
The Apache Edgent project is pleased to announce release 1.2.0-incubating! Apache Edgent is a stream processing programming model and lightweight micro-kernel style runtime to execute analytics at devices on the edge or at the gateway. This is the first release of Apache Edgent to be built with M

Re: Edgent website update for 1.2.0

2017-12-16 Thread Christofer Dutz
Hi Dale, sorry for the late response. Have been some incredibly busy days for me. I think the aggregated Javadoc should be generated from the release source bundle, by simply running “mvn clean javadoc:aggregate” This should create the aggregated Javadoc in the target/site directory. Chris

Re: [DRAFT] [ANNOUNCE] Apache Edgent 1.2.0-incubating release

2017-12-18 Thread Christofer Dutz
Any comments to this? Or should I post this version? Chris Am 14.12.17, 15:13 schrieb "Christofer Dutz" : The Apache Edgent project is pleased to announce release 1.2.0-incubating! Apache Edgent is a stream processing programming model and lightweight micro-kernel sty

Re: [DRAFT] [ANNOUNCE] Apache Edgent 1.2.0-incubating release

2017-12-28 Thread Christofer Dutz
Edgent team [1] https://github.com/apache/incubator-edgent-samples.git [2] https://edgent.apache.org/ [3] https://edgent.apache.org/docs/downloads.html Am 18.12.17, 18:44 schrieb "Dale LaBossiere" : > On Dec 18, 2017, at 4:44 AM, Christofer Dutz wrote: > Any comm

Re: Small (memory) footprint specifics

2017-12-29 Thread Christofer Dutz
Hi Otis, So, I just ran the DevelopmentSample application in JProfiler and it took a minimum of 3,9MB of heap … This however is neither a very representative Example, but it should demonstrate that you don’t need a lot of memory to run an Edgent application. I guess it also depends highly on th

Re: Small (memory) footprint specifics

2017-12-29 Thread Christofer Dutz
en talking 10-20-30+ MB? Thanks, Otis -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ On Fri, Dec 29, 2017 at 2:38 PM, Christofer Dutz wrote: > Hi Otis, > > So, I just ran the DevelopmentSample ap

[ANNOUNCE] Apache Edgent 1.2.0-incubating release

2018-01-02 Thread Christofer Dutz
The Apache Edgent project is pleased to announce release 1.2.0-incubating! Apache Edgent is a stream processing programming model and lightweight micro-kernel style runtime to execute analytics at devices on the edge or at the gateway. Since the release of Apache Edgent 1.1.0 we have worked great

Re: [ANNOUNCE] Apache Edgent 1.2.0-incubating release

2018-01-02 Thread Christofer Dutz
And I did take the liberty to fix the wiki … if you copied the announce list email from https://cwiki.apache.org/confluence/display/EDGENT/Release+Manager%27s+Guide the mail got sent to annou...@anache.org ;-) That’s fixed now :-) Chris Am 02.01.18, 17:56 schrieb "Christofer

Re: reproducible release process

2018-01-03 Thread Christofer Dutz
Hi Dale, I think I did write down all the steps involving Maven in the document: src/site/asciidoc/releasing.adoc The merge with the other RM doc is that the release-perform will create the source tar/zip we vote on in “target/checkout/target/***.tar.gz” and the corresponding zip. The files sh

Re: reproducible release process

2018-01-03 Thread Christofer Dutz
l shows “release/9.9” in its branch pulldown. - “git reset —hard HEAD^^” followed by a “git push —force” to essentially remove the above two commits on master > On Jan 3, 2018, at 2:20 PM, Christofer Dutz wrote: > > Hi Dale, > > I think I

Re: reproducible release process

2018-01-09 Thread Christofer Dutz
gt; On Jan 4, 2018, at 2:25 AM, Christofer Dutz wrote: > > Hi Dale, > > that’s unfortunate that you had that many problems … I have to admit that the branch operation directly pushes was new to me … the prepare operation shouldn’t and the perform should only checko

Re: reproducible release process

2018-01-09 Thread Christofer Dutz
probably the root definitions are used. Chris Am 10.01.18, 00:26 schrieb "Christofer Dutz" : Hi Dale, well the id should be apache.releases.https for a release version and apache.snapshots.https for snapshots. The apache-release is just the name of a profile in the apach

Re: reproducible release process

2018-01-15 Thread Christofer Dutz
Hi Dale, Sorry für the late response. Yes you are correct. Naveen doesn't provide any means for the merging. I did use the simple commands you did without any fast forward. Don't know if Apache's git would have accepted that anyway. Chris Outlook for Android herunterlad

Re: reproducible release process

2018-01-28 Thread Christofer Dutz
eference to trying to do more pom/config wacking). What were your thoughts on that? Any pointers, etc? Thanks, — Dale > On Jan 16, 2018, at 12:53 AM, Christofer Dutz > wrote: > > Hi Dale, > > Sorry für the late response. > Yes you are correct. Naveen doesn't provide any me

Re: reproducible release process

2018-02-01 Thread Christofer Dutz
talled in the maven local repo but are never deployed to any remote repo. Would this option be ok? Chris Am 28.01.18, 17:58 schrieb "Christofer Dutz" : Hi Dale, I took the question over to the maven users list. Hopefully they'll come up with a different solution. St

Re: reproducible release process

2018-02-01 Thread Christofer Dutz
tself as this will probably never change. With this solution the test-jar artifacts are installed in the maven local repo but are never deployed to any remote repo. Would this option be ok? Chris Am 28.01.18, 17:58 schrieb "Christofer Dutz" :

Re: Podling Report Reminder - February 2018

2018-02-04 Thread Christofer Dutz
Could try to whip something up tomorrow ... Outlook for Android herunterladen From: Justin Mclean Sent: Sunday, February 4, 2018 11:26:19 PM To: dev@edgent.apache.org Subject: Re: Podling Report Reminder - February 2018 Hi, This is due in

[DRAFT] January Podling Report

2018-02-05 Thread Christofer Dutz
PLC4X & Edgent to increase the user- and eventually contributor-base. How has the community developed since the last report? * Christofer Dutz demonstrated Apache Edgent working together with Apache PLC4X at the IoT Hessen Meetup end of December * Christofer Dutz demonstrated Ap

Re: [DRAFT] January Podling Report

2018-02-05 Thread Christofer Dutz
Feb 5, 2018, at 6:33 AM, Christofer Dutz wrote: > > Hi all, > > So I whipped up a report … hope I got the most important things in there … I added things since November as this seems to have been our last report. > > > > Edgent > > Apache Edgent is

Re: [DRAFT] January Podling Report

2018-02-05 Thread Christofer Dutz
rgy with Apache PLC4X is encouraging. How has the community developed since the last report? * Apache PLC4X is very interested in and promoting Apache Edgent as part of their overall story. An initial Edgent connector was created and contributed to PLC4X.

TAC Applications for Apache Con North America 2018 in Montreal now open

2018-02-10 Thread Christofer Dutz
Hi all, most of you probably got the email from Gavin on the committers list, but I’ll just mention this here as not all on this list are committers. We will be having an ApacheCon in Montreal this September. This is a great opportunity to meet other people from the project and great people fro

TAC Applications for Apache Con North America 2018 in Montreal now open

2018-02-14 Thread Christofer Dutz
Seems I was faster with my last email … here comes the official one ;-) — The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for ApacheCon NA 2018 are now open! We will be supporting ApacheCon NA Montreal, Canada on 24th - 29th September 2018 TAC

Problem running some examples with non US locales

2018-02-14 Thread Christofer Dutz
Hi, I’m currently working though some of the examples and encountered a problem: Code like this: nextValue = Double.valueOf(df.format(nextValue)); Seems to not work correctly in Germany as we have a “,” as decimal separator and “.” as grouping character. This results numbers like “10,3” being p

Re: Problem running some examples with non US locales

2018-02-14 Thread Christofer Dutz
What would you think about eating some more Apache Dogfood? org.apache.commons commons-math3 3.6.1 Then we could use: Precision.round(PI, 3); Chris Am 14.02.18, 22:09 schrieb "Christofer Dutz" : Hi, I’m currently working though some of the ex

<    1   2   3   4   >