You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2018/09/10 15:57:48 UTC

svn commit: r1840474 - in /gump/live/src: documentation/ documentation/content/xdocs/ documentation/content/xdocs/metadata/ documentation/content/xdocs/python/ xdocs/

Author: bodewig
Date: Mon Sep 10 15:57:48 2018
New Revision: 1840474

URL: http://svn.apache.org/viewvc?rev=1840474&view=rev
Log:
TLSify

Modified:
    gump/live/src/documentation/content/xdocs/bylaws.xml
    gump/live/src/documentation/content/xdocs/faq.xml
    gump/live/src/documentation/content/xdocs/gettingstarted.xml
    gump/live/src/documentation/content/xdocs/index.xml
    gump/live/src/documentation/content/xdocs/mail.xml
    gump/live/src/documentation/content/xdocs/metadata/builder.xml
    gump/live/src/documentation/content/xdocs/metadata/module.xml
    gump/live/src/documentation/content/xdocs/metadata/project.xml
    gump/live/src/documentation/content/xdocs/metadata/workspace.xml
    gump/live/src/documentation/content/xdocs/python/index.xml
    gump/live/src/documentation/content/xdocs/python/usage.xml
    gump/live/src/documentation/content/xdocs/site.xml
    gump/live/src/documentation/skinconf.xml
    gump/live/src/xdocs/HowToFixGumpBuildProblems.html
    gump/live/src/xdocs/HowToRunYourOwnGump.html
    gump/live/src/xdocs/index.html

Modified: gump/live/src/documentation/content/xdocs/bylaws.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/bylaws.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/bylaws.xml (original)
+++ gump/live/src/documentation/content/xdocs/bylaws.xml Mon Sep 10 15:57:48 2018
@@ -35,17 +35,17 @@
       resolved, etc.</p>
 
       <p>Gump is a project of the <link
-      href="http://www.apache.org/foundation/">Apache Software
+      href="https://www.apache.org/foundation/">Apache Software
       Foundation</link>.  The foundation holds the copyright on Apache
       code including the code in the Gump codebase. The <link
-      href="http://www.apache.org/foundation/faq.html">foundation
+      href="https://www.apache.org/foundation/faq.html">foundation
       FAQ</link> explains the operation and background of the
       foundation.</p>
 
       <p>Gump is typical of Apache projects in that it operates under
       a set of principles, known collectively as the "Apache Way". If
       you are new to Apache development, please refer to the <link
-      href=" http://incubator.apache.org/">Incubator project</link>
+      href=" https://incubator.apache.org/">Incubator project</link>
       for more information on how Apache projects operate.</p>
     </section>
 
@@ -105,7 +105,7 @@
         <p>All Apache committers are required to have a signed
         Contributor License Agreement (CLA) on file with the Apache
         Software Foundation. There is a <link
-        href="http://www.apache.org/dev/committers.html">Committer
+        href="https://www.apache.org/dev/committers.html">Committer
         FAQ</link> which provides more details on the requirements for
         Committers.</p>
 

Modified: gump/live/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/faq.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/faq.xml (original)
+++ gump/live/src/documentation/content/xdocs/faq.xml Mon Sep 10 15:57:48 2018
@@ -84,7 +84,7 @@
               definition for a project I'm a committer on...how do I get
               the change to be made?</title>
     		<p><strong>Answer: </strong>The 
-              <link href="http://svn.apache.org/viewvc/gump/metadata/">
+              <link href="https://svn.apache.org/viewvc/gump/metadata/">
               gump svn repository</link> is open to all ASF committers.
               Simply check it out and commit your changes.  It is highly
               recommended that you build the "gen" target first of the
@@ -110,7 +110,7 @@
     		<p><strong>Answer: </strong>That's supported too, as long as your project supports
               viewcvs or equivalent.  Simply put the URL of the project
               definition in the 
-              <link href="http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?content-type=text/vnd.viewcvs-markup">
+              <link href="https://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?content-type=text/vnd.viewcvs-markup">
               gump profile</link>.  However, if you are an ASF committer, why
               not consider leaving it in the gump svn repository, that
               way others can also help out too?

Modified: gump/live/src/documentation/content/xdocs/gettingstarted.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/gettingstarted.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/gettingstarted.xml (original)
+++ gump/live/src/documentation/content/xdocs/gettingstarted.xml Mon Sep 10 15:57:48 2018
@@ -97,13 +97,13 @@
       	<p>One of these two is required.</p>
       	<ul>
       		<li>CVS -- Concurrent Versioning System</li>
-      		<li>SVN -- <fork href="http://subversion.tigris.org">Subversion</fork></li>
+      		<li>SVN -- <fork href="https://subversion.apache.org">Subversion</fork></li>
       	</ul>
       	</section>
       	<section><title>Jar Downloading</title>
       	<p>This is optional.</p>
       	<ul>
