Skip to content

Commit

Permalink
Updated manual to use https as far as currently possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkf committed May 25, 2019
1 parent 3a4980e commit 264074b
Show file tree
Hide file tree
Showing 37 changed files with 82 additions and 82 deletions.
4 changes: 2 additions & 2 deletions manual/Integration/jext-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h1 id="authors">AntWork Plugin for the Jext Java Text Editor</h1>
<hr/>

<p>You can download the plugin
at: <a href="http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download"
target="_top">http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download</a></p>
at: <a href="https://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download"
target="_top">https://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download</a></p>

<h2>Installation instructions from the Readme.txt</h2>

Expand Down
2 changes: 1 addition & 1 deletion manual/LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
* https://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/antversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3>Examples</h3>
&lt;condition property=&quot;Ant17isOnline&quot;&gt;
&lt;and&gt;
&lt;antversion exactly=&quot;1.7.0&quot;/&gt;
&lt;http url=&quot;http://ant.apache.org&quot;/&gt;
&lt;http url=&quot;https://ant.apache.org&quot;/&gt;
&lt;/and&gt;
&lt;/condition&gt;</pre>

Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h4>Generate Report</h4>
style="${ant.home}/etc/changelog.xsl"&gt;
&lt;param name="title" expression="Ant ChangeLog"/&gt;
&lt;param name="module" expression="ant"/&gt;
&lt;param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/&gt;
&lt;param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/&gt;
&lt;/style&gt;</pre>

<h4>Sample Output</h4>
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/conditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h4 id="isreachable">isreachable</h4>

<pre>
&lt;condition property="offline"&gt;
&lt;isreachable url="http://ibiblio.org/maven/"/&gt;
&lt;isreachable url="https://ibiblio.org/maven/"/&gt;
&lt;/condition&gt;</pre>

<p>Probe for the Maven repository being reachable.</p>
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/copy.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h3>Examples</h3>
&lt;copy todir=&quot;dest&quot; flatten=&quot;true&quot;&gt;
&lt;resources&gt;
&lt;file file=&quot;src_dir/file1.txt&quot;/&gt;
&lt;url url=&quot;http://ant.apache.org/index.html&quot;/&gt;
&lt;url url=&quot;https://ant.apache.org/index.html&quot;/&gt;
&lt;/resources&gt;
&lt;/copy&gt;</pre>

Expand All @@ -260,7 +260,7 @@ <h3>Examples</h3>
&lt;file file=&quot;src_dir/file1.txt&quot;/&gt;
&lt;file file=&quot;src_dir/file2.txt&quot;/&gt;
&lt;file file=&quot;src_dir/file3.txt&quot;/&gt;
&lt;url url=&quot;http://ant.apache.org/index.html&quot;/&gt;
&lt;url url=&quot;https://ant.apache.org/index.html&quot;/&gt;
&lt;/resources&gt;
&lt;/sort&gt;
&lt;/first&gt;
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/cvstagdiff.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h4>Generate Report</h4>
style="${ant.home}/etc/tagdiff.xsl"&gt;
&lt;param name="title" expression="Ant Diff"/&gt;
&lt;param name="module" expression="ant"/&gt;
&lt;param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/&gt;
&lt;param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/&gt;
&lt;/style&gt;</pre>

<h4>Output</h4>
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/ejb.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ <h2 id="introduction">Introduction</h2>
<p>The tasks support:</p>

<ul>
<li><a href="http://www.borland.com" target="_top">Borland</a>Application Server 4.5</li>
<li><a href="https://www.borland.com" target="_top">Borland</a>Application Server 4.5</li>
<li><a href="https://web.archive.org/web/20020202082841/http://www.iplanet.com/products/iplanet_application/home_ias.html"
target="_top">iPlanet</a> Application Server 6.0</li>
<li><a href="https://www.jboss.org/" target="_top">JBoss 2.1</a> and above EJB servers</li>
<li><a href="https://web.archive.org/web/20080516210506/http://www.ironflare.com/"
target="_top">Orion Application Server</a> 2.0 (<em>since Ant 1.10.2</em>)</li>
<li><a href="http://www.bea.com" target="_top">WebLogic</a> 4.5.1 through to 7.0 EJB servers</li>
<li><a href="https://www.oracle.com/corporate/acquisitions/bea/" target="_top">WebLogic</a> 4.5.1 through to 7.0 EJB servers</li>
<li><a href="https://jonas.ow2.org/" target="_top">JOnAS</a> 2.4.x and 2.5 Open Source EJB server</li>
<li><a href="https://www.ibm.com/websphere" target="_top">IBM WebSphere</a> 4.0</li>
</ul>
Expand Down
16 changes: 8 additions & 8 deletions manual/Tasks/get.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 id="get">Get</h2>
<h3>Description</h3>
<p>Gets files from URLs. When the <var>verbose</var> option is <q>on</q>, this task displays
a <q>.</q> for every 100 Kb retrieved. Any URL schema supported by the runtime is valid here,
including <q>http:</q>, <q>ftp:</q> and <q>jar:</q>.</p>
including <q>http:</q>, <q>https:</q>, <q>ftp:</q> and <q>jar:</q>.</p>
<p>The <var>usetimestamp</var> option enables you to control downloads so that the remote file is
only fetched if newer than the local copy. If there is no local copy, the download always takes
place. When a file is downloaded, the timestamp of the downloaded file is set to the remote
Expand Down Expand Up @@ -175,14 +175,14 @@ <h4>header</h4>

