[GeoNetwork-users] Loading UKLP over GN

I am trying to use Cygwin to load the UKMetadataEditorCustomisations over the
top of my GeoNetwork install. I have hit an error that I cannot seem to get
around.

Instructions state:
1) Run the ukmetadataeditorcustomiser.sh file.
2) Please give the locations of the geonetwork.war file (or geonetwork
folder) and the OSCustomisation.zip file.

Instruction 2 is where I am having a problem, does anyone know the syntax I
should use to pass these two parameters, I have tried:
$ UKMetadataEditorCustomisations/OSCustomisation.zip
and this is the error I get:
-sh: UKMetadataEditorCustomisations/OSCustomisation.zip: cannot execute
binary file

Any help would be very much appreciated !!

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Loading-UKLP-over-GN-tp5033042.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

** FIX **

After a little more digging and help I managed to install UKLP over the top
of GeoNetwork.

Steps:
1) Download Cygwin

The ukmetadataeditorcustomers.sh script is expecting two parameters. The
first should be the address of the geonetwork install, and the second should
be the location of the OSCustomisation.zip file. The command would then
look roughly like:

2) Enter in the following script, replacing with your own path extensions.
My file path for GeoNetwork included spaces, which Cygwin does not like so
you have to place the value within a variable as shown below:
$ winhome="Program Files/Apache Software Foundation/Tomcat
7.0/webapps/geonetwork"

3) Enter in the following string, you will see the variable in there:
$ UKMetadataEditorCustomisations/ukmetadataeditorcustomiser.sh "$winhome"
./UKMetadataEditorCustomisations/OSCustomisation.zip

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Loading-UKLP-over-GN-tp5033042p5033119.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.