[Geoserver-devel] Geoserver Installer

Hi,

I have successfully run the geoserver installation program NSIS, I have to change the installation script a bit.. Here are my changes:

It required the following files which was missing, should these files be added or are they there that I need to copy over?? Please advise,

    * #File /r documents
    * #File /a README.txt
    * #File /a RUNNING.txt
    * #File /r server

--
Kind Regards
Clint Lewis

Ok, some of these files still need to be copied over form the 1.3.x branch.

README.txt, and RUNNING.txt need to do in "release", anaded to release/bin.xml

server needs to be replaced with webapp/geoserver

For documents, you need to add a fileSet to release/bin.xml, and release/doc.xml to pick up everything in release/docs.

-Justin

Clint Lewis wrote:

Hi,

I have successfully run the geoserver installation program NSIS, I have to change the installation script a bit.. Here are my changes:

It required the following files which was missing, should these files be added or are they there that I need to copy over?? Please advise,

   * #File /r documents
   * #File /a README.txt
   * #File /a RUNNING.txt
   * #File /r server

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com

Those files are needed, so just copy them over. I also noticed that they were missing and have it changed here on the branch I am working on. I just changed the ant script to copy those files over.

Brent Owens
(The Open Planning Project)

Clint Lewis wrote:

Hi,

I have successfully run the geoserver installation program NSIS, I have to change the installation script a bit.. Here are my changes:

It required the following files which was missing, should these files be added or are they there that I need to copy over?? Please advise,

   * #File /r documents
   * #File /a README.txt
   * #File /a RUNNING.txt
   * #File /r server