-      		<li>Depot -- <fork href="http://incubator.apache.org/depot">Depot Updater</fork></li>
+      		<li>Depot -- <fork href="https://incubator.apache.org/depot">Depot Updater</fork></li>
       	</ul>
 		</section>
 	  </section>

Modified: gump/live/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/index.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/index.xml (original)
+++ gump/live/src/documentation/content/xdocs/index.xml Mon Sep 10 15:57:48 2018
@@ -35,7 +35,7 @@
   <p>
 The Apache Gump continuous integration tool was the first one
 developed at
-the <fork href="http://www.apache.org/">Apache Software Foundation</fork>. It is written in Python and fully supports Apache Ant, 
+the <fork href="https://www.apache.org/">Apache Software Foundation</fork>. It is written in Python and fully supports Apache Ant, 
 Apache Maven (1.x to 3.x) and <link href="metadata/builder.html">other build tools</link>. Gump is unique in that it builds and compiles software against 
 the latest development versions of those projects. This allows Gump to detect potentially 
 incompatible changes to that software just a few hours after those changes are checked into the 
@@ -54,7 +54,7 @@ Gump project maintains its own dedicated
   <section><title>How does Gump work?</title>
 
     <p>
-      With Gump, <link href="http://svn.apache.org/viewcvs/gump/metadata/project">
+      With Gump, <link href="https://svn.apache.org/viewcvs/gump/metadata/project">
       project</link> definitions are mapped from XML into in memory
       objects for processing. Scripts execute SCM update
       commands for every module which contains a project being built, and
@@ -88,7 +88,7 @@ Gump project maintains its own dedicated
 
     <p>
       For builds using Apache Ant,
-    	Gump sets <link href="http://ant.apache.org/manual/sysclasspath.html">build.sysclasspath</link> property of Ant to <strong>only</strong> and manages the system classpath:<br/><br/>
+    	Gump sets <link href="https://ant.apache.org/manual/sysclasspath.html">build.sysclasspath</link> property of Ant to <strong>only</strong> and manages the system classpath:<br/><br/>
     	To quote Ant manual:<br/>
     	<em>Only the system classpath is used and classpaths specified in build files, etc are ignored. 
             This situation could be considered as the person running the build file knows more about the environment than the person writing the build file</em>.<br/><br/>
@@ -181,7 +181,7 @@ Gump project maintains its own dedicated
   <section><title>Who is Gump?</title>
     <p>
       Gump was named after
-      <fork href="http://www.google.com/search?q=Forrest+Gump">Forrest Gump</fork>,
+      <fork href="https://www.google.com/search?q=Forrest+Gump">Forrest Gump</fork>,
       the title character in a movie.  The process for building was to do a
       "Generate", followed by cvs "Updates", followed by a "Build All".  This
       was repetitive, so a command was created to combine these operations -

Modified: gump/live/src/documentation/content/xdocs/mail.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/mail.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/mail.xml (original)
+++ gump/live/src/documentation/content/xdocs/mail.xml Mon Sep 10 15:57:48 2018
@@ -30,7 +30,7 @@
     <section><title>Mailing Lists</title>
 
       <p>Please read the <link
-      href="http://www.apache.org/dev/contrib-email-tips.html">guidelines
+      href="https://www.apache.org/dev/contrib-email-tips.html">guidelines
       for email contributors</link> before subscribing and posting to the
       Apache Gump general list as they apply to this list as well.</p>
 
@@ -46,8 +46,8 @@
           <strong>Medium Traffic</strong>
           <link href="mailto:general-subscribe@gump.apache.org">Subscribe</link>
           <link href="mailto:general-unsubscribe@gump.apache.org">Unsubscribe</link>
-          <link href="http://mail-archives.apache.org/mod_mbox/gump-general/">Archive</link>
-          <link href="http://marc.info/?l=gump&amp;r=1&amp;w=2">alternative Archive</link>
+          <link href="https://mail-archives.apache.org/mod_mbox/gump-general/">Archive</link>
+          <link href="https://marc.info/?l=gump&amp;r=1&amp;w=2">alternative Archive</link>
         </p>
 
         <p>This is the list where participating developers, users and
@@ -63,7 +63,7 @@
           <strong>Low Traffic</strong>
           <link href="mailto:commits-subscribe@gump.apache.org">Subscribe</link>
           <link href="mailto:commits-unsubscribe@gump.apache.org">Unsubscribe</link>
-          <link href="http://mail-archives.apache.org/mod_mbox/gump-commits/">Archive</link>
+          <link href="https://mail-archives.apache.org/mod_mbox/gump-commits/">Archive</link>
          </p>
 
         <p>This is the list where software and metadata commit messages (from CVS and SVN)