<h3>Examples</h3>

<p>Get the index page of <samp>http://ant.apache.org/</samp>, and store it in the
<p>Get the index page of <samp>https://ant.apache.org/</samp>, and store it in the
file <samp>help/index.html</samp>.</p>
<pre>&lt;get src=&quot;http://ant.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre>
<pre>&lt;get src=&quot;https://ant.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre>

<p>Get the PGP keys of Ant's (current and past) release managers, if the local copy is missing or
out of date. Use the <var>verbose</var> option for progress information.</p>
<pre>
&lt;get src=&quot;http://www.apache.org/dist/ant/KEYS&quot;
&lt;get src=&quot;https://www.apache.org/dist/ant/KEYS&quot;
dest=&quot;KEYS&quot;
verbose=&quot;true&quot;
usetimestamp=&quot;true&quot;/&gt;</pre>
Expand Down Expand Up @@ -230,20 +230,20 @@ <h3>Examples</h3>

<pre>
&lt;get dest=&quot;downloads&quot;&gt;
&lt;url url=&quot;http://ant.apache.org/index.html&quot;/&gt;
&lt;url url=&quot;http://ant.apache.org/faq.html&quot;/&gt;
&lt;url url=&quot;https://ant.apache.org/index.html&quot;/&gt;
&lt;url url=&quot;https://ant.apache.org/faq.html&quot;/&gt;
&lt;/get&gt;</pre>

<p>Using custom HTTP headers</p>

<pre>
&lt;get src=&quot;http://ant.apache.org/index.html&quot; dest=&quot;downloads&quot;&gt;
&lt;get src=&quot;https://ant.apache.org/index.html&quot; dest=&quot;downloads&quot;&gt;
&lt;header name=&quot;header1&quot; value=&quot;headerValue1&quot;/&gt;
&lt;header name=&quot;header2&quot; value=&quot;headerValue2&quot;/&gt;
&lt;header name=&quot;header3&quot; value=&quot;headerValue3&quot;/&gt;
&lt;/get&gt;</pre>

<p>get the index and FAQ pages of <samp>http://ant.apache.org/</samp>, and store them in the
<p>get the index and FAQ pages of <samp>https://ant.apache.org/</samp>, and store them in the
directory <samp>downloads</samp> which will be created if necessary.</p>
</body>
</html>
4 changes: 2 additions & 2 deletions manual/Tasks/jar.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h3>Description</h3>
<p>To cryptographically sign your JAR file, use the <a href="signjar.html">SignJar task</a> on the
JAR that you create from this task.</p>

<p>For creating a simple version of a <a href="http://openjdk.java.net/jeps/238" target="_top">JEP
<p>For creating a simple version of a <a href="https://openjdk.java.net/jeps/238" target="_top">JEP
238 multi-release jar</a>, you don't need any special tools. Just set the
required <code>manifest</code> entry and place the files where required, as you could see in
the <a href="#jep238-example">JEP 238 example</a>. If you want to tune this kind of jar,
Expand Down Expand Up @@ -521,7 +521,7 @@ <h4>Service Provider</h4>

<h4 id="jep238-example">JEP 238 example: a Multi-Release JAR Files</h4>
<p>Here we want to create a <em>Multi-Release JAR File</em> according the
specification <a href="http://openjdk.java.net/jeps/238" target="_top">JEP 238</a>. It defines on
specification <a href="https://openjdk.java.net/jeps/238" target="_top">JEP 238</a>. It defines on
top of a JAR the possibility to place additional or overwriting classes in a jar, which are
available according to the Java version you run.<br/>Basically it says, that you have to set the
manifest entry <code>Multi-Release: true</code> and place all additional or overwriting classes
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/jarlib-manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h3>Examples</h3>
implementationVendorID=&quot;vv&quot;
implementationVendor=&quot;Apache&quot;
implementationVersion=&quot;2.0&quot;
implementationURL=&quot;http://somewhere.com&quot;/&gt;
implementationURL=&quot;https://somewhere.com&quot;/&gt;

