diff --git a/docs/manual/CoreTasks/hostinfo.html b/docs/manual/CoreTasks/hostinfo.html index 96f22326f..851b40360 100644 --- a/docs/manual/CoreTasks/hostinfo.html +++ b/docs/manual/CoreTasks/hostinfo.html @@ -1,98 +1,98 @@ - - - - - - -HostInfo Task - - - - -

HostInfo

- -

Description

-

Sets the NAME, DOMAIN, ADDR4, and ADDR6 -properties in the current project.

-

-The NAME contains the host part of the canonical name of the host.
-If the host is not found, the host will contain the name as provided to the task, -or localhost if no host was provided, and no name for the local -host was found.
-The DOMAIN contains the domain part of the canonical name of the host.
- If the host is not found, the domain will contain the domain as provided to the task, - or localdomain if no host / domain was provided.
-The ADDR4 contains the IPv4 address of the host with the widest meaning.
-If no IPv4 address is found and a host has been provided the address 0.0.0.0 -is returned, when no host was provided the address 127.0.0.1 is returned.
-The ADDR6 contains the IPv6 address of the host with the widest meaning.
-If no IPv6 address is found and a host has been provided the address :: -is returned, when no host was provided the address ::1 is returned.
-

- -

These properties can be used in the build-file, for instance, to create -host-stamped filenames, or used to replace placeholder tags inside documents -to indicate, for example, the host where the build was performed on. -The best place for this task is probably in an initialization target.

- -

Parameters

- - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
prefixPrefix used for all properties set. The default is no prefix.No
host - The host to retrieve the information for, default is to retrieve - information for the host the task is running on. - No
- -

Examples

- -
-  <hostinfo/>
-
- -

-Sets the NAME, DOMAIN, ADDR4, and -ADDR6 for the local host, using the most "global" address -available.

-
-  <hostinfo prefix="remotehost" host="www.apache.org"/>
-
-

-Sets the properties remotehost.NAME to eos, -remotehost.DOMAIN to apache.org, -remotehost.ADDR4 to 140.211.11.130 and -remotehost.ADDR6 to :: -for the host with the name www.apache.org (provided the canonical name and ip -addresses do not change). -

- - - + + + + + + +HostInfo Task + + + + +

HostInfo

+ +

Description

+

Sets the NAME, DOMAIN, ADDR4, and ADDR6 +properties in the current project.

+

+The NAME contains the host part of the canonical name of the host.
+If the host is not found, the host will contain the name as provided to the task, +or localhost if no host was provided, and no name for the local +host was found.
+The DOMAIN contains the domain part of the canonical name of the host.
+ If the host is not found, the domain will contain the domain as provided to the task, + or localdomain if no host / domain was provided.
+The ADDR4 contains the IPv4 address of the host with the widest meaning.
+If no IPv4 address is found and a host has been provided the address 0.0.0.0 +is returned, when no host was provided the address 127.0.0.1 is returned.
+The ADDR6 contains the IPv6 address of the host with the widest meaning.
+If no IPv6 address is found and a host has been provided the address :: +is returned, when no host was provided the address ::1 is returned.
+

+ +

These properties can be used in the build-file, for instance, to create +host-stamped filenames, or used to replace placeholder tags inside documents +to indicate, for example, the host where the build was performed on. +The best place for this task is probably in an initialization target.

+ +

Parameters

+ + + + + + + + + + + + + + + + +
AttributeDescriptionRequired
prefixPrefix used for all properties set. The default is no prefix.No
host + The host to retrieve the information for, default is to retrieve + information for the host the task is running on. + No
+ +

Examples

+ +
+  <hostinfo/>
+
+ +

+Sets the NAME, DOMAIN, ADDR4, and +ADDR6 for the local host, using the most "global" address +available.

+
+  <hostinfo prefix="remotehost" host="www.apache.org"/>
+
+

