[GeoNetwork-users] building latest 'stable'

Hi

I wish to build and customise the 'latest stable' version off the
geonetwork repo. I think that means the 2.10.X series.

However I am having issues replicating the instructions here:
http://geonetwork-opensource.org/manuals/2.10.4/eng/developer/development/index.html#check-out-source-code

here is the build log
https://cgsrv8.arrc.csiro.au/jenkins/job/Geonetwork-2.10/1481/console

What steps am I missing or is the code I am getting not able to be built
like this?

Regards
Terry

Hi Terry

I had the same problem you are experiencing when building the dev branch. In my case I had to add a new repository for saxon9.1.0.b-patch to the first level pom ( https://github.com/geonetwork/core-geonetwork/blob/develop/pom.xml ):

<repository>

<id>dev.mapfish.org</id>
<name>Repository that has saxon9.1.0.8b-patch</name>
<url>http://dev.mapfish.org/maven/repository&lt;/url&gt;
</repository>

Hope it helps

Alvaro

--
Álvaro Martín Oliva
Nevintec Sistemas, S.L.
C/ Téllez, 30 - Oficina 2 - 2
28007 Madrid
Tlfno.: 91 221 10 60 / 91 221 09 10
http://www.nevintec.com

----- Original Message -----

From: "Terry Rankine" <Terry.Rankine@anonymised.com>
To: GeoNetwork-users@lists.sourceforge.net
Sent: Thursday, March 26, 2015 1:20:29 AM
Subject: [GeoNetwork-users] building latest 'stable'

Hi

I wish to build and customise the 'latest stable' version off the
geonetwork repo. I think that means the 2.10.X series.

However I am having issues replicating the instructions here:
http://geonetwork-opensource.org/manuals/2.10.4/eng/developer/development/index.html#check-out-source-code

here is the build log
https://cgsrv8.arrc.csiro.au/jenkins/job/Geonetwork-2.10/1481/console

What steps am I missing or is the code I am getting not able to be built
like this?

Regards
Terry
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
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

It comes from missing the following
git submodule init
git submodule update
setps

OR for jenkins - the 'recursive submodule update/checkout box'
https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin
Recursive submodules
The GIT plugin supports repositories with submodules which in turn have
submodules themselves. This must be turned on though: in Job
Configuration -> Section Source Code Management, Git -> Advanced Button
(under Branches to build) -> Recursively update submodules.

So - The geonetwork webpage needs an update (as did my thinking...)

Terry

On Mon, 2015-03-30 at 06:36 +0000, Martín Oliva, Álvaro wrote:

Hi Terry

I had the same problem you are experiencing when building the dev
branch. In my case I had to add a new repository for
saxon9.1.0.b-patch to the first level pom
(https://github.com/geonetwork/core-geonetwork/blob/develop/pom.xml):

<repository>
  <id>dev.mapfish.org</id>
  <name>Repository that has saxon9.1.0.8b-patch</name>
  <url>http://dev.mapfish.org/maven/repository&lt;/url&gt;
</repository>

Hope it helps

Alvaro

--
Álvaro Martín Oliva
Nevintec Sistemas, S.L.
C/ Téllez, 30 - Oficina 2 - 2
28007 Madrid
Tlfno.: 91 221 10 60 / 91 221 09 10

http://www.nevintec.com

______________________________________________________________________
From: "Terry Rankine" <Terry.Rankine@...448...>
To: GeoNetwork-users@lists.sourceforge.net
Sent: Thursday, March 26, 2015 1:20:29 AM
Subject: [GeoNetwork-users] building latest 'stable'

Hi

I wish to build and customise the 'latest stable' version off the
geonetwork repo. I think that means the 2.10.X series.

However I am having issues replicating the instructions here:
http://geonetwork-opensource.org/manuals/2.10.4/eng/developer/development/index.html#check-out-source-code

here is the build log
https://cgsrv8.arrc.csiro.au/jenkins/job/Geonetwork-2.10/1481/console

What steps am I missing or is the code I am getting not able to be
built
like this?

Regards
Terry
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website,
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub
for all
things parallel software development, from weekly thought leadership
blogs to
news, videos, case studies, tutorials and more. Take a look and join
the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
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