I have created a new GEP 2.1.2 staging site: http://people.apache.org/~tkirby/releases/2.1.2/RC1/staging_site/eclipse/updates/
This site reflects the directory structure of the production site: http://www.apache.org/dist/geronimo/eclipse/updates/ (The site actually starts at http://www.apache.org/dist/geronimo/eclipse/updates/) This will allow us to fully test GEP function (specifically, server download, even via the notorious "Download and Install" button :-) ) for release votes prior to going live to production. (I put the 7/11 nightly build version of the servers on the site.) Two changes will be required prior to going live: The usual plugins/*st.vxx.core/plugin.xml file with the update site location. :-( The site.xml file: add in the mirrorsURL attribute to the <site> element at the top. (I had to disable this to get "Download and Install" to work, otherwise it tried to install 2.1.2 servers from mirrors that obviously did not have them.) I think these changes and using this structure will improve and streamline our GEP release process. Ted Kirby ---------- Forwarded message ---------- From: <[EMAIL PROTECTED]> Date: Sat, Jul 12, 2008 at 4:19 PM Subject: svn commit: r676232 - in /geronimo/devtools/eclipse-plugin/trunk: assembly/src/main/assembly/site.xml plugins/org.apache.geronimo.st.v20.core/plugin.xml plugins/org.apache.geronimo.st.v21.core/plugin.xml To: [EMAIL PROTECTED] Author: tkirby Date: Sat Jul 12 13:19:30 2008 New Revision: 676232 URL: http://svn.apache.org/viewvc?rev=676232&view=rev Log: fix site.xml for 2.1.2 Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/plugin.xml Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml?rev=676232&r1=676231&r2=676232&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml Sat Jul 12 13:19:30 2008 @@ -18,7 +18,7 @@ <!-- @version $Rev$ $Date$ --> -<site mirrorsURL="http://geronimo.apache.org/devtools/geronimo-eclipse-update--xml.cgi"> +<site> <description>Apache Geronimo Eclipse Update Site</description> @@ -123,8 +123,8 @@ <archive path="features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1/geronimo-jetty6-jee5-2.0.1.zip" url="../../2.0.1/geronimo-jetty6-jee5-2.0.1-bin.zip"/> <archive path="features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0/geronimo-jetty6-javaee5-2.1.zip" url="../../2.1/geronimo-jetty6-javaee5-2.1-bin.zip"/> <archive path="features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1/geronimo-jetty6-javaee5-2.1.1.zip" url="../../2.1.1/geronimo-jetty6-javaee5-2.1.1-bin.zip"/> - <archive path="features/org.apache.geronimo.server.jetty.v20.feature_2.1.2/geronimo-jetty6-jee5-2.0.1.zip" url="../../2.1/geronimo-jetty6-javaee5-2.1.2-bin.zip"/> - <archive path="features/org.apache.geronimo.server.jetty.v21.feature_2.1.2/geronimo-jetty6-javaee5-2.1.2.zip" url="../../2.1/geronimo-jetty6-javaee5-2.1.2-bin.zip"/> + <archive path="features/org.apache.geronimo.server.jetty.v20.feature_2.1.2/geronimo-jetty6-jee5-2.0.2.zip" url="../../2.0.2/geronimo-jetty6-javaee5-2.0.2-bin.zip"/> + <archive path="features/org.apache.geronimo.server.jetty.v21.feature_2.1.2/geronimo-jetty6-javaee5-2.1.2.zip" url="../../2.1.2/geronimo-jetty6-javaee5-2.1.2-bin.zip"/> <!-- @@ -163,7 +163,7 @@ <archive path="features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1/geronimo-tomcat6-jee5-2.0.1.zip" url="../../2.0.1/geronimo-tomcat6-jee5-2.0.1-bin.zip"/> <archive path="features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0/geronimo-tomcat6-javaee5-2.1.zip" url="../../2.1/geronimo-tomcat6-javaee5-2.1-bin.zip"/> <archive path="features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1/geronimo-tomcat6-javaee5-2.1.1.zip" url="../../2.1.1/geronimo-tomcat6-javaee5-2.1.1-bin.zip"/> - <archive path="features/org.apache.geronimo.server.tomcat.v20.feature_2.1.2/geronimo-tomcat6-jee5-2.0.2.zip" url="../../2.0.2/geronimo-tomcat6-jee5-2.0.2.zip"/> + <archive path="features/org.apache.geronimo.server.tomcat.v20.feature_2.1.2/geronimo-tomcat6-jee5-2.0.2.zip" url="../../2.0.2/geronimo-tomcat6-jee5-2.0.2-bin.zip"/> <archive path="features/org.apache.geronimo.server.tomcat.v21.feature_2.1.2/geronimo-tomcat6-javaee5-2.1.2.zip" url="../../2.1.2/geronimo-tomcat6-javaee5-2.1.2-bin.zip"/> </site> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml?rev=676232&r1=676231&r2=676232&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml Sat Jul 12 13:19:30 2008 @@ -62,13 +62,13 @@ <installableRuntime id="org.apache.geronimo.runtime.tomcat.20" featureVersion="2.1.2" featureId="org.apache.geronimo.server.tomcat.v20.feature" - featureSite="http://people.apache.org/~mcconne/releases/2.1.2/RC1/staging_site/" + featureSite="http://people.apache.org/~tkirby/releases/2.1.2/RC1/staging_site/eclipse/updates/" path="geronimo-tomcat6-jee5-2.0.2.zip"> </installableRuntime> <installableRuntime id="org.apache.geronimo.runtime.jetty.20" featureVersion="2.1.2" featureId="org.apache.geronimo.server.jetty.v20.feature" - featureSite="http://people.apache.org/~mcconne/releases/2.1.2/RC1/staging_site/" + featureSite="http://people.apache.org/~tkirby/releases/2.1.2/RC1/staging_site/eclipse/updates/" path="geronimo-jetty6-jee5-2.0.2.zip"> </installableRuntime> </extension> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/plugin.xml?rev=676232&r1=676231&r2=676232&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/plugin.xml Sat Jul 12 13:19:30 2008 @@ -81,13 +81,13 @@ <installableRuntime id="org.apache.geronimo.runtime.tomcat.21" featureVersion="2.1.2" featureId="org.apache.geronimo.server.tomcat.v21.feature" - featureSite="http://people.apache.org/~mcconne/releases/2.1.2/RC1/staging_site/" + featureSite="http://people.apache.org/~tkirby/releases/2.1.2/RC1/staging_site/eclipse/updates/" path="geronimo-tomcat6-javaee5-2.1.2.zip"> </installableRuntime> <installableRuntime id="org.apache.geronimo.runtime.jetty.21" featureVersion="2.1.2" featureId="org.apache.geronimo.server.jetty.v21.feature" - featureSite="http://people.apache.org/~mcconne/releases/2.1.2/RC1/staging_site/" + featureSite="http://people.apache.org/~tkirby/releases/2.1.2/RC1/staging_site/eclipse/updates/" path="geronimo-jetty6-javaee5-2.1.2.zip"> </installableRuntime> </extension>
