From 264074b82c01d9733b00bc8b5afcbbb4a205afbf Mon Sep 17 00:00:00 2001 From: jkf Date: Sat, 25 May 2019 15:38:31 +0200 Subject: [PATCH] Updated manual to use https as far as currently possible. --- manual/Integration/jext-plugin.html | 4 ++-- manual/LICENSE | 2 +- manual/Tasks/antversion.html | 2 +- manual/Tasks/changelog.html | 2 +- manual/Tasks/conditions.html | 2 +- manual/Tasks/copy.html | 4 ++-- manual/Tasks/cvstagdiff.html | 2 +- manual/Tasks/ejb.html | 4 ++-- manual/Tasks/get.html | 16 +++++++-------- manual/Tasks/jar.html | 4 ++-- manual/Tasks/jarlib-manifest.html | 4 ++-- manual/Tasks/jarlib-resolve.html | 4 ++-- manual/Tasks/javac.html | 4 ++-- manual/Tasks/javah.html | 2 +- manual/Tasks/jdepend.html | 2 +- manual/Tasks/loadproperties.html | 4 ++-- manual/Tasks/loadresource.html | 2 +- manual/Tasks/native2ascii.html | 2 +- manual/Tasks/pack.html | 4 ++-- manual/Tasks/property.html | 10 ++++----- manual/Tasks/retry.html | 2 +- manual/Tasks/rmic.html | 4 ++-- manual/Tasks/scriptdef.html | 4 ++-- manual/Tasks/serverdeploy.html | 2 +- manual/Tasks/splash.html | 2 +- manual/Tasks/typedef.html | 2 +- manual/Tasks/unpack.html | 4 ++-- manual/Tasks/waitfor.html | 6 +++--- manual/Types/extension.html | 2 +- manual/Types/extensionset.html | 2 +- manual/Types/namespace.html | 32 ++++++++++++++--------------- manual/Types/resources.html | 4 ++-- manual/Types/tarfileset.html | 2 +- manual/ide.html | 2 +- manual/install.html | 10 ++++----- manual/properties.html | 2 +- manual/tasksoverview.html | 2 +- 37 files changed, 82 insertions(+), 82 deletions(-) diff --git a/manual/Integration/jext-plugin.html b/manual/Integration/jext-plugin.html index 1d260efe5f..dade832a7b 100644 --- a/manual/Integration/jext-plugin.html +++ b/manual/Integration/jext-plugin.html @@ -30,8 +30,8 @@

AntWork Plugin for the Jext Java Text Editor


You can download the plugin -at: http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download

+at: https://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download

Installation instructions from the Readme.txt

diff --git a/manual/LICENSE b/manual/LICENSE index c7e6271531..239ec947ce 100644 --- a/manual/LICENSE +++ b/manual/LICENSE @@ -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 * diff --git a/manual/Tasks/antversion.html b/manual/Tasks/antversion.html index 1f020a87a5..7f032b5f3a 100644 --- a/manual/Tasks/antversion.html +++ b/manual/Tasks/antversion.html @@ -79,7 +79,7 @@

Examples

<condition property="Ant17isOnline"> <and> <antversion exactly="1.7.0"/> - <http url="http://ant.apache.org"/> + <http url="https://ant.apache.org"/> </and> </condition> diff --git a/manual/Tasks/changelog.html b/manual/Tasks/changelog.html index 0417052700..2b5411b133 100644 --- a/manual/Tasks/changelog.html +++ b/manual/Tasks/changelog.html @@ -239,7 +239,7 @@

Generate Report

style="${ant.home}/etc/changelog.xsl"> <param name="title" expression="Ant ChangeLog"/> <param name="module" expression="ant"/> - <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/> + <param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/> </style>

Sample Output

diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html index 235f9d4147..846733f585 100644 --- a/manual/Tasks/conditions.html +++ b/manual/Tasks/conditions.html @@ -611,7 +611,7 @@

isreachable

 <condition property="offline">
-  <isreachable url="http://ibiblio.org/maven/"/>
+  <isreachable url="https://ibiblio.org/maven/"/>
 </condition>

Probe for the Maven repository being reachable.

diff --git a/manual/Tasks/copy.html b/manual/Tasks/copy.html index 03aae8dea2..48f07d938d 100644 --- a/manual/Tasks/copy.html +++ b/manual/Tasks/copy.html @@ -241,7 +241,7 @@

Examples

