From 339f459f7dc45588b0e431398efddc4a2d5e7f21 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Thu, 2 Feb 2006 10:58:27 +0000 Subject: [PATCH] Applied patch by Petar Tahchiev correcting some typos one the site. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@374349 13f79535-47bb-0310-9956-ffa450edef68 --- docs/contributors.html | 2 +- docs/external.html | 10 +++++----- docs/faq.html | 30 +++++++++++++++--------------- docs/projects.html | 4 ++-- xdocs/contributors.xml | 2 +- xdocs/external.xml | 10 +++++----- xdocs/faq.xml | 42 +++++++++++++++++++++--------------------- xdocs/projects.xml | 14 +++++++------- 8 files changed, 57 insertions(+), 57 deletions(-) diff --git a/docs/contributors.html b/docs/contributors.html index 3279e2335..afe998042 100644 --- a/docs/contributors.html +++ b/docs/contributors.html @@ -238,7 +238,7 @@ J2EE based systems. In his spare time he helps with the development of the Ant build tool. He is also serving as the Chairman of this PMC.

- Jan Matèrne (jhm at apache.org) + Jan Matèrne (jhm at apache.org)
Jan is consultant for OOA/D in the computer centre of the government of Northrhine Westfalia / Germany. He is the co-author of diff --git a/docs/external.html b/docs/external.html index 606f756ac..d459db63f 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2462,7 +2462,7 @@ ideal for creating device optimized applications with its powerful preprocessing capabilities and the integrated device database. With J2ME Polish no hardcoded values are needed and the portability of an - application is not sacrificed, even though highly opimized applications are + application is not sacrificed, even though highly optimized applications are created from a single source.
It contains a logging framework and an optional MIDP-compatible GUI @@ -2838,7 +2838,7 @@ Java2Html

There are two different tools both named Java2HTML that - process Java source code and generate syntax higlighted + process Java source code and generate syntax highlighted documentation from it. Both include Ant tasks to run them.

Java2Html library for converting java source files @@ -4942,7 +4942,7 @@ - Compatibilty: + Compatibility: @@ -5393,7 +5393,7 @@ VPP

VPP provides general file preprocessing support based on - the Velocity Template Engine. The core funtionality is + the Velocity Template Engine. The core functionality is provided as a filter for use with tasks that supports filter chains. Also included are replacement tasks for <copy> and <javac> that integrate support for preprocessing.

@@ -5652,7 +5652,7 @@

XInclude is a W3C standardized vocabulary for including arbitrary text or XML - documents in other XML documents. This task perfomes the inclusion + documents in other XML documents. This task performes the inclusion using an existing XInclude implementation