&lt;jarlib-manifest destfile=&quot;myManifest.txt&quot;&gt;
&lt;extension refid=&quot;e1&quot;/&gt;
Expand All @@ -87,7 +87,7 @@ <h3>Examples</h3>
implementationVendorID=&quot;vv&quot;
implementationVendor=&quot;Apache&quot;
implementationVersion=&quot;2.0&quot;
implementationURL=&quot;http://somewhere.com&quot;/&gt;
implementationURL=&quot;https://somewhere.com&quot;/&gt;

&lt;extensionSet id=&quot;option.ext&quot;&gt;
&lt;libfileset dir=&quot;lib/option&quot;&gt;
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/jarlib-resolve.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>Examples</h3>

&lt;jarlib-resolve property="dve.library"&gt;
&lt;extension refid="dve.ext"/&gt;
&lt;url url="http://www.realityforge.net/jars/dve.jar" destfile="lib/dve.jar"/&gt;
&lt;url url="https://www.example.com/jars/dve.jar" destfile="lib/dve.jar"/&gt;
&lt;/jarlib-resolve&gt;</pre>

<p>Resolve Extension to file produce by Ant build. If file does not get produced or Ant file is
Expand Down Expand Up @@ -188,7 +188,7 @@ <h3>Examples</h3>
&lt;extension refid="dve.ext"/&gt;
&lt;location location="/opt/jars/dve.jar"/&gt;
&lt;ant antfile="../dve/build.xml" target="main" destfile="lib/dve.jar"/&gt;
&lt;url url="http://www.realityforge.net/jars/dve.jar" destfile="lib/dve.jar"/&gt;
&lt;url url="https://example.com/jars/dve.jar" destfile="lib/dve.jar"/&gt;
&lt;/jarlib-resolve&gt;</pre>

</body>
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/javac.html
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ <h3 id="bootstrap">Bootstrap options</h3>
&lt;/javac&gt;</pre>

<h3>OpenJDK notes</h3>
<p>The <a href="http://openjdk.java.net/" target="_top">OpenJDK</a> project has provided
the <code>javac</code> <a href="http://openjdk.java.net/groups/compiler/" target="_top">compiler</a>
<p>The <a href="https://openjdk.java.net/" target="_top">OpenJDK</a> project has provided
the <code>javac</code> <a href="https://openjdk.java.net/groups/compiler/" target="_top">compiler</a>
as an open source project. The output of this project is a <code>javac.jar</code> which contains
the <kbd>javac</kbd> compiler. This compiler may be used with the <code>&lt;javac&gt;</code> task
with the use of a <kbd>-Xbootclasspath/p</kbd> Java argument. The argument needs to be given to the
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/javah.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3>Description</h3>
<ul>
<li><q>default</q>&mdash;the default compiler for the platform.</li>
<li><q>sun</q>&mdash;the standard compiler of the JDK.</li>
<li><q>kaffeh</q>&mdash;the native standard compiler of <a href="http://www.kaffe.org"
<li><q>kaffeh</q>&mdash;the native standard compiler of <a href="https://github.com/kaffe/kaffe"
target="_top">Kaffe</a>.</li>
<li><q>gcjh</q>&mdash;the native standard compiler
of <a href="https://gcc.gnu.org/gcc-7/changes.html#java" target="_top">gcj and
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/jdepend.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 id="jdepend">JDepend</h2>

<h3>Description</h3>

<p>Invokes the <a href="http://www.clarkware.com/software/JDepend.html" target="_top">JDepend</a>
<p>Invokes the <a href="https://github.com/clarkware/jdepend" target="_top">JDepend</a>
parser.</p>

<p>This parser &quot;traverses a set of Java source file directories and generates design quality
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/loadproperties.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ <h3>Examples</h3>
&lt;/filterchain&gt;
&lt;/loadproperties&gt;</pre>

