Author: jhm Date: Thu Feb 2 02:58:27 2006 New Revision: 374349 URL: http://svn.apache.org/viewcvs?rev=374349&view=rev Log: Applied patch by Petar Tahchiev correcting some typos one the site.
Modified: ant/core/trunk/docs/contributors.html ant/core/trunk/docs/external.html ant/core/trunk/docs/faq.html ant/core/trunk/docs/projects.html ant/core/trunk/xdocs/contributors.xml ant/core/trunk/xdocs/external.xml ant/core/trunk/xdocs/faq.xml ant/core/trunk/xdocs/projects.xml Modified: ant/core/trunk/docs/contributors.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/contributors.html?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/docs/contributors.html (original) +++ ant/core/trunk/docs/contributors.html Thu Feb 2 02:58:27 2006 @@ -238,7 +238,7 @@ the Ant build tool. He is also serving as the Chairman of this PMC. </p> <p> - <b>Jan Matèrne</b> (jhm at apache.org) + <b>Jan Matèrne</b> (jhm at apache.org) <br /> Jan is consultant for OOA/D in the computer centre of the government of Northrhine Westfalia / Germany. He is the co-author of Modified: ant/core/trunk/docs/external.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/external.html?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/docs/external.html (original) +++ ant/core/trunk/docs/external.html Thu Feb 2 02:58:27 2006 @@ -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. <br /> It contains a logging framework and an optional MIDP-compatible GUI @@ -2838,7 +2838,7 @@ Java2Html </h4> <p>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.</p> <p>Java2Html library for converting java source files @@ -4942,7 +4942,7 @@ <tr> <th colspan="1" rowspan="1" valign="top" align="left"> - Compatibilty: + Compatibility: </th> <td colspan="1" rowspan="1" valign="top" align="left"> @@ -5393,7 +5393,7 @@ VPP </h4> <p>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.</p> @@ -5652,7 +5652,7 @@ </h4> <p><a href="http://www.jeckle.de/freeStuff/xia/index.html">XInclude</a> 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</p> <table class="externals" cellspacing="1" cellpadding="4"> <tr> Modified: ant/core/trunk/docs/faq.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/faq.html?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/docs/faq.html (original) +++ ant/core/trunk/docs/faq.html Thu Feb 2 02:58:27 2006 @@ -305,7 +305,7 @@ <li><a href="#mangled-manifest"> 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? </a></li> @@ -739,12 +739,12 @@ <a name="create-extensions"></a> How do I create new tasks? </p> - <p>Apart from a lot of information on using Ant, the - <a href="manual/index.html">Manual</a> also contains information - on how to extend Ant with new tasks. This information + <p>Apart from a lot of information on using Ant, the + <a href="manual/index.html">Manual</a> also contains information + on how to extend Ant with new tasks. This information can be found under "Developing with Ant".</p> <p>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 <a href="external.html">External Tools and Tasks</a> and <a href="projects.html">Related Projects</a> first.</p> <p class="faq"> @@ -1260,28 +1260,28 @@ <a name="mangled-manifest"></a> 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? </p> <p> - Ant implements the Java - <a href="http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html">Jar - file specification</a>. Please refer to the notes section where it + Ant implements the Java + <a href="http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html">Jar + file specification</a>. Please refer to the notes section where it discusses the maximum allowable length of a line and the concept of continuation characters. </p> <p> - 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. </p> <p> - 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. </p> <p class="faq"> <a name="integration"></a> @@ -1814,7 +1814,7 @@ <code>ant-xalan1.jar</code> or <code>ant-xslp.jar</code> - depending on the processor you use.</p> <p>If you do so, you will have to <code><taskdef></code> - all optional tasks that need the external libary and use + all optional tasks that need the external library and use nested <code><classpath></code> elements in the <code><taskdef></code> tasks that point to the new location of <code>ant-*.jar</code>. Also, don't forget Modified: ant/core/trunk/docs/projects.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/projects.html?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/docs/projects.html (original) +++ ant/core/trunk/docs/projects.html Thu Feb 2 02:58:27 2006 @@ -386,7 +386,7 @@ <a name="Antigen"></a> Antigen </h4> - <p>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 + <p>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.</p> <table class="externals" cellspacing="1" cellpadding="4"> <tr> @@ -1118,7 +1118,7 @@ <p>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.</p> <table class="externals" cellspacing="1" cellpadding="4"> Modified: ant/core/trunk/xdocs/contributors.xml URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/contributors.xml?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/xdocs/contributors.xml (original) +++ ant/core/trunk/xdocs/contributors.xml Thu Feb 2 02:58:27 2006 @@ -96,7 +96,7 @@ </p> <p> - <b>Jan Matèrne</b> (jhm at apache.org) + <b>Jan Matèrne</b> (jhm at apache.org) <br/> Jan is consultant for OOA/D in the computer centre of the government of Northrhine Westfalia / Germany. He is the co-author of Modified: ant/core/trunk/xdocs/external.xml URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/external.xml?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/xdocs/external.xml (original) +++ ant/core/trunk/xdocs/external.xml Thu Feb 2 02:58:27 2006 @@ -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. <br/> It contains a logging framework and an optional MIDP-compatible GUI @@ -1512,7 +1512,7 @@ <subsection name="Java2Html"> <p>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.</p> @@ -2689,7 +2689,7 @@ from a build script.</p> <table class="externals"> <tr> - <th>Compatibilty:</th> + <th>Compatibility:</th> <td>Tested with Ant 1.6</td> </tr> <tr> @@ -2930,7 +2930,7 @@ <subsection name="VPP"> <p>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.</p> @@ -3075,7 +3075,7 @@ <subsection name="XInclude"> <p><a href="http://www.jeckle.de/freeStuff/xia/index.html">XInclude</a> 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</p> <table class="externals"> Modified: ant/core/trunk/xdocs/faq.xml URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/faq.xml?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/xdocs/faq.xml (original) +++ ant/core/trunk/xdocs/faq.xml Thu Feb 2 02:58:27 2006 @@ -321,17 +321,17 @@ </answer> </faq> - + <faq id="create-extensions"> <question>How do I create new tasks?</question> <answer> - <p>Apart from a lot of information on using Ant, the - <a href="manual/index.html">Manual</a> also contains information - on how to extend Ant with new tasks. This information + <p>Apart from a lot of information on using Ant, the + <a href="manual/index.html">Manual</a> also contains information + on how to extend Ant with new tasks. This information can be found under "Developing with Ant".</p> - + <p>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 <a href="external.html">External Tools and Tasks</a> and <a href="projects.html">Related Projects</a> first.</p> </answer> @@ -914,35 +914,35 @@ <faq id="mangled-manifest"> <question> 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? </question> - + <answer> <p> - Ant implements the Java - <a href="http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html">Jar - file specification</a>. Please refer to the notes section where it + Ant implements the Java + <a href="http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html">Jar + file specification</a>. Please refer to the notes section where it discusses the maximum allowable length of a line and the concept of continuation characters. </p> - + <p> - 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. </p> - + <p> - 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. </p> </answer> </faq> - + </faqsection> <faqsection title="Ant and IDEs/Editors"> @@ -1569,7 +1569,7 @@ depending on the processor you use.</p> <p>If you do so, you will have to <code><taskdef></code> - all optional tasks that need the external libary and use + all optional tasks that need the external library and use nested <code><classpath></code> elements in the <code><taskdef></code> tasks that point to the new location of <code>ant-*.jar</code>. Also, don't forget @@ -1776,4 +1776,4 @@ </faq> </faqsection> -</document> +</document> \ No newline at end of file Modified: ant/core/trunk/xdocs/projects.xml URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/projects.xml?rev=374349&r1=374348&r2=374349&view=diff ============================================================================== --- ant/core/trunk/xdocs/projects.xml (original) +++ ant/core/trunk/xdocs/projects.xml Thu Feb 2 02:58:27 2006 @@ -145,10 +145,10 @@ </tr> </table> </subsection> - + <subsection name="Antigen"> - <p>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 + <p>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.</p> <table class="externals"> @@ -170,7 +170,7 @@ </tr> </table> </subsection> - + <subsection name="AntInstaller"> <p>Builds MSI style installers (with command line option) using Ant as Back end. UI developed by writing an XML install @@ -203,11 +203,11 @@ <p>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.</p> - + <p>External dependencies may be loaded from a custom local repository or Maven-like remote repositories. Antlion handles the generation of properties, filesets, and paths.</p> - + <p>Inter-project dependencies allow for building the other project's files if they aren't already built.</p> @@ -559,7 +559,7 @@ <p>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.</p> @@ -588,4 +588,4 @@ </section> </body> -</document> +</document> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]