<copy todir="dest" flatten="true"> <resources> <file file="src_dir/file1.txt"/> - <url url="http://ant.apache.org/index.html"/> + <url url="https://ant.apache.org/index.html"/> </resources> </copy> @@ -260,7 +260,7 @@

Examples

<file file="src_dir/file1.txt"/> <file file="src_dir/file2.txt"/> <file file="src_dir/file3.txt"/> - <url url="http://ant.apache.org/index.html"/> + <url url="https://ant.apache.org/index.html"/> </resources> </sort> </first> diff --git a/manual/Tasks/cvstagdiff.html b/manual/Tasks/cvstagdiff.html index 6647a19c3c..aef891f2b5 100644 --- a/manual/Tasks/cvstagdiff.html +++ b/manual/Tasks/cvstagdiff.html @@ -189,7 +189,7 @@

Generate Report

style="${ant.home}/etc/tagdiff.xsl"> <param name="title" expression="Ant Diff"/> <param name="module" expression="ant"/> - <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/> + <param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/> </style>

Output

diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html index 02045791d1..24fb9c2e8f 100644 --- a/manual/Tasks/ejb.html +++ b/manual/Tasks/ejb.html @@ -56,13 +56,13 @@

Introduction

The tasks support:

diff --git a/manual/Tasks/get.html b/manual/Tasks/get.html index 356b39a425..28a68268e3 100644 --- a/manual/Tasks/get.html +++ b/manual/Tasks/get.html @@ -28,7 +28,7 @@

Get

Description

Gets files from URLs. When the verbose option is on, this task displays a . for every 100 Kb retrieved. Any URL schema supported by the runtime is valid here, -including http:, ftp: and jar:.

+including http:, https:, ftp: and jar:.

The usetimestamp 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 @@ -175,14 +175,14 @@

header

Examples

-

Get the index page of http://ant.apache.org/, and store it in the +

Get the index page of https://ant.apache.org/, and store it in the file help/index.html.

-
<get src="http://ant.apache.org/" dest="help/index.html"/>
+
<get src="https://ant.apache.org/" dest="help/index.html"/>

Get the PGP keys of Ant's (current and past) release managers, if the local copy is missing or out of date. Use the verbose option for progress information.

-<get src="http://www.apache.org/dist/ant/KEYS"
+<get src="https://www.apache.org/dist/ant/KEYS"
      dest="KEYS"
      verbose="true"
      usetimestamp="true"/>
@@ -230,20 +230,20 @@

Examples

 <get dest="downloads">
-  <url url="http://ant.apache.org/index.html"/>
-  <url url="http://ant.apache.org/faq.html"/>
+  <url url="https://ant.apache.org/index.html"/>
+  <url url="https://ant.apache.org/faq.html"/>
 </get>

Using custom HTTP headers

-<get src="http://ant.apache.org/index.html" dest="downloads">
+<get src="https://ant.apache.org/index.html" dest="downloads">
   <header name="header1" value="headerValue1"/>
   <header name="header2" value="headerValue2"/>
   <header name="header3" value="headerValue3"/>
 </get>
-

get the index and FAQ pages of http://ant.apache.org/, and store them in the +

get the index and FAQ pages of https://ant.apache.org/, and store them in the directory downloads which will be created if necessary.

diff --git a/manual/Tasks/jar.html b/manual/Tasks/jar.html index dd15f71e3a..581ae4bb3f 100644 --- a/manual/Tasks/jar.html +++ b/manual/Tasks/jar.html @@ -88,7 +88,7 @@

Description

To cryptographically sign your JAR file, use the SignJar task on the JAR that you create from this task.

-

For creating a simple version of a JEP +

For creating a simple version of a JEP 238 multi-release jar, you don't need any special tools. Just set the required manifest entry and place the files where required, as you could see in the JEP 238 example. If you want to tune this kind of jar, @@ -521,7 +521,7 @@

Service Provider

JEP 238 example: a Multi-Release JAR Files

Here we want to create a Multi-Release JAR File according the -specification JEP 238. It defines on +specification JEP 238. 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.
Basically it says, that you have to set the manifest entry Multi-Release: true and place all additional or overwriting classes diff --git a/manual/Tasks/jarlib-manifest.html b/manual/Tasks/jarlib-manifest.html index 3304dc01cb..ee697900e4 100644 --- a/manual/Tasks/jarlib-manifest.html +++ b/manual/Tasks/jarlib-manifest.html @@ -72,7 +72,7 @@