Modified: gump/live/src/documentation/content/xdocs/metadata/builder.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/metadata/builder.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/metadata/builder.xml (original)
+++ gump/live/src/documentation/content/xdocs/metadata/builder.xml Mon Sep 10 15:57:48 2018
@@ -268,7 +268,7 @@
 
   <section><title>ant</title>
     <p>Specifies the arguments to be passed to <fork
-    href="http://ant.apache.org/">Apache Ant</fork>.</p>
+    href="https://ant.apache.org/">Apache Ant</fork>.</p>
 
     <table>
       <tr>
@@ -294,17 +294,17 @@
 
   <section><title>mvn1</title>
     <p>Specifies the arguments to be passed to <fork
-    href="http://maven.apache.org/">Apache Maven 1.x</fork>.</p>
+    href="https://maven.apache.org/">Apache Maven 1.x</fork>.</p>
     
-    <p>The <fork href="http://maven.apache.org/">Maven 1.x</fork>
+    <p>The <fork href="https://maven.apache.org/">Maven 1.x</fork>
     component of Gump (&lt;mvn1&gt;) uses a
     <strong>pre-installed</strong> version of <fork
-    href="http://maven.apache.org">Maven</fork>, it does
+    href="https://maven.apache.org">Maven</fork>, it does
     <strong>NOT</strong> bootstrap Maven from svn trunk.</p>
     
     <p>Gump generates a <strong>build.properties</strong> file for
     Maven, in which it specifies the jar <link
-    href="http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies">overrides</link>,
+    href="https://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies">overrides</link>,
     and also any <link href="project.html#property">properties</link>
     that are passes into the &lt;maven&gt; element.</p>
     
@@ -333,12 +333,12 @@
 
   <section><title>mvn2</title>
     <p>Specifies the arguments to be passed to <fork
-    href="http://maven.apache.org/">Apache Maven 2.x</fork>.</p>
+    href="https://maven.apache.org/">Apache Maven 2.x</fork>.</p>
     
-    <p>The <fork href="http://maven.apache.org/">Maven 2.x</fork>
+    <p>The <fork href="https://maven.apache.org/">Maven 2.x</fork>
     component of Gump (&lt;mvn2&gt;) uses a
     <strong>pre-installed</strong> version of <fork
-    href="http://maven.apache.org">Maven 2.x</fork>, it does
+    href="https://maven.apache.org">Maven 2.x</fork>, it does
     <strong>NOT</strong> bootstrap Maven from svn trunk.</p>
     
     <p>
@@ -531,12 +531,12 @@
 
   <section><title>mvn3</title>
     <p>Specifies the arguments to be passed to <fork
-    href="http://maven.apache.org/">Apache Maven 3.x</fork>.</p>
+    href="https://maven.apache.org/">Apache Maven 3.x</fork>.</p>
     
-    <p>The <fork href="http://maven.apache.org/">Maven 3.x</fork>
+    <p>The <fork href="https://maven.apache.org/">Maven 3.x</fork>
     component of Gump (&lt;mvn3&gt;) uses a
     <strong>pre-installed</strong> version of <fork
-    href="http://maven.apache.org">Maven 3.x</fork>, it does
+    href="https://maven.apache.org">Maven 3.x</fork>, it does
     <strong>NOT</strong> bootstrap Maven from svn trunk.</p>
 
     <p>The mvn3 builder works the same way as
@@ -577,10 +577,10 @@
     <p><strong>The Gradle builder is a work in progress and may not be
     working correctly.</strong></p>
 
-    <p>The <fork href="http://gradle.org/">Gradle</fork>
+    <p>The <fork href="https://gradle.org/">Gradle</fork>
     component of Gump (&lt;gradle&gt;) uses a
     <strong>pre-installed</strong> version of <fork
-    href="http://gradle.org">Gradle</fork>, it does
+    href="https://gradle.org">Gradle</fork>, it does
     <strong>NOT</strong> bootstrap Gradle itself.</p>
     
     <p>
@@ -725,7 +725,7 @@
 
   <section><title>nant</title>
     <p>Specifies the arguments to be passed to <fork
-    href="http://nant.sourceforge.org/">NAnt</fork>.</p>
+    href="https://nant.sourceforge.org/">NAnt</fork>.</p>
 
     <table>
       <tr>
@@ -756,7 +756,7 @@
     replacing things with the latest version - which would be more in
     line with Gump's purpose..</strong></p>
 
-    <p>The <fork href="http://nuget.org/">NuGet</fork> component of
+    <p>The <fork href="https://nuget.org/">NuGet</fork> component of
     Gump (&lt;nuget&gt;) uses a <strong>pre-installed</strong> version
     of nuget.</p>
     