<p>Load contents of <samp>http://example.org/url.properties.gz</samp>, uncompress it on the fly and
<p>Load contents of <samp>https://example.org/url.properties.gz</samp>, uncompress it on the fly and
load the contents as Ant properties.</p>
<pre>
&lt;loadproperties&gt;
&lt;<a href="../Types/resources.html#gzipresource">gzipresource</a>&gt;
&lt;<a href="../Types/resources.html#url">url</a> url="http://example.org/url.properties.gz"/&gt;
&lt;<a href="../Types/resources.html#url">url</a> url="https://example.org/url.properties.gz"/&gt;
&lt;/gzipresource&gt;
&lt;/loadproperties&gt;</pre>

Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/loadresource.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3>Examples</h3>
an <code>&lt;echo&gt;</code> can print this.</p>
<pre>
&lt;loadresource property="homepage"&gt;
&lt;url url="http://ant.apache.org/index.html"/&gt;
&lt;url url="https://ant.apache.org/index.html"/&gt;
&lt;/loadresource&gt;</pre>

<p>For more examples see the <a href="loadfile.html">loadfile</a> task.</p>
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/native2ascii.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h3>Description</h3>
<li><q>default</q>&mdash;the default converter for the platform: kaffe when run on Kaffe,
builtin otherwise.</li>
<li><q>sun</q>&mdash;used to be the standard converter of the JDK 8 or earlier</li>
<li><q>kaffe</q>&mdash;the standard converter of <a href="http://www.kaffe.org"
<li><q>kaffe</q>&mdash;the standard converter of <a href="https://github.com/kaffe/kaffe"
target="_top">Kaffe</a></li>
<li><q>builtin</q>&mdash;Ant's internal implementation. <em>Since Ant 1.9.8</em></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/pack.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ <h3>Examples</h3>
<pre>&lt;bzip2 src=&quot;test.tar&quot; destfile=&quot;test.tar.bz2&quot;/&gt;</pre>
<pre>&lt;xz src=&quot;test.tar&quot; destfile=&quot;test.tar.xz&quot;/&gt;</pre>

<p>Download <samp>http://example.org/archive.tar</samp> and compress it
<p>Download <samp>https://example.org/archive.tar</samp> and compress it
to <samp>archive.tar.gz</samp> in the project's <var>basedir</var> on the fly.</p>
<pre>
&lt;gzip destfile=&quot;archive.tar.gz&quot;&gt;
&lt;url url="http://example.org/archive.tar"/&gt;
&lt;url url="https://example.org/archive.tar"/&gt;
&lt;/gzip&gt;</pre>

</body>
Expand Down
10 changes: 5 additions & 5 deletions manual/Tasks/property.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>Description</h3>
<p>A list of predefined properties can be
found <a href="../properties.html#built-in-props">here</a>.</p>
<p><em>Since Apache Ant 1.8.0</em>, it is possible to load properties defined in XML according
to <a href="http://java.sun.com/dtd/properties.dtd" target="_top">Sun DTD</a>, when running on Java
to <a href="https://java.sun.com/dtd/properties.dtd" target="_top">Sun DTD</a>, when running on Java
5+. For this the name of the file, resource or url has to end with <samp>.xml</samp>.</p>

<h3>Parameters</h3>
Expand Down Expand Up @@ -215,8 +215,8 @@ <h3>Examples</h3>
<pre>&lt;property file=&quot;foo.properties&quot;/&gt;</pre>

<p>Read a set of properties from the
address <samp>http://www.mysite.com/bla/props/foo.properties</samp>.</p>
<pre>&lt;property url=&quot;http://www.mysite.com/bla/props/foo.properties&quot;/&gt;</pre>
address <samp>https://www.mysite.com/bla/props/foo.properties</samp>.</p>
<pre>&lt;property url=&quot;https://www.mysite.com/bla/props/foo.properties&quot;/&gt;</pre>

<p>Read a set of properties from a resource called <samp>foo.properties</samp>.</p>
<pre>&lt;property resource=&quot;foo.properties&quot;/&gt;</pre>
Expand Down Expand Up @@ -278,8 +278,8 @@ <h3>Property files</h3>
<pre>
build.compiler=jikes
deploy.server=lucky
deploy.port=8080
deploy.url=http://${deploy.server}:${deploy.port}/</pre>
deploy.port=8443
deploy.url=https://${deploy.server}:${deploy.port}/</pre>