diff --git a/docs/faq.html b/docs/faq.html index ab748c02f..c1f6612d6 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -305,7 +305,7 @@
  • Whenever I use the Ant jar or manifest related tasks, long lines in - my manifest are wrapped at 70 characters and the resulting jar does + my manifest are wrapped at 70 characters and the resulting jar does not work in my application server. Why does Ant do this?
  • @@ -739,12 +739,12 @@ Apache Ant version 1.6.2 compiled on July 16 2004 How do I create new tasks?

    -

    Apart from a lot of information on using Ant, the - Manual also contains information - on how to extend Ant with new tasks. This information +

    Apart from a lot of information on using Ant, the + Manual also contains information + on how to extend Ant with new tasks. This information can be found under "Developing with Ant".

    Chances are that someone else already created the task you - want to create, it may be wise to see + want to create, it may be wise to see External Tools and Tasks and Related Projects first.

    @@ -1260,28 +1260,28 @@ shell-prompt> m4 foo.m4 > foo Whenever I use the Ant jar or manifest related tasks, long lines in - my manifest are wrapped at 70 characters and the resulting jar does + my manifest are wrapped at 70 characters and the resulting jar does not work in my application server. Why does Ant do this?

    - Ant implements the Java - Jar - file specification. Please refer to the notes section where it + Ant implements the Java + Jar + file specification. Please refer to the notes section where it discusses the maximum allowable length of a line and the concept of continuation characters.

    - If a jar file produced by Ant does not work in your appserver, and + If a jar file produced by Ant does not work in your appserver, and that failure is due to the wrapped manifest, then you need - to consult your appserver provider, as it is a bug in their - appserver. Far more likely, however, is a problem in your + to consult your appserver provider, as it is a bug in their + appserver. Far more likely, however, is a problem in your specification of your classpath. It is not Ant's wrapping of your classpath that is the problem.

    - Do not raise a bug about this issue until you have checked to ensure - that the problem is not due to your classpath specification. + Do not raise a bug about this issue until you have checked to ensure + that the problem is not due to your classpath specification.

    @@ -1814,7 +1814,7 @@ mv /tmp/foo $ANT_HOME/bin/antRun ant-xalan1.jar or ant-xslp.jar - depending on the processor you use.

    If you do so, you will have to <taskdef> - all optional tasks that need the external libary and use + all optional tasks that need the external library and use nested <classpath> elements in the <taskdef> tasks that point to the new location of ant-*.jar. Also, don't forget diff --git a/docs/projects.html b/docs/projects.html index 9648621d5..b66864022 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -386,7 +386,7 @@ Antigen -

    Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main +

    Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.

    @@ -1118,7 +1118,7 @@

    yEd is a freeware multi-purpose graph and diagram editor that runs on the Java 2 platform. It provides an import filter for Ant build scripts that makes it possible to conveniently - display and browse the dependenies between the different targets + display and browse the dependencies between the different targets of the build file. This is especially useful for debugging and understanding large build files.

    diff --git a/xdocs/contributors.xml b/xdocs/contributors.xml index 57ac262bf..09ce6d23e 100644 --- a/xdocs/contributors.xml +++ b/xdocs/contributors.xml @@ -96,7 +96,7 @@ the Ant build tool. He is also serving as the Chairman of this PMC.

    - Jan Matèrne (jhm at apache.org) + Jan Matèrne (jhm at apache.org)
    Jan is consultant for OOA/D in the computer centre of the government of Northrhine Westfalia / Germany. He is the co-author of diff --git a/xdocs/external.xml b/xdocs/external.xml index 373bc034b..3a58d37af 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1293,7 +1293,7 @@ ideal for creating device optimized applications with its powerful preprocessing capabilities and the integrated device database. With J2ME Polish no hardcoded values are needed and the portability of an - application is not sacrificed, even though highly opimized applications are + application is not sacrificed, even though highly optimized applications are created from a single source.
    It contains a logging framework and an optional MIDP-compatible GUI @@ -1512,7 +1512,7 @@

    There are two different tools both named Java2HTML that - process Java source code and generate syntax higlighted + process Java source code and generate syntax highlighted documentation from it. Both include Ant tasks to run them.

    @@ -2689,7 +2689,7 @@ from a build script.

    - + @@ -2930,7 +2930,7 @@

    VPP provides general file preprocessing support based on - the Velocity Template Engine. The core funtionality is + the Velocity Template Engine. The core functionality is provided as a filter for use with tasks that supports filter chains. Also included are replacement tasks for <copy> and <javac> that integrate support for preprocessing.

    @@ -3075,7 +3075,7 @@

    XInclude is a W3C standardized vocabulary for including arbitrary text or XML - documents in other XML documents. This task perfomes the inclusion + documents in other XML documents. This task performes the inclusion using an existing XInclude implementation

    Compatibilty:Compatibility: Tested with Ant 1.6
    diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 4877b430b..a77559257 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -321,17 +321,17 @@ Apache Ant version 1.6.2 compiled on July 16 2004 - + How do I create new tasks? -

    Apart from a lot of information on using Ant, the - Manual also contains information - on how to extend Ant with new tasks. This information +

    Apart from a lot of information on using Ant, the + Manual also contains information + on how to extend Ant with new tasks. This information can be found under "Developing with Ant".

    - +

    Chances are that someone else already created the task you - want to create, it may be wise to see + want to create, it may be wise to see External Tools and Tasks and Related Projects first.

    @@ -914,35 +914,35 @@ shell-prompt> m4 foo.m4 > foo Whenever I use the Ant jar or manifest related tasks, long lines in - my manifest are wrapped at 70 characters and the resulting jar does + my manifest are wrapped at 70 characters and the resulting jar does not work in my application server. Why does Ant do this? - +

    - Ant implements the Java - Jar - file specification. Please refer to the notes section where it + Ant implements the Java + Jar + file specification. Please refer to the notes section where it discusses the maximum allowable length of a line and the concept of continuation characters.

    - +

    - If a jar file produced by Ant does not work in your appserver, and + If a jar file produced by Ant does not work in your appserver, and that failure is due to the wrapped manifest, then you need - to consult your appserver provider, as it is a bug in their - appserver. Far more likely, however, is a problem in your + to consult your appserver provider, as it is a bug in their + appserver. Far more likely, however, is a problem in your specification of your classpath. It is not Ant's wrapping of your classpath that is the problem.

    - +

    - Do not raise a bug about this issue until you have checked to ensure - that the problem is not due to your classpath specification. + Do not raise a bug about this issue until you have checked to ensure + that the problem is not due to your classpath specification.

    - + @@ -1569,7 +1569,7 @@ mv /tmp/foo $ANT_HOME/bin/antRun depending on the processor you use.

    If you do so, you will have to <taskdef> - all optional tasks that need the external libary and use + all optional tasks that need the external library and use nested <classpath> elements in the <taskdef> tasks that point to the new location of ant-*.jar. Also, don't forget @@ -1776,4 +1776,4 @@ mv /tmp/foo $ANT_HOME/bin/antRun - + \ No newline at end of file diff --git a/xdocs/projects.xml b/xdocs/projects.xml index 3b31532c6..a8c014e28 100644 --- a/xdocs/projects.xml +++ b/xdocs/projects.xml @@ -145,10 +145,10 @@

    - + -

    Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main +

    Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.

    @@ -170,7 +170,7 @@
    - +

    Builds MSI style installers (with command line option) using Ant as Back end. UI developed by writing an XML install @@ -203,11 +203,11 @@

    The Antlion Project adds value to Ant build scripts by providing tasks which centralizes the library dependencies, and enables projects to define dependencies upon other projects.

    - +

    External dependencies may be loaded from a custom local repository or Maven-like remote repositories. Antlion handles the generation of properties, filesets, and paths.

    - +

    Inter-project dependencies allow for building the other project's files if they aren't already built.

    @@ -559,7 +559,7 @@

    yEd is a freeware multi-purpose graph and diagram editor that runs on the Java 2 platform. It provides an import filter for Ant build scripts that makes it possible to conveniently - display and browse the dependenies between the different targets + display and browse the dependencies between the different targets of the build file. This is especially useful for debugging and understanding large build files.

    @@ -588,4 +588,4 @@ - + \ No newline at end of file