Examples

implementationVendorID="vv" implementationVendor="Apache" implementationVersion="2.0" - implementationURL="http://somewhere.com"/> + implementationURL="https://somewhere.com"/> <jarlib-manifest destfile="myManifest.txt"> <extension refid="e1"/> @@ -87,7 +87,7 @@

Examples

implementationVendorID="vv" implementationVendor="Apache" implementationVersion="2.0" - implementationURL="http://somewhere.com"/> + implementationURL="https://somewhere.com"/> <extensionSet id="option.ext"> <libfileset dir="lib/option"> diff --git a/manual/Tasks/jarlib-resolve.html b/manual/Tasks/jarlib-resolve.html index 4ae92132c6..31c3acde38 100644 --- a/manual/Tasks/jarlib-resolve.html +++ b/manual/Tasks/jarlib-resolve.html @@ -158,7 +158,7 @@

Examples

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

Resolve Extension to file produce by Ant build. If file does not get produced or Ant file is @@ -188,7 +188,7 @@

Examples

<extension refid="dve.ext"/> <location location="/opt/jars/dve.jar"/> <ant antfile="../dve/build.xml" target="main" destfile="lib/dve.jar"/> - <url url="http://www.realityforge.net/jars/dve.jar" destfile="lib/dve.jar"/> + <url url="https://example.com/jars/dve.jar" destfile="lib/dve.jar"/> </jarlib-resolve> diff --git a/manual/Tasks/javac.html b/manual/Tasks/javac.html index c322dc937a..30cf3b7cc0 100644 --- a/manual/Tasks/javac.html +++ b/manual/Tasks/javac.html @@ -718,8 +718,8 @@

Bootstrap options

</javac>

OpenJDK notes

-

The OpenJDK project has provided -the javac compiler +

The OpenJDK project has provided +the javac compiler as an open source project. The output of this project is a javac.jar which contains the javac compiler. This compiler may be used with the <javac> task with the use of a -Xbootclasspath/p Java argument. The argument needs to be given to the diff --git a/manual/Tasks/javah.html b/manual/Tasks/javah.html index 22b6f352f9..bc92bf9200 100644 --- a/manual/Tasks/javah.html +++ b/manual/Tasks/javah.html @@ -47,7 +47,7 @@

Description

diff --git a/manual/Tasks/pack.html b/manual/Tasks/pack.html index 5d1d1bedfc..6f6dad1ece 100644 --- a/manual/Tasks/pack.html +++ b/manual/Tasks/pack.html @@ -65,11 +65,11 @@

Examples

<bzip2 src="test.tar" destfile="test.tar.bz2"/>
<xz src="test.tar" destfile="test.tar.xz"/>
-

Download http://example.org/archive.tar and compress it +

Download https://example.org/archive.tar and compress it to archive.tar.gz in the project's basedir on the fly.

 <gzip destfile="archive.tar.gz">
-  <url url="http://example.org/archive.tar"/>
+  <url url="https://example.org/archive.tar"/>
 </gzip>
diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html index 1d486b574e..b96f90e6fc 100644 --- a/manual/Tasks/property.html +++ b/manual/Tasks/property.html @@ -64,7 +64,7 @@

Description

A list of predefined properties can be found here.

Since Apache Ant 1.8.0, it is possible to load properties defined in XML according -to Sun DTD, when running on Java +to Sun DTD, when running on Java 5+. For this the name of the file, resource or url has to end with .xml.

Parameters

@@ -215,8 +215,8 @@

Examples

<property file="foo.properties"/>

Read a set of properties from the -address http://www.mysite.com/bla/props/foo.properties.

-
<property url="http://www.mysite.com/bla/props/foo.properties"/>
+address https://www.mysite.com/bla/props/foo.properties.

+
<property url="https://www.mysite.com/bla/props/foo.properties"/>

Read a set of properties from a resource called foo.properties.

<property resource="foo.properties"/>
@@ -278,8 +278,8 @@

Property files

 build.compiler=jikes
 deploy.server=lucky
-deploy.port=8080
-deploy.url=http://${deploy.server}:${deploy.port}/
+deploy.port=8443 +deploy.url=https://${deploy.server}:${deploy.port}/

Notes about environment variables

diff --git a/manual/Tasks/retry.html b/manual/Tasks/retry.html index d8ad260546..f8167e4ef9 100644 --- a/manual/Tasks/retry.html +++ b/manual/Tasks/retry.html @@ -55,7 +55,7 @@

Example

an unreliable network resource.

 <retry retrycount="3">
-  <get src="http://www.unreliable-server.com/unreliable.tar.gz"
+  <get src="https://www.unreliable-server.com/unreliable.tar.gz"
        dest="/home/retry/unreliable.tar.gz"/>
 </retry>
diff --git a/manual/Tasks/rmic.html b/manual/Tasks/rmic.html index 0c4f00b3ef..49a9788c7d 100644 --- a/manual/Tasks/rmic.html +++ b/manual/Tasks/rmic.html @@ -52,7 +52,7 @@

Description

  • default—the default compiler (kaffe, sun or forking) for the platform.
  • sun—the standard compiler prior to JDK 9
  • -
  • kaffe—the standard compiler of kaffe—the standard compiler of Kaffe
  • weblogic
  • forking—(since Apache Ant 1.7) the sun compiler forked into a @@ -72,7 +72,7 @@

    Description

    CORBA support

    -

    Java 11 removes the Java EE and +

    Java 11 removes the Java EE and CORBA packages and rmic no longer supports either -iiop or -idl options. Starting with Ant 1.10.3, the rmic task will fail when using either while running Java 11+ unless you fork the task and explicitly specify an executable.

    diff --git a/manual/Tasks/scriptdef.html b/manual/Tasks/scriptdef.html index 74eaa0ed92..680f1a8648 100644 --- a/manual/Tasks/scriptdef.html +++ b/manual/Tasks/scriptdef.html @@ -249,7 +249,7 @@

    Examples

    <target name="echo-task-jython"> <scriptdef language="jython" name="echo" - uri="http://example.org/script"> + uri="https://example.org/script"> <![CDATA[ self.log("text: " +self.text) ]]> @@ -257,7 +257,7 @@

    Examples

    </target> <target name="testEcho" depends="echo-task-jython" - xmlns:s="http://example.org/script"> + xmlns:s="https://example.org/script"> <s:echo>nested text</s:echo> </target> diff --git a/manual/Tasks/serverdeploy.html b/manual/Tasks/serverdeploy.html index 5def938808..780c66189b 100644 --- a/manual/Tasks/serverdeploy.html +++ b/manual/Tasks/serverdeploy.html @@ -37,7 +37,7 @@

    Apache Ant ServerDeploy User Manual

    At present the tasks support:

    Over time we expect further optional tasks to support additional J2EE Servers.

    diff --git a/manual/Tasks/splash.html b/manual/Tasks/splash.html index 97e20c62f1..6b54470e55 100644 --- a/manual/Tasks/splash.html +++ b/manual/Tasks/splash.html @@ -107,7 +107,7 @@

    Examples

    Splash the Jakarta logo, for an initial period of 5 seconds.

    -<splash imageurl="http://jakarta.apache.org/images/jakarta-logo.gif"
    +<splash imageurl="https://jakarta.apache.org/images/jakarta-logo.gif"
             useproxy="true"
             showduration="5000"/>
    diff --git a/manual/Tasks/typedef.html b/manual/Tasks/typedef.html index 444fd7a205..243ce0687d 100644 --- a/manual/Tasks/typedef.html +++ b/manual/Tasks/typedef.html @@ -45,7 +45,7 @@

    Description

    If you are defining tasks or types that share the same classpath with multiple taskdef or typedef tasks, the corresponding classes will be loaded by different -Java ClassLoaders. 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 diff --git a/manual/Tasks/unpack.html b/manual/Tasks/unpack.html index 81c1abf086..89fff556db 100644 --- a/manual/Tasks/unpack.html +++ b/manual/Tasks/unpack.html @@ -78,11 +78,11 @@

    Examples

    a directory).

    <gunzip src="test.tar.gz" dest="subdir"/>
    -

    Download http://example.org/archive.tar.gz and expand it to archive.tar +

    Download https://example.org/archive.tar.gz and expand it to archive.tar in the project's basedir on the fly.

     <gunzip dest=".">
    -  <url url="http://example.org/archive.tar.gz"/>
    +  <url url="https://example.org/archive.tar.gz"/>
     </gunzip>
     
    diff --git a/manual/Tasks/waitfor.html b/manual/Tasks/waitfor.html index 9a9917891e..2f6056f134 100644 --- a/manual/Tasks/waitfor.html +++ b/manual/Tasks/waitfor.html @@ -106,16 +106,16 @@

    Examples

    on localhost to serve up the specified URL.

     <waitfor maxwait="3" maxwaitunit="minute" checkevery="500">
    -    <http url="http://localhost/myapp/index.html"/>
    +    <http url="https://localhost/myapp/index.html"/>
     </waitfor>

    Wait up to 10 seconds for a server on the dbserver machine to begin listening on -port 1521 and for the http://webserver/mypage.html web page to become available.

    +port 1521 and for the https://webserver/mypage.html web page to become available.

     <waitfor maxwait="10" maxwaitunit="second">
         <and>
             <socket server="dbserver" port="1521"/>
    -        <http url="http://webserver/mypage.html"/>
    +        <http url="https://webserver/mypage.html"/>
         </and>
     </waitfor>
    diff --git a/manual/Types/extension.html b/manual/Types/extension.html index 79d6c03042..c7e6e1439d 100644 --- a/manual/Types/extension.html +++ b/manual/Types/extension.html @@ -90,7 +90,7 @@

    Examples

    implementationVendorID="vv" implementationVendor="Apache" implementationVersion="2.0" - implementationURL="http://somewhere.com/myExt.jar"/> + implementationURL="https://somewhere.com/myExt.jar"/>

    Fully specified extension object.

    diff --git a/manual/Types/extensionset.html b/manual/Types/extensionset.html index fe16f7d7e7..0cb5385035 100644 --- a/manual/Types/extensionset.html +++ b/manual/Types/extensionset.html @@ -53,7 +53,7 @@

    Examples

    implementationVendorID="vv" implementationVendor="Apache" implementationVersion="2.0" - implementationURL="http://somewhere.com/myExt.jar"/> + implementationURL="https://somewhere.com/myExt.jar"/> <libfileset id="lfs" includeUrl="true" diff --git a/manual/Types/namespace.html b/manual/Types/namespace.html index 77640cebf2..48c5f1422e 100644 --- a/manual/Types/namespace.html +++ b/manual/Types/namespace.html @@ -64,8 +64,8 @@

    Assigning Namespaces

    URI of the XML namespace with which the type should be associated:

    -<typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    -<my:task xmlns:my="http://example.org/tasks">
    +<typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    +<my:task xmlns:my="http://example.org/tasks">
         ...
     </my:task>

    As the above example demonstrates, the namespace URI needs to be specified at least @@ -74,8 +74,8 @@

    Assigning Namespaces

    the xmlns attribute. This mapping can happen at any level in the build file:

    -<project name="test" xmlns:my="http://example.org/tasks">
    -    <typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    +<project name="test" xmlns:my="http://example.org/tasks">
    +    <typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
         <my:task>
             ...
         </my:task>
    @@ -86,8 +86,8 @@ 

    Assigning Namespaces

     <project name="test">
    -    <typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    -    <task xmlns="http://example.org/tasks">
    +    <typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    +    <task xmlns="http://example.org/tasks">
             ...
         </task>
     </project>
    @@ -113,8 +113,8 @@

    Namespaces and Nested Elements

    nested config element, the build file snippet would look like this:

    -<typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    -<my:task xmlns:my="http://example.org/tasks">
    +<typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    +<my:task xmlns:my="http://example.org/tasks">
         <my:config a="foo" b="bar"/>
         ...
     </my:task>
    @@ -123,8 +123,8 @@

    Namespaces and Nested Elements

    script:

    -<typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    -<task xmlns="http://example.org/tasks">
    +<typedef resource="org/example/tasks.properties" uri="http://example.org/tasks"/>
    +<task xmlns="http://example.org/tasks">
         <config a="foo" b="bar"/>
         ...
     </task>
    @@ -134,8 +134,8 @@

    Namespaces and Nested Elements

     <typedef resource="org/example/tasks.properties"
    -    uri="http://example.org/tasks"/>
    -<my:task xmlns:my="http://example.org/tasks">
    +    uri="http://example.org/tasks"/>
    +<my:task xmlns:my="http://example.org/tasks">
         <config a="foo" b="bar"/>
         ...
     </my:task>
    @@ -161,7 +161,7 @@

    Namespaces and Attributes

    -<my:task xmlns:my="http://example.org/tasks">
    +<my:task xmlns:my="http://example.org/tasks">
         <my:config a="foo" b="bar"/>
         ...
     </my:task>
    @@ -169,7 +169,7 @@

    Namespaces and Attributes

    and

    -<my:task xmlns:my="http://example.org/tasks">
    +<my:task xmlns:my="http://example.org/tasks">
         <my:config my:a="foo" my:b="bar"/>
         ...
     </my:task>
    @@ -198,8 +198,8 @@

    Mixing Elements from Different Namespaces

    or addConfigured(Condition) method):

    -<typedef resource="org/example/conditions.properties" uri="http://example.org/conditions"/>
    -<condition property="prop" xmlns="http://example.org/conditions">
    +<typedef resource="org/example/conditions.properties" uri="http://example.org/conditions"/>
    +<condition property="prop" xmlns="http://example.org/conditions">
         <and>
             <available file="bla.txt"/>
             <my:condition a="foo"/>
    diff --git a/manual/Types/resources.html b/manual/Types/resources.html
    index f6a44b37f4..a6b56f7bfb 100644
    --- a/manual/Types/resources.html
    +++ b/manual/Types/resources.html
    @@ -1277,10 +1277,10 @@ 
    Examples
         mirrors.txt:
    -http://best.mirror.example.org/
    +https://best.mirror.example.org/
     http://second.best.mirror.example.org/mirror/of/best/
     https://yet.another.mirror/
    -http://the.original.site/
    +https://the.original.site/
     <copy todir="${target}">
    diff --git a/manual/Types/tarfileset.html b/manual/Types/tarfileset.html
    index a53a1a6a0c..d6dfefb3aa 100644
    --- a/manual/Types/tarfileset.html
    +++ b/manual/Types/tarfileset.html
    @@ -134,7 +134,7 @@ 

    Examples

    <copy todir="some-dir"> <tarfileset includes="lib/**"> <bzip2resource> - <url url="http://example.org/dist/some-archive.tar.bz2"/> + <url url="https://example.org/dist/some-archive.tar.bz2"/> </bzip2resource> </tarfileset> </copy>
    diff --git a/manual/ide.html b/manual/ide.html index a4eff57b51..dfafe10e05 100644 --- a/manual/ide.html +++ b/manual/ide.html @@ -48,7 +48,7 @@

    IDE Integration

    integration: GUI selection of targets, execution, hyperlink to compilation errors
  • - NetBeans IDE uses Ant as the basis for its + NetBeans IDE uses Ant as the basis for its project system starting with the 4.0 release
  • diff --git a/manual/install.html b/manual/install.html index 098384dc2f..5f91b0f393 100644 --- a/manual/install.html +++ b/manual/install.html @@ -248,7 +248,7 @@

    System Requirements

    Open Source Java Runtimes

    -The Ant team strongly supports users running Ant on OpenJDK and +The Ant team strongly supports users running Ant on OpenJDK and other open source Java runtimes, and so strives to have a product that works well on those platforms.

    @@ -836,7 +836,7 @@

    Library Dependencies

    jython.jar Python with script task - http://www.jython.org/ + https://www.jython.org/ jacl.jar and tcljava.jar @@ -857,12 +857,12 @@

    Library Dependencies

    jruby.jar Ruby with script task - http://jruby.org/ + https://jruby.org/ judo.jar Judo language with script task - http://www.judoscript.org/ + used to be at http://www.judoscript.org/ which is now not available anymore. commons-logging.jar @@ -902,7 +902,7 @@

    Library Dependencies

    mail task with MIME encoding, diff --git a/manual/properties.html b/manual/properties.html index c425e8a879..c058af9d30 100644 --- a/manual/properties.html +++ b/manual/properties.html @@ -287,7 +287,7 @@

    Getting the value of a Reference with ${ant.refid:}then the syntax can be used to pass in resource subclasses previously defined as references like

    -<url url="http://ant.apache.org/" id="anturl"/>
    +<url url="https://ant.apache.org/" id="anturl"/>
     <my:task attr="${ant.refid:anturl}"/>

    If/Unless Attributes

    diff --git a/manual/tasksoverview.html b/manual/tasksoverview.html index 98f01a6ec3..f8e36c30d7 100644 --- a/manual/tasksoverview.html +++ b/manual/tasksoverview.html @@ -172,7 +172,7 @@

    Overview of Apache Ant Tasks

    JDepend

    Invokes - the JDepend parser. This parser "traverses a set of Java source-file directories and generates design-quality metrics for each Java package".