<h3 id="notes-env">Notes about environment variables</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/retry.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3>Example</h3>
an unreliable network resource.</p>
<pre>
&lt;retry retrycount="3"&gt;
&lt;get src="http://www.unreliable-server.com/unreliable.tar.gz"
&lt;get src="https://www.unreliable-server.com/unreliable.tar.gz"
dest="/home/retry/unreliable.tar.gz"/&gt;
&lt;/retry&gt;</pre>
</body>
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/rmic.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3>Description</h3>
<li><q>default</q>&mdash;the default compiler (<q>kaffe</q>, <q>sun</q> or <q>forking</q>) for the
platform.
<li><q>sun</q>&mdash;the standard compiler prior to JDK 9</li>
<li><q>kaffe</q>&mdash;the standard compiler of <a href="http://www.kaffe.org"
<li><q>kaffe</q>&mdash;the standard compiler of <a href="https://github.com/kaffe/kaffe"
target="_top">Kaffe</a></li>
<li><q>weblogic</q></li>
<li><q>forking</q>&mdash;(<em>since Apache Ant 1.7</em>) the <q>sun</q> compiler forked into a
Expand All @@ -72,7 +72,7 @@ <h3>Description</h3>

<h4>CORBA support</h4>

<p>Java 11 <a href="http://openjdk.java.net/jeps/320" target="_top">removes</a> the Java EE and
<p>Java 11 <a href="https://openjdk.java.net/jeps/320" target="_top">removes</a> the Java EE and
CORBA packages and <kbd>rmic</kbd> no longer supports either <kbd>-iiop</kbd>
or <kbd>-idl</kbd> options. Starting with Ant 1.10.3, the <kbd>rmic</kbd> task will fail when using
either while running Java 11+ unless you fork the task and explicitly specify an executable.</p>
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/scriptdef.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,15 @@ <h3>Examples</h3>
&lt;target name="echo-task-jython"&gt;
&lt;scriptdef language="jython"
name="echo"
uri="http://example.org/script"&gt;
uri="https://example.org/script"&gt;
&lt;![CDATA[
self.log("text: " +self.text)
]]&gt;
&lt;/scriptdef&gt;
&lt;/target&gt;

&lt;target name="testEcho" depends="echo-task-jython"
xmlns:s="http://example.org/script"&gt;
xmlns:s="https://example.org/script"&gt;
&lt;s:echo&gt;nested text&lt;/s:echo&gt;
&lt;/target&gt;</pre>

Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/serverdeploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 id="serverdeploy">Apache Ant ServerDeploy User Manual</h1>
<p>At present the tasks support:</p>

<ul>
<li><a href="http://www.bea.com" target="_top">WebLogic</a> servers</li>
<li><a href="https://www.oracle.com/corporate/acquisitions/bea/" target="_top">WebLogic</a> servers</li>
<li><a href="https://jonas.ow2.org/" target="_top">JOnAS</a> 2.4 Open Source EJB server</li>
</ul>
<p>Over time we expect further optional tasks to support additional J2EE Servers.</p>
Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>Examples</h3>

<p>Splash the Jakarta logo, for an initial period of 5 seconds.</p>
<pre>
&lt;splash imageurl=&quot;http://jakarta.apache.org/images/jakarta-logo.gif&quot;
&lt;splash imageurl=&quot;https://jakarta.apache.org/images/jakarta-logo.gif&quot;
useproxy=&quot;true&quot;
showduration=&quot;5000&quot;/&gt;</pre>

Expand Down
2 changes: 1 addition & 1 deletion manual/Tasks/typedef.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3>Description</h3>
<p>If you are defining tasks or types that share the same classpath with
multiple <code>taskdef</code> or <code>typedef</code> tasks, the corresponding classes will be
loaded by different
Java <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html"
Java <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html"
target="_top">ClassLoaders</a>. Two classes with the same name loaded via different ClassLoaders
are not the same class from the point of view of JVM, they don't share static variables and
instances of these classes can't access private methods or attributes of instances defined by "the
Expand Down
4 changes: 2 additions & 2 deletions manual/Tasks/unpack.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ <h3>Examples</h3>
a directory).</p>
<pre>&lt;gunzip src=&quot;test.tar.gz&quot; dest=&quot;subdir&quot;/&gt;</pre>

<p>Download <samp>http://example.org/archive.tar.gz</samp> and expand it to <samp>archive.tar</samp>
<p>Download <samp>https://example.org/archive.tar.gz</samp> and expand it to <samp>archive.tar</samp>
in the project's <var>basedir</var> on the fly.</p>
<pre>
&lt;gunzip dest=&quot;.&quot;&gt;
&lt;url url="http://example.org/archive.tar.gz"/&gt;
&lt;url url="https://example.org/archive.tar.gz"/&gt;
&lt;/gunzip&gt;
</pre>

Expand Down
Loading

0 comments on commit 264074b

Please sign in to comment.