Hi,
Here is the Release Guide.. Please Review and let me know?
http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide
--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw
Hi,
Here is the Release Guide.. Please Review and let me know?
http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide
--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw
Make sure it covers all the steps in the original release guide too.
http://docs.codehaus.org/display/GEOSDOC/Release+Guide
It also looks like you will have to manually set up the windows installer and put the notes back into the guide on how to do it. It is the most downloaded file so it needs to be there.
Brent Owens
(The Open Planning Project)
Clint Lewis wrote:
Hi,
Here is the Release Guide.. Please Review and let me know?
Great point. Does anyone object to having the installer be run manually? I know that it was sure a pain for me running on linux to have it there. Even on windows I could never get it to work properly.
-Justin
Brent Owens wrote:
Make sure it covers all the steps in the original release guide too.
http://docs.codehaus.org/display/GEOSDOC/Release+Guide
It also looks like you will have to manually set up the windows installer and put the notes back into the guide on how to do it. It is the most downloaded file so it needs to be there.Brent Owens
(The Open Planning Project)Clint Lewis wrote:
Hi,
Here is the Release Guide.. Please Review and let me know?
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
It would be great if we could have it the way it is now on 1.1, just hitting release-all and it is all made for you. Maybe maven can call an ant task that does this? Might be too complicated then, but probably less complicated than all by hand. You have to copy several files to certain locations and have to remember to do that each time. Automating it has been nice.
Brent Owens
(The Open Planning Project)
Justin Deoliveira wrote:
Great point. Does anyone object to having the installer be run manually? I know that it was sure a pain for me running on linux to have it there. Even on windows I could never get it to work properly.
-Justin
Brent Owens wrote:
Make sure it covers all the steps in the original release guide too.
http://docs.codehaus.org/display/GEOSDOC/Release+Guide
It also looks like you will have to manually set up the windows installer and put the notes back into the guide on how to do it. It is the most downloaded file so it needs to be there.Brent Owens
(The Open Planning Project)Clint Lewis wrote:
Hi,
Here is the Release Guide.. Please Review and let me know?
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
It would not be hard to write a little maven plugin to do this. What I would need is an ant script that actually works. I dont expect it to work on linux but do expect it to work out of the box on windows. To this date I have not been able to acheive this. I think the problem lies is the version of NSIS being used. Last time I tried to release of trunk and build an installer I spent a lot of time trying to figure out which version actually works with the release script.
-Justin
Brent Owens wrote:
It would be great if we could have it the way it is now on 1.1, just hitting release-all and it is all made for you. Maybe maven can call an ant task that does this? Might be too complicated then, but probably less complicated than all by hand. You have to copy several files to certain locations and have to remember to do that each time. Automating it has been nice.
Brent Owens
(The Open Planning Project)Justin Deoliveira wrote:
Great point. Does anyone object to having the installer be run manually? I know that it was sure a pain for me running on linux to have it there. Even on windows I could never get it to work properly.
-Justin
Brent Owens wrote:
Make sure it covers all the steps in the original release guide too.
http://docs.codehaus.org/display/GEOSDOC/Release+Guide
It also looks like you will have to manually set up the windows installer and put the notes back into the guide on how to do it. It is the most downloaded file so it needs to be there.Brent Owens
(The Open Planning Project)Clint Lewis wrote:
Hi,
Here is the Release Guide.. Please Review and let me know?
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
Brent Owens wrote:
Make sure it covers all the steps in the original release guide too.
http://docs.codehaus.org/display/GEOSDOC/Release+Guide
It also looks like you will have to manually set up the windows installer and put the notes back into the guide on how to do it. It is the most downloaded file so it needs to be there.
Sorry Brent, Justin gave us different instructions - he is trying to capture the maven instructions under development here and save community procedures for later.
Jody
I'm using NSIS version 2.11. But I think most 2.x versions work.
Remember that it needs an environment variable set up called NSIS_PATH that points to the root directory of your NSIS install.
Also, the filenames in the nsi scrip need to match the filenames output from the ant scripts: usually this means changing the version number in the nsi script.
If you have any issues drop me an email and I will try to walk you through it.
Brent Owens
(The Open Planning Project)
Justin Deoliveira wrote:
It would not be hard to write a little maven plugin to do this. What I would need is an ant script that actually works. I dont expect it to work on linux but do expect it to work out of the box on windows. To this date I have not been able to acheive this. I think the problem lies is the version of NSIS being used. Last time I tried to release of trunk and build an installer I spent a lot of time trying to figure out which version actually works with the release script.
-Justin
Brent Owens wrote:
It would be great if we could have it the way it is now on 1.1, just hitting release-all and it is all made for you. Maybe maven can call an ant task that does this? Might be too complicated then, but probably less complicated than all by hand. You have to copy several files to certain locations and have to remember to do that each time. Automating it has been nice.
Brent Owens
(The Open Planning Project)Justin Deoliveira wrote:
Great point. Does anyone object to having the installer be run manually? I know that it was sure a pain for me running on linux to have it there. Even on windows I could never get it to work properly.
-Justin
Brent Owens wrote:
Make sure it covers all the steps in the original release guide too.
http://docs.codehaus.org/display/GEOSDOC/Release+Guide
It also looks like you will have to manually set up the windows installer and put the notes back into the guide on how to do it. It is the most downloaded file so it needs to be there.Brent Owens
(The Open Planning Project)Clint Lewis wrote:
Hi,
Here is the Release Guide.. Please Review and let me know?
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel