You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@streampipes.apache.org by "Canteri, Michele" <Mi...@gft.com> on 2022/04/06 15:01:32 UTC

Compiling source code

Hi,
We are working on the last stable version of SP and we would like to use the compiled version instead the docker one that use the installer.
To do that, I've done the following:

git clone --branch rel/0.69.0 https://github.com/apache/incubator-streampipes.git
git branch - ok, it says * rel/0.69.0

Following the README:
mvn clean package
cd ui
npm install --legacy-peer-deps
npm run build --legacy-peer-deps

And then:
docker-compose up

Process comes up:
incubator-streampipes_ui_1                   incubator-streampipes_ui:release-validation                          Up 22 hours   80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
incubator-streampipes_backend_1              incubator-streampipes_backend:release-validation                     Up 22 hours   8030/tcp

And on the UI logging in I see that the version is 0.69.1-SNAPSHOT instead the stable version. I Imagine it is only some version file that must be fixed ?

Going on, I tried to compile the streampipes-extensions following the README but I have a build failure as seen in the attached file:
cd streampipes-extensions
mvn clean package

It seems to me again a problem with the version.

Thank you all for the great work!
Best regards,
Michele

Michele Canteri
_________________________________________________________________

GFT Italia S.r.l.
VIA SILE 18 / floor 4
20139 Milano, Italy

T +39 02 58158503
F      +39 02 58158621
Michele.Canteri@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/index/societa/stampa/press-releases/2021/sostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future/>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Societ? sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________

RE: Compiling source code

Posted by Dominik Riemer <ri...@fzi.de>.
Yes! 😊


From: Canteri, Michele <Mi...@gft.com>
Sent: Wednesday, April 6, 2022 5:48 PM
To: users@streampipes.apache.org
Subject: RE: Compiling source code

Thank you, Dominik,

So I just have to clone the “release/0.69.0” branch and then all should be fine ?

Thank you again,
Michele


Michele Canteri
_________________________________________________________________

GFT Italia S.r.l.
VIA SILE 18 / floor 4
20139 Milano, Italy

T +39 02 58158503
F      +39 02 58158621
Michele.Canteri@gft.com<ma...@gft.com>
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it%20>

[cid:image001.png@01D849DE.C47997A0]<https://www.gft.com/it/it/index/societa/stampa/press-releases/2021/sostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future/>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Dominik Riemer <ri...@fzi.de>>
Sent: mercoledì 6 aprile 2022 17:27
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: RE: Compiling source code


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Michele,