Modified: gump/live/src/documentation/content/xdocs/metadata/module.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/metadata/module.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/metadata/module.xml (original)
+++ gump/live/src/documentation/content/xdocs/metadata/module.xml Mon Sep 10 15:57:48 2018
@@ -169,7 +169,7 @@
 
     <section><title>p4</title>
 
-      <p>References a <link href="http://www.perforce.com/">Perforce</link> 
+      <p>References a <link href="https://www.perforce.com/">Perforce</link> 
       repository in which this project resides.</p>
 
       <table>

Modified: gump/live/src/documentation/content/xdocs/metadata/project.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/metadata/project.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/metadata/project.xml (original)
+++ gump/live/src/documentation/content/xdocs/metadata/project.xml Mon Sep 10 15:57:48 2018
@@ -526,7 +526,7 @@
     <section><title>report</title>
       <p>This declares where any sort of report - for example
         the outputs of the
-      <link href="http://ant.apache.org/manual/Tasks/junitreport.html">junitreport</link>
+      <link href="https://ant.apache.org/manual/Tasks/junitreport.html">junitreport</link>
       tool - are placed.</p>
    
       <p>The name <code>junitreport</code> can be used as a synonym

Modified: gump/live/src/documentation/content/xdocs/metadata/workspace.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/metadata/workspace.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/metadata/workspace.xml (original)
+++ gump/live/src/documentation/content/xdocs/metadata/workspace.xml Mon Sep 10 15:57:48 2018
@@ -416,7 +416,7 @@
 	
 	
     <section><title>database</title>
-      <p>Gump will utilize a <fork href="http://mysql.org">MySQL</fork> database
+      <p>Gump will utilize a <fork href="https://mysql.org">MySQL</fork> database
 		for storing statistics and run information. Without this element Gump
 		will default to using a DBM database (not currently available on with Python on Microsoft &trade; platforms)
 		for statistics.

Modified: gump/live/src/documentation/content/xdocs/python/index.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/python/index.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/python/index.xml (original)
+++ gump/live/src/documentation/content/xdocs/python/index.xml Mon Sep 10 15:57:48 2018
@@ -28,7 +28,7 @@
 <body>
   <section><title>Apache Python Gump</title>
   <p>
-    See the <link href="http://wiki.apache.org/gump/GumpPython">background</link> on why
+    See the <link href="https://wiki.apache.org/gump/GumpPython">background</link> on why
     the Apache Python Gump re-write was initiated.
   </p>
   

Modified: gump/live/src/documentation/content/xdocs/python/usage.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/python/usage.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/python/usage.xml (original)
+++ gump/live/src/documentation/content/xdocs/python/usage.xml Mon Sep 10 15:57:48 2018
@@ -50,8 +50,8 @@
 
 	<ul>
 		<li>install gump as per <link href="site:gettingstarted">here</link></li>
-		<li>install (or have available) Python 2.3 <fork href="http://www.activestate.com/Products/ActivePython/">e.g ActiveState Python</fork></li>
-		<li>install (or have available) <fork href="http://www.wxpython.org/">wxwindows</fork></li>
+		<li>install (or have available) Python 2.3 <fork href="https://www.activestate.com/Products/ActivePython/">e.g ActiveState Python</fork></li>
+		<li>install (or have available) <fork href="https://www.wxpython.org/">wxwindows</fork></li>
 		<li>open a shell and do or something equivalent:
 		</li>
 	</ul>		
@@ -81,8 +81,8 @@ More detailed information on what is bei
 	<ul>
 
 		<li>install gump as per <link href="site:gettingstarted">here</link></li>
-		<li>install (or have available) Python 2.3 <fork href="http://www.activestate.com/Products/ActivePython/">e.f ActiveState Python</fork></li>
-		<li>install (or have available) <fork href="http://www.wxpython.org/">wxwindows</fork></li>
+		<li>install (or have available) Python 2.3 <fork href="https://www.activestate.com/Products/ActivePython/">e.f ActiveState Python</fork></li>
+		<li>install (or have available) <fork href="https://www.wxpython.org/">wxwindows</fork></li>
 		<li>open a shell and do or something equivalent:
 		</li>
 	</ul>		
@@ -109,8 +109,8 @@ python gump/build.py -w ../myworkspace.x
 <!--
 == Automating the "integration process" using integrate.py ==
 