+Sets the properties remotehost.NAME to eos, +remotehost.DOMAIN to apache.org, +remotehost.ADDR4 to 140.211.11.130 and +remotehost.ADDR6 to :: +for the host with the name www.apache.org (provided the canonical name and ip +addresses do not change). +

+ + + diff --git a/docs/nightlies.html b/docs/nightlies.html index 298cdcceb..33f8bf0e1 100644 --- a/docs/nightlies.html +++ b/docs/nightlies.html @@ -1,380 +1,380 @@ - - - - - - - - - Apache Ant - Nightly+Continuous Builds - - - - - - -
- - - - - - -
Apache Ant siteApache Ant logo -
- - - - - - - - - - - - - - -
- - - - -
- the Apache Ant site -
-
-
-
- -
- - - - - -
- - - - -
Home
-
- - - - -
Projects
-
-
- -
- - -
 
-
-
-

Nightly+Continuous Builds

-

- - Nightly Builds -

-

We don't provide binary nightly builds at the moment, but if you -want to build Ant from sources, you can use a Subversion snapshot.

-

- - Continuous Builds -

-

Ant and Ivy are using Continous Integrations systems to improve the development process. -Note that these are no official builds and they are not endorsed or even supported by the Ant team. -But if you have problems with testing the latest (successful) build, you are welcome to post -that on the developer mailinglist. -You can directly access the builds of Ant and Ivy on these CI installations:

-

The Apache Software Foundation hosts an -installation of the Hudson CI-system which Ant + Ivy -use.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TitleDescriptionBuild commandWhenlast buildlast success
Apache Ant
Apache Ivy
Ivy Core Trunkcurrent developmentcontinuously
IvyDE Trunkcurrent developmentcontinuously
Eclipse UpdatesiteUpdate your Eclipse installation with the latest Ivy/IvyDEcontinuously
-

JetBrains is offering Ant the service of a Continuous Build on their TeamCity system.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TitleDescriptionBuild commandWhenlast buildlast success
Apache Ant
Core Trunk (Windows)current development (Windows platform)clean testcontinuously
Core Trunk (Linux)current development (Linux platform)clean testcontinuously
Core Trunk (MacOS)current development (MacOS platform)clean testcontinuously
JavaDocJavaDocs for classes and testclassesjavadocs javadocs.testDaily at 08:00 GMT
(if there are pending changes)
Checkstylecheck the conformance against coding styleguide-f check.xml checkstyle htmlreportcontinuously
Findbugsruns Findbugs against Ant Codebase-f check.xml findbugsDaily at 08:00
(if there are pending changes)
Distributiona 'distribution' nearly as done while releasingallclean main_distributionDaily at 08:00 GMT
(if there are pending changes)
Apache Ivy
Core Trunkcurrent developmentclean-all testcontinuously
Core 2.0.xmaintenance of 2.x releasesclean-all testcontinuously
Core Trunk - Checkstylecheck of code styleguideclean checkstyleDaily at 00:00 GMT + 12:00 GMT
(if there are pending changes)
Core Trunk - Distributiona 'distribution' nearly as done while releasing.-f build-release.xml snapshot-maven2Daily at 09:00 GMT
(if there are pending changes)
- -
-
- - - - - - - - - - - - - - - - - - - + + + + + + + + + Apache Ant - Nightly+Continuous Builds + + + + + + +
+ + + + + + +
Apache Ant siteApache Ant logo +
+ + + + + + + + + + + + + + +
+ + + + +
+ the Apache Ant site +
+
+
+
+ +
+ + + + + +
+ + + + +
Home
+
+ + + + +
Projects
+
+
+ +
+ + +
 
+
+
+

Nightly+Continuous Builds

+

+ + Nightly Builds +

+

We don't provide binary nightly builds at the moment, but if you +want to build Ant from sources, you can use a Subversion snapshot.

+

+ + Continuous Builds +

+