that’s correct, all rel/* branches are updated to the next patch version before the release in case we decide to do a patch update.
The released artifacts have a release/* tag, e.g., release/0.69.0 – these are the same files that you get when using the official download link.

Please note that the docker-compose file in the root directory differs from the ones in the installer directory as they do not have any volume persistence (we use these primarily for release testing).

Regarding the extensions build, just build the whole project from the root dir, this will also build all projects under the extensions directory.

Please ask if you have any questions!

Dominik


From: Patrick Wiener <wi...@apache.org>>
Sent: Wednesday, April 6, 2022 5:21 PM
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: Re: Compiling source code

Hi Michele,

you can find the latest stable 0.69.0 release here:

https://github.com/apache/incubator-streampipes/releases<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-streampipes%2Freleases&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=8bssjckicrF%2BAn1mTbw1XFl8kuzQihlaYcmmBj2Zzg4%3D&reserved=0>

or here:

https://streampipes.apache.org/download.html<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstreampipes.apache.org%2Fdownload.html&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=SITHkPjH1fZ3W7kztKS1dS6nr96MpksNVBw4WEam%2F1w%3D&reserved=0>

Best
Patrick

Am 06.04.2022 um 17:01 schrieb Canteri, Michele <Mi...@gft.com>>:

Hi,
We are working on the last stable version of SP and we would like to use the compiled version instead the docker one that use the installer.
To do that, I’ve done the following:

git clone --branch rel/0.69.0 https://github.com/apache/incubator-streampipes.git<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-streampipes.git&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F2vpA1sGfHpEHunvZb0BezwLtTLHHrh7bcl%2BEgW5lpU%3D&reserved=0>
git branch – ok, it says * rel/0.69.0

Following the README:
mvn clean package
cd ui
npm install --legacy-peer-deps
npm run build --legacy-peer-deps

And then:
docker-compose up

Process comes up:
incubator-streampipes_ui_1                   incubator-streampipes_ui:release-validation                          Up 22 hours   80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
incubator-streampipes_backend_1              incubator-streampipes_backend:release-validation                     Up 22 hours   8030/tcp

And on the UI logging in I see that the version is 0.69.1-SNAPSHOT instead the stable version. I Imagine it is only some version file that must be fixed ?

Going on, I tried to compile the streampipes-extensions following the README but I have a build failure as seen in the attached file:
cd streampipes-extensions
mvn clean package

It seems to me again a problem with the version.

Thank you all for the great work!
Best regards,
Michele
Michele Canteri
_________________________________________________________________

GFT Italia S.r.l.
VIA SILE 18 / floor 4
20139 Milano, Italy

T +39 02 58158503
F      +39 02 58158621
Michele.Canteri@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=nkd71lWFxYU%2FLdPdu3Fy5NZn1ZJP7WRWyF%2BY%2Bbk6YUk%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=0Nq3EsnXvouIE54RJ8lr7syhlnOoPxZate8ZhFUhbCY%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=bGJW19TYACVgbPEyWDA%2FDIhGtfYLwBV6vK6ge%2BlUWZ8%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=fe7ciJD3VbCgWnAKyguVdoLYWBo8VPBydBzTAASCEec%3D&reserved=0>
<ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Findex%2Fsocieta%2Fstampa%2Fpress-releases%2F2021%2Fsostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future%2F&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=sIJShBZPtCp1MoFYqaMTFRE6hEHxshHBOonB92krmJY%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE
Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.
In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
<SP-extensions-error.txt>


RE: Compiling source code

Posted by "Canteri, Michele" <Mi...@gft.com>.
Thank you, Dominik,

So I just have to clone the "release/0.69.0" branch and then all should be fine ?

Thank you again,
Michele


Michele Canteri
_________________________________________________________________

GFT Italia S.r.l.
VIA SILE 18 / floor 4
20139 Milano, Italy

T +39 02 58158503
F      +39 02 58158621
Michele.Canteri@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/index/societa/stampa/press-releases/2021/sostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future/>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Dominik Riemer <ri...@fzi.de>
Sent: mercoledì 6 aprile 2022 17:27
To: users@streampipes.apache.org
Subject: RE: Compiling source code


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Michele,

that's correct, all rel/* branches are updated to the next patch version before the release in case we decide to do a patch update.
The released artifacts have a release/* tag, e.g., release/0.69.0 - these are the same files that you get when using the official download link.

Please note that the docker-compose file in the root directory differs from the ones in the installer directory as they do not have any volume persistence (we use these primarily for release testing).

Regarding the extensions build, just build the whole project from the root dir, this will also build all projects under the extensions directory.

Please ask if you have any questions!

Dominik


From: Patrick Wiener <wi...@apache.org>>
Sent: Wednesday, April 6, 2022 5:21 PM
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: Re: Compiling source code

Hi Michele,

you can find the latest stable 0.69.0 release here:

https://github.com/apache/incubator-streampipes/releases<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-streampipes%2Freleases&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=8bssjckicrF%2BAn1mTbw1XFl8kuzQihlaYcmmBj2Zzg4%3D&reserved=0>

or here:

https://streampipes.apache.org/download.html<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstreampipes.apache.org%2Fdownload.html&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=SITHkPjH1fZ3W7kztKS1dS6nr96MpksNVBw4WEam%2F1w%3D&reserved=0>

Best
Patrick

Am 06.04.2022 um 17:01 schrieb Canteri, Michele <Mi...@gft.com>>:

Hi,
We are working on the last stable version of SP and we would like to use the compiled version instead the docker one that use the installer.
To do that, I've done the following:

git clone --branch rel/0.69.0 https://github.com/apache/incubator-streampipes.git<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-streampipes.git&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F2vpA1sGfHpEHunvZb0BezwLtTLHHrh7bcl%2BEgW5lpU%3D&reserved=0>
git branch - ok, it says * rel/0.69.0

Following the README:
mvn clean package
cd ui
npm install --legacy-peer-deps
npm run build --legacy-peer-deps

And then:
docker-compose up

Process comes up:
incubator-streampipes_ui_1                   incubator-streampipes_ui:release-validation                          Up 22 hours   80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
incubator-streampipes_backend_1              incubator-streampipes_backend:release-validation                     Up 22 hours   8030/tcp

And on the UI logging in I see that the version is 0.69.1-SNAPSHOT instead the stable version. I Imagine it is only some version file that must be fixed ?

Going on, I tried to compile the streampipes-extensions following the README but I have a build failure as seen in the attached file:
cd streampipes-extensions
mvn clean package

It seems to me again a problem with the version.

Thank you all for the great work!
Best regards,
Michele
Michele Canteri
_________________________________________________________________

GFT Italia S.r.l.
VIA SILE 18 / floor 4
20139 Milano, Italy

T +39 02 58158503
F      +39 02 58158621
Michele.Canteri@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=nkd71lWFxYU%2FLdPdu3Fy5NZn1ZJP7WRWyF%2BY%2Bbk6YUk%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=0Nq3EsnXvouIE54RJ8lr7syhlnOoPxZate8ZhFUhbCY%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=bGJW19TYACVgbPEyWDA%2FDIhGtfYLwBV6vK6ge%2BlUWZ8%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=fe7ciJD3VbCgWnAKyguVdoLYWBo8VPBydBzTAASCEec%3D&reserved=0>
<ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Findex%2Fsocieta%2Fstampa%2Fpress-releases%2F2021%2Fsostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future%2F&data=04%7C01%7CMichele.Canteri%40gft.com%7C270c47577f324c5b330608da17e1fb5d%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637848556603766530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=sIJShBZPtCp1MoFYqaMTFRE6hEHxshHBOonB92krmJY%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE
Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.
In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
<SP-extensions-error.txt>


RE: Compiling source code

Posted by Dominik Riemer <ri...@fzi.de>.
Hi Michele,

that’s correct, all rel/* branches are updated to the next patch version before the release in case we decide to do a patch update.
The released artifacts have a release/* tag, e.g., release/0.69.0 – these are the same files that you get when using the official download link.

Please note that the docker-compose file in the root directory differs from the ones in the installer directory as they do not have any volume persistence (we use these primarily for release testing).

Regarding the extensions build, just build the whole project from the root dir, this will also build all projects under the extensions directory.

Please ask if you have any questions!

Dominik


From: Patrick Wiener <wi...@apache.org>
Sent: Wednesday, April 6, 2022 5:21 PM
To: users@streampipes.apache.org
Subject: Re: Compiling source code

Hi Michele,

you can find the latest stable 0.69.0 release here:

https://github.com/apache/incubator-streampipes/releases

or here:

https://streampipes.apache.org/download.html

Best
Patrick


Am 06.04.2022 um 17:01 schrieb Canteri, Michele <Mi...@gft.com>>:

Hi,
We are working on the last stable version of SP and we would like to use the compiled version instead the docker one that use the installer.
To do that, I’ve done the following:

git clone --branch rel/0.69.0 https://github.com/apache/incubator-streampipes.git
git branch – ok, it says * rel/0.69.0

Following the README:
mvn clean package
cd ui
npm install --legacy-peer-deps
npm run build --legacy-peer-deps

And then:
docker-compose up

Process comes up:
incubator-streampipes_ui_1                   incubator-streampipes_ui:release-validation                          Up 22 hours   80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
incubator-streampipes_backend_1              incubator-streampipes_backend:release-validation                     Up 22 hours   8030/tcp

And on the UI logging in I see that the version is 0.69.1-SNAPSHOT instead the stable version. I Imagine it is only some version file that must be fixed ?

Going on, I tried to compile the streampipes-extensions following the README but I have a build failure as seen in the attached file:
cd streampipes-extensions
mvn clean package

It seems to me again a problem with the version.

Thank you all for the great work!
Best regards,
Michele
Michele Canteri
_________________________________________________________________

GFT Italia S.r.l.
VIA SILE 18 / floor 4
20139 Milano, Italy

T +39 02 58158503
F      +39 02 58158621
Michele.Canteri@gft.com<ma...@gft.com>
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com<https://blog.gft.com/>
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>
<ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png><https://www.gft.com/it/it/index/societa/stampa/press-releases/2021/sostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future/>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE
Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.
In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
<SP-extensions-error.txt>


Re: Compiling source code

Posted by Patrick Wiener <wi...@apache.org>.
Hi Michele,

you can find the latest stable 0.69.0 release here:

https://github.com/apache/incubator-streampipes/releases <https://github.com/apache/incubator-streampipes/releases>

or here:

https://streampipes.apache.org/download.html <https://streampipes.apache.org/download.html>

Best
Patrick

> Am 06.04.2022 um 17:01 schrieb Canteri, Michele <Mi...@gft.com>:
> 
> Hi,
> We are working on the last stable version of SP and we would like to use the compiled version instead the docker one that use the installer.
> To do that, I’ve done the following:
>  
> git clone --branch rel/0.69.0 https://github.com/apache/incubator-streampipes.git <https://github.com/apache/incubator-streampipes.git>
> git branch – ok, it says * rel/0.69.0
>  
> Following the README:
> mvn clean package
> cd ui
> npm install --legacy-peer-deps
> npm run build --legacy-peer-deps
>  
> And then:
> docker-compose up
>  
> Process comes up:
> incubator-streampipes_ui_1                   incubator-streampipes_ui:release-validation                          Up 22 hours   80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
> incubator-streampipes_backend_1              incubator-streampipes_backend:release-validation                     Up 22 hours   8030/tcp
>  
> And on the UI logging in I see that the version is 0.69.1-SNAPSHOT instead the stable version. I Imagine it is only some version file that must be fixed ?
>  
> Going on, I tried to compile the streampipes-extensions following the README but I have a build failure as seen in the attached file:
> cd streampipes-extensions
> mvn clean package
>  
> It seems to me again a problem with the version.
>  
> Thank you all for the great work!
> Best regards,
> Michele
> Michele Canteri
> _________________________________________________________________
> 
> GFT Italia S.r.l.
> VIA SILE 18 / floor 4
> 20139 Milano, Italy
> 
> T +39 02 58158503
> F      +39 02 58158621
> Michele.Canteri@gft.com <ma...@gft.com>
> www.gft.com/it <http://www.gft.com/it>
> https://blog.gft.com <https://blog.gft.com/>
> https://www.linkedin.com/company/gft-group/ <https://www.linkedin.com/company/gft-group/>
> www.twitter.com/gft_it  <http://www.twitter.com/gft_it>
> <ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png> <https://www.gft.com/it/it/index/societa/stampa/press-releases/2021/sostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future/>
> 
> Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
> VAT Code and number of registration with the Companies' Register of Milan: 00819200478
> Corporate capital: Euro 1,000,000 fully paid-in
> 
> Company subject to the direction and coordination activity of GFT Technologies SE
> 
> Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda. 
> 
> In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
> _________________________________________________________________
> 
> <SP-extensions-error.txt>