-* install 'regular' gump as per http://gump.apache.org/usage.html
-* install [http://www.activestate.com/Products/ActivePython/ Python 2.3]
+* install 'regular' gump as per https://gump.apache.org/usage.html
+* install [https://www.activestate.com/Products/ActivePython/ Python 2.3]
 * open a shell and do something similar to:
 <source>
 SET PYTHONPATH=C:\gump\python

Modified: gump/live/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/content/xdocs/site.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/content/xdocs/site.xml (original)
+++ gump/live/src/documentation/content/xdocs/site.xml Mon Sep 10 15:57:48 2018
@@ -25,10 +25,10 @@
 	    <status href="status.html" label="Status"/>
 	    <source href="https://svn.apache.org/repos/asf/gump/live" label="Source"/>
 	    <source href="https://svn.apache.org/repos/asf/gump/metadata" label="Metadata"/>
-	    <faq href="http://wiki.apache.org/gump/FrequentlyAskedQuestions" label="FAQ"/>
+	    <faq href="https://wiki.apache.org/gump/FrequentlyAskedQuestions" label="FAQ"/>
 	    <!--gettingstarted href="gettingstarted.html" label="Getting Started"/-->
 	    <!--todo href="todo.html" label="Help Wanted"/-->
-            <license href="http://www.apache.org/licenses/" label="License"/>
+            <license href="https://www.apache.org/licenses/" label="License"/>
             <nagged href="nagged.html"/>
 	</gump>
 	<results label="Results">
@@ -49,19 +49,19 @@
 	<getinvolved label="Community">
             <mail href="mail.html" label="Mailing Lists"/>
             <source href="index.html#Where+is+Gump%3F" label="Source"/>
-	    <wiki href="http://wiki.apache.org/gump" label="Wiki"/>
+	    <wiki href="https://wiki.apache.org/gump" label="Wiki"/>
 	    <issues href="https://issues.apache.org/jira/browse/GUMP/" label="Issues"/>
-            <howtocontribute href="http://www.apache.org/foundation/getinvolved.html" label="Get Involved"/>
-            <security href="http://www.apache.org/security/"
+            <howtocontribute href="https://www.apache.org/foundation/getinvolved.html" label="Get Involved"/>
+            <security href="https://www.apache.org/security/"
                       label="Reporting Security Issues"/>
             <whoweare href="whoweare.html" label="Who We Are"/>
             <bylaws href="bylaws.html" label="Project Bylaws"/>
 	</getinvolved>
 
         <sponsorship label="Sponsorship">
-            <program href="http://www.apache.org/foundation/sponsorship.html"
+            <program href="https://www.apache.org/foundation/sponsorship.html"
               label="Donate"/>
-            <thanks href="http://www.apache.org/foundation/thanks.html"
+            <thanks href="https://www.apache.org/foundation/thanks.html"
               label="Thanks"/>
         </sponsorship>
 
@@ -82,7 +82,7 @@
 	</python>
 
   <external-refs>
-    <forrest href="http://forrest.apache.org/">
+    <forrest href="https://forrest.apache.org/">
       <linking href="docs/linking.html"/>
       <validation href="docs/validation.html"/>
       <webapp href="docs/your-project.html#webapp"/>
@@ -94,8 +94,8 @@
         <debug-validation href="#debug-validation"/>
       </dev>
       </forrest>
-    <forrest-zone href="http://forrest.zones.apache.org/"/>
-    <cocoon href="http://cocoon.apache.org/"/>
-    <xml.apache.org href="http://xml.apache.org/"/>
+    <forrest-zone href="https://forrest.zones.apache.org/"/>
+    <cocoon href="https://cocoon.apache.org/"/>
+    <xml.apache.org href="https://xml.apache.org/"/>
   </external-refs>
 </site>

Modified: gump/live/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/gump/live/src/documentation/skinconf.xml?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/documentation/skinconf.xml (original)
+++ gump/live/src/documentation/skinconf.xml Mon Sep 10 15:57:48 2018
@@ -63,7 +63,7 @@ which will be used to configure the chos
        default skin: renders it at the top -->
   <project-name>Apache Gump&#x2122;</project-name>
   <project-description>Continous Integration Tool: Apache Gump</project-description>
-  <project-url>http://gump.apache.org/</project-url>
+  <project-url>https://gump.apache.org/</project-url>
   <project-logo>images/gump-logo-tm.png</project-logo>
   <!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
@@ -72,7 +72,7 @@ which will be used to configure the chos
        default skin: renders it at the top-left corner
   <group-name>Apache</group-name>
   <group-description>Apache Software Foundation</group-description>
-  <group-url>http://www.apache.org/</group-url>
+  <group-url>https://www.apache.org/</group-url>
   <group-logo>images/apache-gump.png</group-logo>
   Alternative static image:
   <group-logo>images/group-logo.gif</group-logo> -->
@@ -89,7 +89,7 @@ which will be used to configure the chos
   <vendor>The Apache Software Foundation.</vendor>
 <!-- The optional copyright-link URL will be used as a link in the
     copyright statement -->
-  <copyright-link>http://www.apache.org/licenses/</copyright-link>
+  <copyright-link>https://www.apache.org/licenses/</copyright-link>
 <!-- Optional text trademark statement below the copyright statement -->
   <trademark-statement>
     Apache Gump, Gump, Apache, the Apache feather logo, and the Apache Gump
@@ -107,8 +107,8 @@ which will be used to configure the chos
     directory.
   -->
   <trail>
-    <link1 name="Apache" href="http://www.apache.org/"/>
-    <link2 name="Gump" href="http://gump.apache.org/"/>
+    <link1 name="Apache" href="https://www.apache.org/"/>
+    <link2 name="Gump" href="https://gump.apache.org/"/>
     <link3 name="" href=""/>
   </trail>
 <!-- Configure the TOC, i.e. the Table of Contents.
@@ -176,7 +176,7 @@ which will be used to configure the chos
       <motd-page location="page">
         How to enable this MOTD is on this page.
       </motd-page>
-      <motd-page-url>http://forrest.apache.org/docs/faq.html</motd-page-url>
+      <motd-page-url>https://forrest.apache.org/docs/faq.html</motd-page-url>
     </motd-option>
   </motd>
 <!--
@@ -437,14 +437,14 @@ which will be used to configure the chos
   <credits>
     <credit box-location="alt2">
       <name>ApacheCon</name>
-      <url>http://www.apache.org/events/current-event.html</url>
-      <image>http://www.apache.org/events/current-event-125x125.png</image>
+      <url>https://www.apache.org/events/current-event.html</url>
+      <image>https://www.apache.org/events/current-event-125x125.png</image>
       <width>125</width>
       <height>125</height>
     </credit>
     <credit>
       <name>Built with Apache Forrest</name>
-      <url>http://forrest.apache.org/</url>
+      <url>https://forrest.apache.org/</url>
       <image>images/built-with-forrest-button.png</image>
       <width>88</width>
       <height>31</height>
@@ -455,7 +455,7 @@ which will be used to configure the chos
 <!--
     <credit role="pdf">
       <name>Built with Apache Forrest</name>
-      <url>http://forrest.apache.org/</url>
+      <url>https://forrest.apache.org/</url>
     </credit>
     -->
   </credits>

Modified: gump/live/src/xdocs/HowToFixGumpBuildProblems.html
URL: http://svn.apache.org/viewvc/gump/live/src/xdocs/HowToFixGumpBuildProblems.html?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/xdocs/HowToFixGumpBuildProblems.html (original)
+++ gump/live/src/xdocs/HowToFixGumpBuildProblems.html Mon Sep 10 15:57:48 2018
@@ -25,7 +25,7 @@ gump will send the maintainers of that p
 have to do anything when this happens. Here's an example:
 </p>
 <pre>From: Daily gump build <general @gump.apache.org=""><br>To: FooBar Development List <dev
- @foobar.apache.org=""><br>Subject: [Gump] Build success: foobar-blah<br><br>You do not need to do anything with this e-mail. It is purely informational.<br><br>After failing to build foobar-blah for 11 days, tonight's build of foobar-blah<br>completed successfully. This will benefit 23 dependent projects. Thanks to<br>everyone who helped fix the issue(s) surrounding the foobar-blah gump build!<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  http://gump.apache.org/foobar-blah/<br><br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>http://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
+ @foobar.apache.org=""><br>Subject: [Gump] Build success: foobar-blah<br><br>You do not need to do anything with this e-mail. It is purely informational.<br><br>After failing to build foobar-blah for 11 days, tonight's build of foobar-blah<br>completed successfully. This will benefit 23 dependent projects. Thanks to<br>everyone who helped fix the issue(s) surrounding the foobar-blah gump build!<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  https://gump.apache.org/foobar-blah/<br><br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>https://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
 <h3>Dependency failure notifications</h3>
 <p>If a piece of software that your project is using (a dependency) has
 not successfully built for a while, gump will send you an e-mail. This
@@ -39,7 +39,7 @@ problem, so immediate action is not norm
 example message:
 </p>
 <pre>From: Daily gump build <general @gump.apache.org=""><br>To: FooBar Development List <dev
- @foobar.apache.org=""><br>Subject: [Gump] Dependency wombat-foo is failing to build<br><br>Your project is dependent on wombat-foo, which gump has not successfully built for<br>3 days. If this is the first time you receive a message like this, you probably<br>don't need to do anything, since the wombat-foo developers have been made aware of<br>this and they will hopefully fix the problems soon. But if the problem persists,<br>it might be wise to contact the wombat-foo developers at dev@wombat.apache.org.<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  http://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  http://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please vis
 it<br>http://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
+ @foobar.apache.org=""><br>Subject: [Gump] Dependency wombat-foo is failing to build<br><br>Your project is dependent on wombat-foo, which gump has not successfully built for<br>3 days. If this is the first time you receive a message like this, you probably<br>don't need to do anything, since the wombat-foo developers have been made aware of<br>this and they will hopefully fix the problems soon. But if the problem persists,<br>it might be wise to contact the wombat-foo developers at dev@wombat.apache.org.<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  https://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  https://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please v
 isit<br>https://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
 <h3>Frequent dependency failure notifications</h3>
 <p>If a piece of software that your project is using keeps breaking or
 has been broken for a long time, gump will send you an e-mail. This is
@@ -52,7 +52,7 @@ reconsider being dependent on this proje
 message:
 </p>
 <pre>From: Daily gump build <general @gump.apache.org=""><br>To: FooBar Development List <dev
- @foobar.apache.org=""><br>Subject: [Gump] Dependency wombat-foo is causing problems<br><br>Your project is dependent on wombat-foo, which gump has not successfully built<br>for 21 days. If you and the wombat-foo developers are aware of this and<br>working on this issue, you probably can safely ignore this e-mail. If not, it<br>might be wise to contact the wombat-foo developers at dev@wombat.apache.org.<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  http://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  http://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>http://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general>
 </pre>
+ @foobar.apache.org=""><br>Subject: [Gump] Dependency wombat-foo is causing problems<br><br>Your project is dependent on wombat-foo, which gump has not successfully built<br>for 21 days. If you and the wombat-foo developers are aware of this and<br>working on this issue, you probably can safely ignore this e-mail. If not, it<br>might be wise to contact the wombat-foo developers at dev@wombat.apache.org.<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  https://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  https://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>https://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></gener
 al></pre>
 <h3>Misconfiguration notifications</h3>
 <p>If the metadata descriptor for your project is causing a problem in
 some way (invalid XML, specified builds outputs missing, etc), gump
@@ -68,7 +68,7 @@ example, you might have a typo in your a
 gump descriptor.
 </p>
 <pre>From: Daily gump build <general @gump.apache.org=""><br>To: FooBar Development List <dev
- @foobar.apache.org=""><br>Subject: [Gump] Problematic descriptor<br><br>The descriptor for foobar-blah has a problem:<br><br>  target/foobar-blah-1.0.jar as an output jar, but that file is not generated.<br><br>All 23 projects dependent on foobar-blah that gump knows about are probably<br>affected by this. Please update either your descriptor or your build system as<br>soon as possible.<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>http://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
+ @foobar.apache.org=""><br>Subject: [Gump] Problematic descriptor<br><br>The descriptor for foobar-blah has a problem:<br><br>  target/foobar-blah-1.0.jar as an output jar, but that file is not generated.<br><br>All 23 projects dependent on foobar-blah that gump knows about are probably<br>affected by this. Please update either your descriptor or your build system as<br>soon as possible.<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>https://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
 <h3>Missing dependency declaration notifications</h3>
 <p>If gump fails to build your project and it is able to detect that
 you might not be declaring a dependency (for example if javac issues a
@@ -81,7 +81,7 @@ turns out that gump guessed wrong, follo
 "build failure notifications", below.
 </p>
 <pre>From: Daily gump build <general @gump.apache.org=""><br>To: FooBar Development List <dev
- @foobar.apache.org=""><br>Subject: [Gump] dependency wombat-foo needs to be declared<br><br>Gump has failed to build your project. It seems that the build is failing<br>because of the following problem:<br><br>   src/java/org/apache/foobar/Blah line 27: cannot find symbol org.apache.wombat.foo.Foo<br><br>The org.apache.wombat.foo package is part of the wombat-foo project, but<br>you have not declared that project as a dependency. You most likely need<br>to add something like the following to your maven project.xml file:<br><br>   <dependency><br>     <artifactId>foobar-blah</artifactId><br>     <groupId>foobar</groupId><br>     <version>SNAPSHOT</version><br>   </dependency><br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  http://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  http://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integrati
 on system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>http://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
+ @foobar.apache.org=""><br>Subject: [Gump] dependency wombat-foo needs to be declared<br><br>Gump has failed to build your project. It seems that the build is failing<br>because of the following problem:<br><br>   src/java/org/apache/foobar/Blah line 27: cannot find symbol org.apache.wombat.foo.Foo<br><br>The org.apache.wombat.foo package is part of the wombat-foo project, but<br>you have not declared that project as a dependency. You most likely need<br>to add something like the following to your maven project.xml file:<br><br>   <dependency><br>     <artifactId>foobar-blah</artifactId><br>     <groupId>foobar</groupId><br>     <version>SNAPSHOT</version><br>   </dependency><br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  https://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  https://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integra
 tion system<br><br>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>https://gump.apache.org/foobar-blah/notification-settings for more information.<br></dev></general></pre>
 <h3>Build failure notifications</h3>
 <p>If gump tried to build your project and that failed, it will send
 you an e-mail.
@@ -104,7 +104,7 @@ since your project built successfully),
 be readily apparent and you will need to "dig into it".
 </p>
 <pre>From: Daily gump build <general @gump.apache.org=""><br>To: FooBar Development List <dev
- @foobar.apache.org=""><br>Subject: [Gump] foobar-blah has failed to build!<br><br>Gump has failed to build your project, and is unable to determine what is causing<br>the problem. Please examine the build logs and the other information about<br>foobar-blah in relation to gump at:<br><br>   http://gump.apache.org/foobar-blah/<br><br>Here are the last few lines of the build output, that might contains hints as to<br>what caused the problem:<br><br>---<br>Buildfile: build.xml<br><br>BUILD FAILED<br>/usr/local/gump/main/cvs/foobar/blah/build.xml:77: The element type "ail" must be<br>terminated by the matching end-tag "</dev>".<br><br>Total time: 1 second<br>---<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  http://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  http://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><br>-
 --<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>http://gump.apache.org/foobar-blah/notification-settings for more information.<br></general></pre>
+ @foobar.apache.org=""><br>Subject: [Gump] foobar-blah has failed to build!<br><br>Gump has failed to build your project, and is unable to determine what is causing<br>the problem. Please examine the build logs and the other information about<br>foobar-blah in relation to gump at:<br><br>   https://gump.apache.org/foobar-blah/<br><br>Here are the last few lines of the build output, that might contains hints as to<br>what caused the problem:<br><br>---<br>Buildfile: build.xml<br><br>BUILD FAILED<br>/usr/local/gump/main/cvs/foobar/blah/build.xml:77: The element type "ail" must be<br>terminated by the matching end-tag "</dev>".<br><br>Total time: 1 second<br>---<br><br>More information on foobar-blah in relation to gump can be found at:<br><br>  https://gump.apache.org/foobar-blah/<br><br>More information on wombat-foo in relation to gump can be found at:<br><br>  https://gump.apache.org/wombat-foo/<br><br>best regards,<br><br><br>- Apache Gump, your continuous integration system<br><b
 r>---<br>You received this e-mail because your project participates in the gump buildsystem.<br>You can configure what notifications gump sends you. Please visit<br>https://gump.apache.org/foobar-blah/notification-settings for more information.<br></general></pre>
 <h2>Editing descriptors</h2>
 <h3>Editing gump descriptors</h3>
 <p>Gump descriptors are placed either within your project its version
@@ -123,7 +123,7 @@ directly.
 <p>Gump descriptors are XML files. A description of the format of these
 files is available at </p>
 <blockquote><a
- href="http://gump.apache.org/docs/GumpObjectModelReference">http://gump.apache.org/docs/GumpObjectModelReference</a></blockquote>
+ href="https://gump.apache.org/docs/GumpObjectModelReference">https://gump.apache.org/docs/GumpObjectModelReference</a></blockquote>
 <p>Please make sure that changes you make to these files follow the
 rules described on those pages (ie, make sure you're writing
 well-formed DTD-validated XML). If you have the libxml2 toolkit

Modified: gump/live/src/xdocs/HowToRunYourOwnGump.html
URL: http://svn.apache.org/viewvc/gump/live/src/xdocs/HowToRunYourOwnGump.html?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/xdocs/HowToRunYourOwnGump.html (original)
+++ gump/live/src/xdocs/HowToRunYourOwnGump.html Mon Sep 10 15:57:48 2018
@@ -67,7 +67,7 @@ locations
 for getting these libraries.</p>
 <p>For Debian users, it is mostly possible to mirror the main gump
 installation by following the procedures described on
-<a href="http://wiki.apache.org/gump/BrutusConfig">this page</a>.</p>
+<a href="https://wiki.apache.org/gump/BrutusConfig">this page</a>.</p>
 <h2>Downloading the sources</h2>
 <p>Gump doesn't publish distributions. Instead, you need to check it
 out from cvs/svn:<br>

Modified: gump/live/src/xdocs/index.html
URL: http://svn.apache.org/viewvc/gump/live/src/xdocs/index.html?rev=1840474&r1=1840473&r2=1840474&view=diff
==============================================================================
--- gump/live/src/xdocs/index.html (original)
+++ gump/live/src/xdocs/index.html Mon Sep 10 15:57:48 2018
@@ -41,7 +41,7 @@ a project you participated in an e-mail.
 -- this document explains how to add new projects to gump, focussing
 mostly on the gump object model, our xml descriptors that tell gump how
 to "do its thing".</li>
-  <li><a href="http://gump.apache.org/metadata/index.html">Gump Object
+  <li><a href="https://gump.apache.org/metadata/index.html">Gump Object
 Model
 Reference</a> -- this document details the entire gump object model.</li>
 </ul>