Ant and Ivy are using Continous Integrations systems to improve the development process. +Note that these are no official builds and they are not endorsed or even supported by the Ant team. +But if you have problems with testing the latest (successful) build, you are welcome to post +that on the developer mailinglist. +You can directly access the builds of Ant and Ivy on these CI installations:

+

The Apache Software Foundation hosts an +installation of the Hudson CI-system which Ant + Ivy +use.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleDescriptionBuild commandWhenlast buildlast success
Apache Ant
Apache Ivy
Ivy Core Trunkcurrent developmentcontinuously
IvyDE Trunkcurrent developmentcontinuously
Eclipse UpdatesiteUpdate your Eclipse installation with the latest Ivy/IvyDEcontinuously
+

JetBrains is offering Ant the service of a Continuous Build on their TeamCity system.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleDescriptionBuild commandWhenlast buildlast success
Apache Ant
Core Trunk (Windows)current development (Windows platform)clean testcontinuously
Core Trunk (Linux)current development (Linux platform)clean testcontinuously
Core Trunk (MacOS)current development (MacOS platform)clean testcontinuously
JavaDocJavaDocs for classes and testclassesjavadocs javadocs.testDaily at 08:00 GMT
(if there are pending changes)
Checkstylecheck the conformance against coding styleguide-f check.xml checkstyle htmlreportcontinuously
Findbugsruns Findbugs against Ant Codebase-f check.xml findbugsDaily at 08:00
(if there are pending changes)
Distributiona 'distribution' nearly as done while releasingallclean main_distributionDaily at 08:00 GMT
(if there are pending changes)
Apache Ivy
Core Trunkcurrent developmentclean-all testcontinuously
Core 2.0.xmaintenance of 2.x releasesclean-all testcontinuously
Core Trunk - Checkstylecheck of code styleguideclean checkstyleDaily at 00:00 GMT + 12:00 GMT
(if there are pending changes)
Core Trunk - Distributiona 'distribution' nearly as done while releasing.-f build-release.xml snapshot-maven2Daily at 09:00 GMT
(if there are pending changes)
+ +
+
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/projects/ivy.html b/docs/projects/ivy.html index 8e358d5ee..020a98da3 100644 --- a/docs/projects/ivy.html +++ b/docs/projects/ivy.html @@ -1,185 +1,185 @@ - - - - - - - - - Apache Ant - The Ivy Subproject - - - - - - -
- - - - - - -
Apache Ant siteApache Ant logo -
- - - - - - - - - - - - - - -
- - - - -
- the Apache Ant site -
-
-
-
- -
- - - - - -
- - - - -
Home
-
- - - - -
Projects
-
-
- -
- - -
 
-
-
-

The Ivy Subproject

-

- - The Ivy Subproject -

-

Apache Ivy

-

Ivy is a simple yet powerful dependency manager featuring continuous integration, - dependencies of dependencies management, multiple repositories including ibiblio and - high performance (use of a local cache).

- -
-
- - - - - - - - - - - - - - - - - - - + + + + + + + + + Apache Ant - The Ivy Subproject + + + + + + +
+ + + + + + +
Apache Ant siteApache Ant logo +
+ + + + + + + + + + + + + + +
+ + + + +
+ the Apache Ant site +
+
+
+
+ +
+ + + + + +
+ + + + +
Home
+
+ + + + +
Projects
+
+
+ +
+ + +
 
+
+
+

The Ivy Subproject

+

+ + The Ivy Subproject +

+

Apache Ivy

+

Ivy is a simple yet powerful dependency manager featuring continuous integration, + dependencies of dependencies management, multiple repositories including ibiblio and + high performance (use of a local cache).

+ +
+
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/svn.html b/docs/svn.html index f0bd910f7..698050774 100644 --- a/docs/svn.html +++ b/docs/svn.html @@ -209,16 +209,23 @@ svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]

Modules available for access are: