[Geoserver-devel] Release Guide

Hi,

There Release Guide has been updated please review and let me know..

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide

--
Kind Regards
Clint Lewis

I made a release but Jetty didn’t come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear?

Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know…

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide


Kind Regards
Clint Lewis


Geoserver-devel mailing list
Geoserver-devel@anonymised.comrceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

just so you know. I’m on the 1.4.x branch and just ran mvn clean assembly:assembly. I got the 4 zip files but when I unzipped the -bin.zip file I just had bin, etc, logs, webapps, license.txt and start.jar. When I run start.sh or start.jar I get the following exception:

java.lang.ClassNotFoundException: org.mortbay.xml.XmlConfiguration
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.mortbay.start.Main.invokeMain(Main.java:167)
at org.mortbay.start.Main.start(Main.java:508)
at org.mortbay.start.Main.main(Main.java:116)

Cheers,

Jesse

On 2-Jun-06, at 3:55 PM, Jesse Eichar wrote:

I made a release but Jetty didn’t come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear?

Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know…

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide


Kind Regards
Clint Lewis


Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Geoserver-devel mailing list
Geoserver-devel@anonymised.come.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

You will need to run mvn org.codehaus.mojo:dependency-maven-plugin:copy-dependencies to download the appropiate jars namely Jetty. I have updated the Release Guide to explain this.

Thanks

Jesse Eichar wrote:

I made a release but Jetty didn't come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear?

Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know..

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide

--
Kind Regards
Clint Lewis

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net <mailto:Geoserver-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

Sorry I have updated the http://docs.codehaus.org/display/GEOSDEV/2+Deploying to include this instruction.
Clint Lewis wrote:

You will need to run mvn org.codehaus.mojo:dependency-maven-plugin:copy-dependencies to download the appropiate jars namely Jetty. I have updated the Release Guide to explain this.

Thanks

Jesse Eichar wrote:

I made a release but Jetty didn't come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear? Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know..

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide

--
Kind Regards
Clint Lewis

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net <mailto:Geoserver-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

Hi Jesse,

This is related to your previous mail, please see that mail.

--
Kind Regards
Clint Lewis

Jesse Eichar wrote:

just so you know. I'm on the 1.4.x branch and just ran mvn clean assembly:assembly. I got the 4 zip files but when I unzipped the -bin.zip file I just had bin, etc, logs, webapps, license.txt and start.jar. When I run start.sh or start.jar I get the following exception:

java.lang.ClassNotFoundException: org.mortbay.xml.XmlConfiguration
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at org.mortbay.start.Main.invokeMain(Main.java:167)
        at org.mortbay.start.Main.start(Main.java:508)
        at org.mortbay.start.Main.main(Main.java:116)

Cheers,

Jesse

On 2-Jun-06, at 3:55 PM, Jesse Eichar wrote:

I made a release but Jetty didn't come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear?

Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know..

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide

--
Kind Regards
Clint Lewis

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net <mailto:Geoserver-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net <mailto:Geoserver-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
  

I would like to remove this requirement and attach the goal to the install phase. Any progress on that front?

Clint Lewis wrote:

You will need to run mvn org.codehaus.mojo:dependency-maven-plugin:copy-dependencies to download the appropiate jars namely Jetty. I have updated the Release Guide to explain this.

Thanks

Jesse Eichar wrote:

I made a release but Jetty didn't come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear?

Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know..

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide

--
Kind Regards
Clint Lewis

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net <mailto:Geoserver-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

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

No progress on this, I need to add this still.

Justin Deoliveira wrote:

I would like to remove this requirement and attach the goal to the install phase. Any progress on that front?

Clint Lewis wrote:

You will need to run mvn org.codehaus.mojo:dependency-maven-plugin:copy-dependencies to download the appropiate jars namely Jetty. I have updated the Release Guide to explain this.

Thanks

Jesse Eichar wrote:

I made a release but Jetty didn't come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear? Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know..

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide

--
Kind Regards
Clint Lewis

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net <mailto:Geoserver-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

Hi all,

Ok, it actually is there but the reason its not working is that you need to run the install phase manually.

So the command becomes:

mvn -DconfigId=release clean install assembly:assembly

Is there is a problem in that this will build twice but we can figure out a better solution later.

Note: the -DconfigId things makes sure the resulting release has the correct configuration, ie predefined demos, etc...

I have update the release docs:

http://docs.codehaus.org/display/GEOSDEV/7+Releasing

Clint Lewis wrote:

No progress on this, I need to add this still.

Justin Deoliveira wrote:

I would like to remove this requirement and attach the goal to the install phase. Any progress on that front?

Clint Lewis wrote:

You will need to run mvn org.codehaus.mojo:dependency-maven-plugin:copy-dependencies to download the appropiate jars namely Jetty. I have updated the Release Guide to explain this.

Thanks

Jesse Eichar wrote:

I made a release but Jetty didn't come along in the geoserver-bin.zip file is there something special I have to do to make it magically appear? Jesse

n 31-May-06, at 3:10 AM, Clint Lewis wrote:

Hi,

There Release Guide has been updated please review and let me know..

http://docs.codehaus.org/display/GEOSDEV/7+Release+Guide

--
Kind Regards
Clint Lewis

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net <mailto:Geoserver-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

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