Hi,
I wonder why GNOS 3.0.x (as well as other branches) seems not to build
since weeks:
https://travis-ci.org/geonetwork/core-geonetwork/branches
What is the reason for that?
Marco
--
Dr. Marco Lechner
Bundesamt fuer Strahlenschutz / Federal Office for Radiation Protection
SW2.1 Koordination Notfallschutzsysteme / Coordination Emergency Systems
Rosastrasse 9 | D-79098 Freiburg | Germany
mlechner@anonymised.com | +49 (0)3018 333 6724 | www.bfs.de
--
Hinweis zu Anhängen die auf .p7m/.p7c/.p7s oder .asc/.asc.sig enden:
Die .p7?- und .asc-Dateien sind ungefährliche Signaturdateien (digitale
Unterschriften).
In E-Mail-Clients mit S/MIME Konfiguration (.p7?) oder PGP-Erweiterung
(.asc) dienen sie zur:
- - Überprüfung des Absenders
- - Überprüfung einer evtl. Veränderung des Inhalts während der
Übermittlung über das Internet
Die Signaturdateien können ebenso dazu verwendet werden dem Absender
dieser Signatur eine E-Mail mit verschlüsseltem Inhalt zu senden.
In E-Mail-Clients ohne S/MIME Konfiguration oder PGP-Erweiterung
erscheinen die Dateien als Anhang und können ignoriert werden.
Hi Marco,
I recently build 3.0.x branch as well as develop without issues. However, are these the issues you're having? https://github.com/geonetwork/core-geonetwork/issues/1128
If so, at some point my build loaded all the jar's (later it didn't...) and I provided the user asking that question with them and that workaround worked for him at least.
Cheers,
Christian
Am 22.09.2015 um 15:39 schrieb Dr. Marco Lechner:
Hi,
I wonder why GNOS 3.0.x (as well as other branches) seems not to build
since weeks:
https://travis-ci.org/geonetwork/core-geonetwork/branches
What is the reason for that?
Marco
------------------------------------------------------------------------------
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi Christian,
it's not that I can not build GNOS, but the travis (see link) says
Geonetwork does not build since weeks.
Marco
--
Dr. Marco Lechner
Bundesamt fuer Strahlenschutz / Federal Office for Radiation Protection
SW2.1 Koordination Notfallschutzsysteme / Coordination Emergency Systems
Rosastrasse 9 | D-79098 Freiburg | Germany
mlechner@anonymised.com | +49 (0)3018 333 6724 | www.bfs.de
--
Hinweis zu Anhängen die auf .p7m/.p7c/.p7s oder .asc/.asc.sig enden:
Die .p7?- und .asc-Dateien sind ungefährliche Signaturdateien (digitale
Unterschriften).
In E-Mail-Clients mit S/MIME Konfiguration (.p7?) oder PGP-Erweiterung
(.asc) dienen sie zur:
- - Überprüfung des Absenders
- - Überprüfung einer evtl. Veränderung des Inhalts während der
Übermittlung über das Internet
Die Signaturdateien können ebenso dazu verwendet werden dem Absender
dieser Signatur eine E-Mail mit verschlüsseltem Inhalt zu senden.
In E-Mail-Clients ohne S/MIME Konfiguration oder PGP-Erweiterung
erscheinen die Dateien als Anhang und können ignoriert werden.
Am 22.09.2015 um 16:14 schrieb Christian Seip:
Hi Marco,
I recently build 3.0.x branch as well as develop without issues.
However, are these the issues you're having?
https://github.com/geonetwork/core-geonetwork/issues/1128
If so, at some point my build loaded all the jar's (later it didn't...)
and I provided the user asking that question with them and that
workaround worked for him at least.
Cheers,
Christian
Am 22.09.2015 um 15:39 schrieb Dr. Marco Lechner:
Hi,
I wonder why GNOS 3.0.x (as well as other branches) seems not to build
since weeks:
https://travis-ci.org/geonetwork/core-geonetwork/branches
What is the reason for that?
Marco
------------------------------------------------------------------------------
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
------------------------------------------------------------------------------
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi Marco,
I don't get it, I don't know what Travis is, but the log clearly states the problem?!
"[ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:2.5.3:check (default) on project common: failed with 1 bugs and 0 errors -> [Help 1]"
and even mentions help for that: "[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException"
That means that the findbugs plugin is running into errors, GN describes here: https://github.com/geonetwork/core-geonetwork/tree/develop/software_development#code-quality-tools-and-maven
what to do. I haven't tested if the "-DskipTests" parameter alone really helps and thus modified code_quality/findbugs-excludes.xml. I've done that through repeadtly using "mvn findbugs:gui".
Cheers,
Christian
Am 23.09.2015 um 09:28 schrieb Dr. Marco Lechner:
Hi Christian,
it's not that I can not build GNOS, but the travis (see link) says
Geonetwork does not build since weeks.
Marco
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi Christian,
Travis is a tool like jenkins to do continous integration. E.g. it
starts buildjobs automatically on a new commit and sends a message sif
anything goes wrong (or even on success if configured). Usally projects
or companies run such a server to show if there recent code commits
brake anything or cause problems on build processes. travis-ci.org is a
portal providing travis infrastructure if you do not want to run your
own server (like github if you do not want to run your own git-server).
I expected that the on found on travis-ci.org
(https://travis-ci.org/geonetwork/core-geonetwork) is the "official"
CI-place for Geonetwork. If this is true, the "official" geonetwork-CI
says since weeks that there are problems in building Geonetwork. In my
opinion this is a case the community/project should take care of.
If there is a bug in the code found by find-bugs on compile (as you
reference below) the bug should be fixed or if it is some kind of
false-positive the fix should be modifiying the findbugs-excludes.xml
(and therefore your "fix" should be in the main code).
Best regards and no offence.
Marco
--
Dr. Marco Lechner
Bundesamt fuer Strahlenschutz / Federal Office for Radiation Protection
SW2.1 Koordination Notfallschutzsysteme / Coordination Emergency Systems
Rosastrasse 9 | D-79098 Freiburg | Germany
mlechner@anonymised.com | +49 (0)3018 333 6724 | www.bfs.de
--
Hinweis zu Anhängen die auf .p7m/.p7c/.p7s oder .asc/.asc.sig enden:
Die .p7?- und .asc-Dateien sind ungefährliche Signaturdateien (digitale
Unterschriften).
In E-Mail-Clients mit S/MIME Konfiguration (.p7?) oder PGP-Erweiterung
(.asc) dienen sie zur:
- - Überprüfung des Absenders
- - Überprüfung einer evtl. Veränderung des Inhalts während der
Übermittlung über das Internet
Die Signaturdateien können ebenso dazu verwendet werden dem Absender
dieser Signatur eine E-Mail mit verschlüsseltem Inhalt zu senden.
In E-Mail-Clients ohne S/MIME Konfiguration oder PGP-Erweiterung
erscheinen die Dateien als Anhang und können ignoriert werden.
Am 23.09.2015 um 09:53 schrieb Christian Seip:
Hi Marco,
I don't get it, I don't know what Travis is, but the log clearly states
the problem?!
"[ERROR] Failed to execute goal
org.codehaus.mojo:findbugs-maven-plugin:2.5.3:check (default) on project
common: failed with 1 bugs and 0 errors -> [Help 1]"
and even mentions help for that: "[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException"
That means that the findbugs plugin is running into errors, GN describes
here:
https://github.com/geonetwork/core-geonetwork/tree/develop/software_development#code-quality-tools-and-maven
what to do. I haven't tested if the "-DskipTests" parameter alone really
helps and thus modified code_quality/findbugs-excludes.xml. I've done
that through repeadtly using "mvn findbugs:gui".
Cheers,
Christian
Am 23.09.2015 um 09:28 schrieb Dr. Marco Lechner:
Hi Christian,
it's not that I can not build GNOS, but the travis (see link) says
Geonetwork does not build since weeks.
Marco
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi Marco,
this is more or less a topic I already brought up a couple of weeks ago in the
devel mailing list (see https://github.com/geonetwork/core-
geonetwork/issues/1176) and fixed with this PR
https://github.com/geonetwork/core-geonetwork/pull/1177
(you can see in fact this PR passes the travis checks.)
Let's say, the PR is more a temporary workaround than a final solution, that's
why I proposed it as a PR instead of committing directly the changes.
It's temporary because it only lifts some blockers (e.g. adding @Ignore to
tests; you can read the comments in #1176), but then more work will be
required to fix all the tests and findbug issues.
I'll ping the devel mailing list about this.
Cheers,
Emanuele
Alle 11:18:55 di Wednesday 23 September 2015, Dr. Marco Lechner ha scritto:
Hi Christian,
Travis is a tool like jenkins to do continous integration. E.g. it
starts buildjobs automatically on a new commit and sends a message sif
anything goes wrong (or even on success if configured). Usally projects
or companies run such a server to show if there recent code commits
brake anything or cause problems on build processes. travis-ci.org is a
portal providing travis infrastructure if you do not want to run your
own server (like github if you do not want to run your own git-server).
I expected that the on found on travis-ci.org
(https://travis-ci.org/geonetwork/core-geonetwork) is the "official"
CI-place for Geonetwork. If this is true, the "official" geonetwork-CI
says since weeks that there are problems in building Geonetwork. In my
opinion this is a case the community/project should take care of.
If there is a bug in the code found by find-bugs on compile (as you
reference below) the bug should be fixed or if it is some kind of
false-positive the fix should be modifiying the findbugs-excludes.xml
(and therefore your "fix" should be in the main code).
Best regards and no offence.
Marco
> Hi Marco,
>
> I don't get it, I don't know what Travis is, but the log clearly states
> the problem?!
> "[ERROR] Failed to execute goal
> org.codehaus.mojo:findbugs-maven-plugin:2.5.3:check (default) on project
> common: failed with 1 bugs and 0 errors -> [Help 1]"
> and even mentions help for that: "[ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException"
> That means that the findbugs plugin is running into errors, GN describes
> here:
> https://github.com/geonetwork/core-geonetwork/tree/develop/software_devel
> opment#code-quality-tools-and-maven what to do. I haven't tested if the
> "-DskipTests" parameter alone really helps and thus modified
> code_quality/findbugs-excludes.xml. I've done that through repeadtly
> using "mvn findbugs:gui".
>
> Cheers,
> Christian
>
> Am 23.09.2015 um 09:28 schrieb Dr. Marco Lechner:
>> Hi Christian,
>>
>> it's not that I can not build GNOS, but the travis (see link) says
>> Geonetwork does not build since weeks.
>>
>> Marco
>>
>>
>>
>> ------------------------------------------------------------------------
>> ------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
>> Get real-time metrics from all of your servers, apps and tools
>> in one place.
>> SourceForge users - Click here to start your Free Trial of Datadog now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
>>
>>
>> _______________________________________________
>> GeoNetwork-users mailing list
>> GeoNetwork-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
>> GeoNetwork OpenSource is maintained at
>> http://sourceforge.net/projects/geonetwork
>
> -------------------------------------------------------------------------
> ----- Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> Get real-time metrics from all of your servers, apps and tools
> in one place.
> SourceForge users - Click here to start your Free Trial of Datadog now!
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
> _______________________________________________
> GeoNetwork-users mailing list
> GeoNetwork-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> GeoNetwork OpenSource is maintained at
> http://sourceforge.net/projects/geonetwork
--
GeoServer Professional Services from the experts!
Visit http://goo.gl/NWWaa2 for more information.
Ing. Emanuele Tajariol
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 380 2116282
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
Hi all,
ok, I merged the PR.
It seems that we have travis back to green, at least on the 3.0.x branch.
As I said, this is just a temporary solutions, since bad tests are simply
being @ignored.
Cheers,
Emanuele
Alle 10:33:51 di Thursday 24 September 2015, Emanuele Tajariol ha scritto:
Hi Marco,
this is more or less a topic I already brought up a couple of weeks ago in
the devel mailing list (see https://github.com/geonetwork/core-
geonetwork/issues/1176) and fixed with this PR
https://github.com/geonetwork/core-geonetwork/pull/1177
(you can see in fact this PR passes the travis checks.)
Let's say, the PR is more a temporary workaround than a final solution,
that's why I proposed it as a PR instead of committing directly the
changes. It's temporary because it only lifts some blockers (e.g. adding
@Ignore to tests; you can read the comments in #1176), but then more work
will be required to fix all the tests and findbug issues.
I'll ping the devel mailing list about this.
Cheers,
Emanuele
Alle 11:18:55 di Wednesday 23 September 2015, Dr. Marco Lechner ha scritto:
> Hi Christian,
>
> Travis is a tool like jenkins to do continous integration. E.g. it
> starts buildjobs automatically on a new commit and sends a message sif
> anything goes wrong (or even on success if configured). Usally projects
> or companies run such a server to show if there recent code commits
> brake anything or cause problems on build processes. travis-ci.org is a
> portal providing travis infrastructure if you do not want to run your
> own server (like github if you do not want to run your own git-server).
> I expected that the on found on travis-ci.org
> (https://travis-ci.org/geonetwork/core-geonetwork) is the "official"
> CI-place for Geonetwork. If this is true, the "official" geonetwork-CI
> says since weeks that there are problems in building Geonetwork. In my
> opinion this is a case the community/project should take care of.
>
> If there is a bug in the code found by find-bugs on compile (as you
> reference below) the bug should be fixed or if it is some kind of
> false-positive the fix should be modifiying the findbugs-excludes.xml
> (and therefore your "fix" should be in the main code).
>
> Best regards and no offence.
>
> Marco
>
> > Hi Marco,
> >
> > I don't get it, I don't know what Travis is, but the log clearly states
> > the problem?!
> > "[ERROR] Failed to execute goal
> > org.codehaus.mojo:findbugs-maven-plugin:2.5.3:check (default) on
> > project common: failed with 1 bugs and 0 errors -> [Help 1]"
> > and even mentions help for that: "[ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> > " That means that the findbugs plugin is running into errors, GN
> > describes here:
> > https://github.com/geonetwork/core-geonetwork/tree/develop/software_dev
> > el opment#code-quality-tools-and-maven what to do. I haven't tested if
> > the "-DskipTests" parameter alone really helps and thus modified
> > code_quality/findbugs-excludes.xml. I've done that through repeadtly
> > using "mvn findbugs:gui".
> >
> > Cheers,
> > Christian
> >
> > Am 23.09.2015 um 09:28 schrieb Dr. Marco Lechner:
> >> Hi Christian,
> >>
> >> it's not that I can not build GNOS, but the travis (see link) says
> >> Geonetwork does not build since weeks.
> >>
> >> Marco
> >>
> >>
> >>
> >> ----------------------------------------------------------------------
> >> -- ------ Monitor Your Dynamic Infrastructure at Any Scale With
> >> Datadog! Get real-time metrics from all of your servers, apps and
> >> tools in one place.
> >> SourceForge users - Click here to start your Free Trial of Datadog
> >> now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
> >>
> >>
> >> _______________________________________________
> >> GeoNetwork-users mailing list
> >> GeoNetwork-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> >> GeoNetwork OpenSource is maintained at
> >> http://sourceforge.net/projects/geonetwork
> >
> > -----------------------------------------------------------------------
> > -- ----- Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> > Get real-time metrics from all of your servers, apps and tools in one
> > place.
> > SourceForge users - Click here to start your Free Trial of Datadog now!
> > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
> > _______________________________________________
> > GeoNetwork-users mailing list
> > GeoNetwork-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> > GeoNetwork OpenSource is maintained at
> > http://sourceforge.net/projects/geonetwork
--
GeoServer Professional Services from the experts!
Visit http://goo.gl/NWWaa2 for more information.
Ing. Emanuele Tajariol
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 380 2116282
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------