conor 2003/01/22 05:32:33 Modified: proposal/ant-site/anakia/docs faq.html license.html mail.html problems.html resources.html proposal/ant-site/anakia/xdocs license.xml mail.xml problems.xml resources.xml proposal/ant-site/anakia/xdocs/stylesheets site.vsl Log: hopefully final update on new site Revision Changes Path 1.14 +33 -129 jakarta-ant/proposal/ant-site/anakia/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/faq.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -u -r1.13 -r1.14 --- faq.html 22 Jan 2003 12:50:47 -0000 1.13 +++ faq.html 22 Jan 2003 13:32:32 -0000 1.14 @@ -436,7 +436,7 @@ </td></tr> </table> <p> - <a name="latest-version"> + <a name="latest-version"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -447,12 +447,9 @@ </font> </td></tr> </table> - <p> <p>The latest version can always be found at Ant's homepage <a href="http://jakarta.apache.org/ant/faq.html">http://jakarta.apache.org/ant/faq.html</a>.</p> - </p> - </a> - <a name="adding-faqs"> + <a name="adding-faqs"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -462,7 +459,6 @@ </font> </td></tr> </table> - <p> <p>The page you are looking it is generated from <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/faq.xml">this</a> document. If you want to add a new question, please submit @@ -471,9 +467,7 @@ <p>If you don't know how to create a patch, see the patches section of <a href="http://jakarta.apache.org/site/source.html">this page</a>.</p> - </p> - </a> - <a name="creating-faq"> + <a name="creating-faq"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -484,7 +478,6 @@ </font> </td></tr> </table> - <p> <p>We use <a href="http://jakarta.apache.org/velocity/anakia.html">Anakia</a> to render the HTML version from the original XML file.</p> @@ -496,9 +489,7 @@ well, but if you follow the instruction from Anakia's homepage, you should get it to work without that. Just make sure all required jars are in the task's classpath.</p> - </p> - </a> - <a name="what-is-ant"> + <a name="what-is-ant"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -508,13 +499,10 @@ </font> </td></tr> </table> - <p> <p> Ant is a Java-based build tool. In theory, it is kind of like Make, without Make's wrinkles and with the full portability of pure Java code.</p> - </p> - </a> - <a name="ant-name"> + <a name="ant-name"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -524,7 +512,6 @@ </font> </td></tr> </table> - <p> <p>According to Ant's original author, James Duncan Davidson, the name is an acronym for "Another Neat Tool".</p> @@ -533,9 +520,7 @@ "ants are very small and can carry a weight dozens of times their own" - describing what Ant is intended to be.</p> - </p> - </a> - <a name="history"> + <a name="history"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -545,7 +530,6 @@ </font> </td></tr> </table> - <p> <p>Initially, Ant was part of the Tomcat code base, when it was donated to the Apache Software Foundation. It was created by James Duncan Davidson, who is also the original @@ -648,9 +632,7 @@ </td> </tr> </table> - </p> - </a> - <a name="no-gnu-tar"> + <a name="no-gnu-tar"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -661,7 +643,6 @@ </font> </td></tr> </table> - <p> <p>Ant's distribution contains file names that are longer than 100 characters, which is not supported by the standard tar file format. Several different implementations of tar use @@ -676,9 +657,7 @@ found <a href="http://www.gnu.org/software/tar/tar.html">here</a>, or use the zip archive instead (you can extract it using <code>jar xf</code>).</p> - </p> - </a> - <a name="adding-external-tasks"> + <a name="adding-external-tasks"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -689,7 +668,6 @@ </font> </td></tr> </table> - <p> <p>Join and post a message to the ant-dev or ant-user mailing list (one list is enough), including the following information:</p> @@ -710,9 +688,7 @@ </ul> <p>The preferred format for this information is a patch to <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/external.xml">this</a> document.</p> - </p> - </a> - <a name="passing-cli-args"> + <a name="passing-cli-args"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -723,16 +699,13 @@ </font> </td></tr> </table> - <p> <p>Use properties. Using <code>ant -D<em>name</em>=<em>value</em></code> lets you define values for properties on the Ant command line. These properties can then be used within your build file as any normal property: <code>${<em>name</em>}</code> will put in <code><em>value</em></code>.</p> - </p> - </a> - <a name="jikes-switches"> + <a name="jikes-switches"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -743,7 +716,6 @@ </font> </td></tr> </table> - <p> <p>A couple of switches are supported via "magic" properties:</p> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -824,9 +796,7 @@ <p>With Ant >= 1.5, you can also use nested <code><compilerarg></code> elements with the <code><javac></code> task.</p> - </p> - </a> - <a name="shell-redirect-1"> + <a name="shell-redirect-1"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -836,14 +806,11 @@ </font> </td></tr> </table> - <p> <p>The short answer is "Use: <code>&lt;</code>".</p> <p>The long answer is that this probably won't do what you want anyway (see <a href="#shell-redirect-2">the next section</a>).</p> - </p> - </a> - <a name="shell-redirect-2"> + <a name="shell-redirect-2"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -854,7 +821,6 @@ </font> </td></tr> </table> - <p> <p>Say you want to redirect the standard input stream of the <code>cat</code> command to read from a file, something like:</p> @@ -887,9 +853,7 @@ </exec> </pre> <p>Note the double-quotes nested inside the single-quotes.</p> - </p> - </a> - <a name="batch-shell-execute"> + <a name="batch-shell-execute"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -899,7 +863,6 @@ </font> </td></tr> </table> - <p> <p>On native Unix systems, you should be able to run shell scripts directly. On systems running a Unix-type shell (for example, Cygwin on Windows) execute the (command) shell instead - <code>cmd</code> @@ -915,9 +878,7 @@ <arg line="/c test.bat"/> </exec> </pre> - </p> - </a> - <a name="multi-conditions"> + <a name="multi-conditions"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -928,7 +889,6 @@ </font> </td></tr> </table> - <p> <p>There are actually several answers to this question.</p> <p>If you have only one set and one unset property to test, you can specify both an <code>if</code> and an <code>unless</code> @@ -1029,9 +989,7 @@ <a href="manual/OptionalTasks/script.html"> <code><script></code> task documentation</a> for more details.</p> - </p> - </a> - <a name="encoding"> + <a name="encoding"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1042,7 +1000,6 @@ </font> </td></tr> </table> - <p> <p>You need to tell the XML parser which character encoding your build file uses, this is done inside the <a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-prolog-dtd">XML declaration</a>.</p> @@ -1054,9 +1011,7 @@ <pre class="code"> <?xml version="1.0" encoding="ISO-8859-1" ?> </pre> - </p> - </a> - <a name="always-recompiles"> + <a name="always-recompiles"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1066,7 +1021,6 @@ </font> </td></tr> </table> - <p> <p>In order to find out which files should be compiled, Ant compares the timestamps of the source files to those of the resulting <code>.class</code> files. Opening all source files @@ -1091,9 +1045,7 @@ the actual directory the source files live in and the directory the class files should go into, respectively.</p> - </p> - </a> - <a name="defaultexcludes"> + <a name="defaultexcludes"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1106,7 +1058,6 @@ </font> </td></tr> </table> - <p> <p>This is probably happening because, by default, Ant excludes SourceSafe control files (<code>vssver.scc</code>) and certain other files from FileSets.</p> @@ -1127,9 +1078,7 @@ <p>For a complete listing of the patterns that are excluded by default, see <a href="manual/dirtasks.html#defaultexcludes">the user manual</a>.</p> - </p> - </a> - <a name="stop-dependency"> + <a name="stop-dependency"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1142,7 +1091,6 @@ </font> </td></tr> </table> - <p> <p>The list of dependencies is generated by Ant before any of the targets are run. This allows dependent targets, such as an <code>init</code> target, to set properties that can control the @@ -1160,9 +1108,7 @@ instead of specifying them inside the <code>depends</code> attribute.</li> </ol> - </p> - </a> - <a name="include-order"> + <a name="include-order"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1176,7 +1122,6 @@ </font> </td></tr> </table> - <p> <p>The order of the <code><include></code> and <code><exclude></code> tags within a <code><fileset></code> is ignored when the FileSet is created. Instead, all of the @@ -1190,9 +1135,7 @@ to get them. If you find you need to trim the list that the <code><include></code> elements produce, then use <code><exclude></code> elements.</p> - </p> - </a> - <a name="properties-not-trimmed"> + <a name="properties-not-trimmed"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1205,7 +1148,6 @@ </font> </td></tr> </table> - <p> <p>When <code>ant</code> loads properties from an external file it dosn't touch the value of properties, trailing blanks will not be trimmed for example.</p> @@ -1213,9 +1155,7 @@ compile, the task which requires the value, javac for example would fail to compile since it can't find the file due to trailing spaces.</p> - </p> - </a> - <a name="winzip-lies"> + <a name="winzip-lies"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1227,7 +1167,6 @@ </font> </td></tr> </table> - <p> <p>No it doesn't.</p> <p>You may have seen these lower-case directory names in WinZIP, but WinZIP is trying to be helpful (and fails). If @@ -1236,9 +1175,7 @@ all lower-case for you.</p> <p>If you extract (or just check) the archive with jar, you will see that the names have the correct case.</p> - </p> - </a> - <a name="integration"> + <a name="integration"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1248,12 +1185,9 @@ </font> </td></tr> </table> - <p> <p>See the <a href="external.html#IDE and Editor Integration">section on IDE integration</a> on our External Tools and Tasks page.</p> - </p> - </a> - <a name="emacs-mode"> + <a name="emacs-mode"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1264,7 +1198,6 @@ </font> </td></tr> </table> - <p> <p>Ant adds a "banner" with the name of the current task in front of all logging messages - and there are no built-in regular expressions in your editor that would account for @@ -1317,9 +1250,7 @@ print; }; </pre> - </p> - </a> - <a name="dtd"> + <a name="dtd"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1330,7 +1261,6 @@ </font> </td></tr> </table> - <p> <p>An incomplete DTD can be created by the <code><antstructure></code> task - but this one has a few problems:</p> @@ -1355,9 +1285,7 @@ lists. This problem cannot be solved; DTDs don't give a syntax rich enough to support this.</li> </ul> - </p> - </a> - <a name="xml-entity-include"> + <a name="xml-entity-include"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1367,7 +1295,6 @@ </font> </td></tr> </table> - <p> <p>You can use XML's way of including external files and let the parser do the job for Ant:</p> <pre class="code"> @@ -1397,9 +1324,7 @@ <!ENTITY include SYSTEM "file:./header.xml"> ]> </pre> - </p> - </a> - <a name="mail-logger"> + <a name="mail-logger"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1410,7 +1335,6 @@ </font> </td></tr> </table> - <p> <p>If you are using a nightly build of Ant 1.5 after 2001-12-14, you can use the built-in MailLogger:</p> <pre class="code"> @@ -1564,9 +1488,7 @@ <code>activation.jar</code> from the <a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">Java Beans Activation Framework</a> are in your <code>CLASSPATH</code>.</p> - </p> - </a> - <a name="listener-properties"> + <a name="listener-properties"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1577,7 +1499,6 @@ </font> </td></tr> </table> - <p> <p>You can get at a hashtable with all the properties that Ant has been using through the BuildEvent parameter. For example:</p> @@ -1591,9 +1512,7 @@ <p>This is more accurate than just reading the same property files that your project does, since it will give the correct results for properties that were specified on the Ant command line.</p> - </p> - </a> - <a name="remove-cr"> + <a name="remove-cr"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1604,7 +1523,6 @@ </font> </td></tr> </table> - <p> <p>The <code>antRun</code> script in <code>ANT_HOME/bin</code> has DOS instead of Unix line endings; you must remove the carriage-return characters from this file. This can be done by @@ -1614,9 +1532,7 @@ tr -d '\r' < $ANT_HOME/bin/antRun > /tmp/foo mv /tmp/foo $ANT_HOME/bin/antRun </pre> - </p> - </a> - <a name="javadoc-cannot-execute"> + <a name="javadoc-cannot-execute"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1626,14 +1542,11 @@ </font> </td></tr> </table> - <p> <p>There is a bug in the Solaris reference implementation of the JDK (see <a href="http://developer.java.sun.com/developer/bugParade/bugs/4230399.html">http://developer.java.sun.com/developer/bugParade/bugs/4230399.html</a>). This also appears to be true under Linux. Moving the JDK to the front of the PATH fixes the problem.</p> - </p> - </a> - <a name="delegating-classloader"> + <a name="delegating-classloader"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1644,7 +1557,6 @@ </font> </td></tr> </table> - <p> <p>These tasks don't ignore your classpath setting, you are facing a common problem with delegating classloaders.</p> <p>First of all let's state that Ant adds all @@ -1736,9 +1648,7 @@ for <code><junit></code>, you still have to use a <code><taskdef></code> with a nested <code><classpath></code> to define the junit task.</p> - </p> - </a> - <a name="winxp-jdk14-ant14"> + <a name="winxp-jdk14-ant14"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1751,7 +1661,6 @@ </font> </td></tr> </table> - <p> <p>Ant < 1.5 doesn't recognize Windows XP as a flavor of Windows that runs <code>CMD.EXE</code> instead of <code>COMMAND.COM</code>. JDK 1.3 will tell Ant that Windows @@ -1761,9 +1670,7 @@ environment variable <code>ANT_OPTS</code> to <code>-Dos.name=Windows_NT</code> prior to invoking Ant has been confirmed as a workaround.</p> - </p> - </a> - <a name="1.5-cygwin-sh"> + <a name="1.5-cygwin-sh"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -1775,15 +1682,12 @@ </font> </td></tr> </table> - <p> <p>This problem has been reported only hours after Ant 1.5 has been released, see <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10664">Bug 10664</a> and all it's duplicates.</p> <p>A fixed version of the wrapper script can be found <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/errata/">here</a>. Simply replace your script with this version.</p> </p> - </a> - </p> </div> </td><td width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td> 1.7 +1 -1 jakarta-ant/proposal/ant-site/anakia/docs/license.html Index: license.html =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/license.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -u -r1.6 -r1.7 --- license.html 22 Jan 2003 12:50:47 -0000 1.6 +++ license.html 22 Jan 2003 13:32:32 -0000 1.7 @@ -250,7 +250,7 @@ * */ </pre> - <p>You can download the original license file <a href="./LICENSE" traget="_new">here</a></p> + <p>You can download the original license file <a href="./LICENSE" target="_new">here</a></p> </div> 1.13 +1 -3 jakarta-ant/proposal/ant-site/anakia/docs/mail.html Index: mail.html =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/mail.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -u -r1.12 -r1.13 --- mail.html 22 Jan 2003 13:01:16 -0000 1.12 +++ mail.html 22 Jan 2003 13:32:32 -0000 1.13 @@ -206,12 +206,10 @@ <p>The user and dev list are subscriber only lists, this means you have to subscribe before you can post to the list. These lists are archived at</p> - <p> <ul> <li><a href="http://archives.apache.org/eyebrowse/ViewLists">List Index on archives.apache.org</a></li> <li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li> </ul> - </p> <a name="User List"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> 1.15 +8 -8 jakarta-ant/proposal/ant-site/anakia/docs/problems.html Index: problems.html =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/problems.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -w -u -r1.14 -r1.15 --- problems.html 22 Jan 2003 13:01:16 -0000 1.14 +++ problems.html 22 Jan 2003 13:32:32 -0000 1.15 @@ -278,12 +278,12 @@ You should be able to see from the trace more about what Ant is doing and why it's taking a particular course of action. If you need even more information, you can use the - <nobr><code>-debug</code></nobr> flag rather than - <nobr><code>-verbose</code></nobr>. + <code>-debug</code> flag rather than + <code>-verbose</code>. This will generally produce so much output that you may want to save the output to a file and analyze it in an editor. You can save the output using the - <nobr><code>-logfile <filename></code></nobr> flag, or + <code>-logfile <filename></code> flag, or using redirection. </p> <p> @@ -400,7 +400,7 @@ <p> By this time, you may have decided that there is an unreported bug in Ant. You have a few choices at this point. You can send - an email to the <nobr><code>ant-user</code></nobr> mailing list + an email to the <code>ant-user</code> mailing list to see if others have encountered your issue and find out how they may have worked around it. If after some discussion, you feel it @@ -473,20 +473,20 @@ <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/src/"> source distributions</a>. If you are going to tackle the problem at this level, you may want to - discuss some details first on the <nobr><code>ant-dev</code></nobr> + discuss some details first on the <code>ant-dev</code> mailing list. Once you have a fix for the problem, you may submit the fix as a <i>patch</i> to either the - <nobr><code>ant-dev</code></nobr> mailing + <code>ant-dev</code> mailing list, or enter the bug database as described above and attach the patch to the bug report. Using the bug database has the advantage of being able to track the progress of your patch. </p> <p> If you have a patch to submit and are sending it to the - <nobr><code>ant-dev</code></nobr> mailing list, + <code>ant-dev</code> mailing list, prefix "[PATCH]" to your message subject. Please include any relevant bug numbers. - Patch files should be created with the <nobr><code>-u</code></nobr> + Patch files should be created with the <code>-u</code> option of the <code>diff</code> or <code>cvs diff</code> command. For example:<br /><br /> 1.16 +9 -11 jakarta-ant/proposal/ant-site/anakia/docs/resources.html Index: resources.html =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/resources.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -w -u -r1.15 -r1.16 --- resources.html 22 Jan 2003 13:01:16 -0000 1.15 +++ resources.html 22 Jan 2003 13:32:32 -0000 1.16 @@ -272,7 +272,7 @@ </td></tr> </table> - <p>Covers Ant 1.5, including: + <p>Covers Ant 1.5, including:</p> <ul> <li>The new Ant 1.5 features</li> <li>Ant's datatypes and property handling</li> @@ -292,7 +292,6 @@ </ul> </li> </ul> - </p> <table class="ForrestTable" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" @@ -359,11 +358,11 @@ <p>A German language short reference for Ant that covers Ant 1.4. This is the original description:</p> <pre class="code"> - Ant kurz & gut enthält eine vollständige Referenz der Built-in Tasks - und ihrer jeweiligen Attribute sowie kurze Beispiele für ihre Verwendung. - Daneben bietet das Buch eine knappe Einführung in die Arbeit mit Ant und - eine Erläuterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks). - Behandelt werden außerdem grundlegende Konzepte wie Filesets, Patternsets und + Ant kurz & gut enth�lt eine vollst�ndige Referenz der Built-in Tasks + und ihrer jeweiligen Attribute sowie kurze Beispiele f�r ihre Verwendung. + Daneben bietet das Buch eine knappe Einf�hrung in die Arbeit mit Ant und + eine Erl�uterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks). + Behandelt werden au�erdem grundlegende Konzepte wie Filesets, Patternsets und Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </pre> <table class="ForrestTable" cellspacing="1" cellpadding="4"> <tr> @@ -396,7 +395,7 @@ </td></tr> </table> - <p>This book covers the following XP subjects: + <p>This book covers the following XP subjects:</p> <ul> <li>Automated unit and functional testing</li> <li>Continuous integration through build and deployment automation</li> @@ -404,7 +403,6 @@ <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter can be used to achieve the goals of the XP methodology</li> </ul> - </p> <table class="ForrestTable" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" 1.2 +1 -1 jakarta-ant/proposal/ant-site/anakia/xdocs/license.xml Index: license.xml =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/license.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -u -r1.1 -r1.2 --- license.xml 27 Dec 2002 08:44:44 -0000 1.1 +++ license.xml 22 Jan 2003 13:32:33 -0000 1.2 @@ -59,7 +59,7 @@ * */ </source> - <p>You can download the original license file <a href="./LICENSE" traget="_new">here</a></p>. + <p>You can download the original license file <a href="./LICENSE" target="_new">here</a></p>. </section> </body> </document> 1.2 +0 -2 jakarta-ant/proposal/ant-site/anakia/xdocs/mail.xml Index: mail.xml =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/mail.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -u -r1.1 -r1.2 --- mail.xml 3 Dec 2002 11:20:22 -0000 1.1 +++ mail.xml 22 Jan 2003 13:32:33 -0000 1.2 @@ -18,12 +18,10 @@ you have to subscribe before you can post to the list. These lists are archived at</p> - <p> <ul> <li><a href="http://archives.apache.org/eyebrowse/ViewLists">List Index on archives.apache.org</a></li> <li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li> </ul> - </p> <subsection name="User List"> <p> 1.2 +8 -8 jakarta-ant/proposal/ant-site/anakia/xdocs/problems.xml Index: problems.xml =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/problems.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -u -r1.1 -r1.2 --- problems.xml 3 Dec 2002 11:20:22 -0000 1.1 +++ problems.xml 22 Jan 2003 13:32:33 -0000 1.2 @@ -67,12 +67,12 @@ You should be able to see from the trace more about what Ant is doing and why it's taking a particular course of action. If you need even more information, you can use the - <nobr><code>-debug</code></nobr> flag rather than - <nobr><code>-verbose</code></nobr>. + <code>-debug</code> flag rather than + <code>-verbose</code>. This will generally produce so much output that you may want to save the output to a file and analyze it in an editor. You can save the output using the - <nobr><code>-logfile <filename></code></nobr> flag, or + <code>-logfile <filename></code> flag, or using redirection. </p> <p> @@ -169,7 +169,7 @@ <p> By this time, you may have decided that there is an unreported bug in Ant. You have a few choices at this point. You can send - an email to the <nobr><code>ant-user</code></nobr> mailing list + an email to the <code>ant-user</code> mailing list to see if others have encountered your issue and find out how they may have worked around it. If after some discussion, you feel it @@ -230,20 +230,20 @@ <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/src/"> source distributions</a>. If you are going to tackle the problem at this level, you may want to - discuss some details first on the <nobr><code>ant-dev</code></nobr> + discuss some details first on the <code>ant-dev</code> mailing list. Once you have a fix for the problem, you may submit the fix as a <i>patch</i> to either the - <nobr><code>ant-dev</code></nobr> mailing + <code>ant-dev</code> mailing list, or enter the bug database as described above and attach the patch to the bug report. Using the bug database has the advantage of being able to track the progress of your patch. </p> <p> If you have a patch to submit and are sending it to the - <nobr><code>ant-dev</code></nobr> mailing list, + <code>ant-dev</code> mailing list, prefix "[PATCH]" to your message subject. Please include any relevant bug numbers. - Patch files should be created with the <nobr><code>-u</code></nobr> + Patch files should be created with the <code>-u</code> option of the <code>diff</code> or <code>cvs diff</code> command. For example:<br></br><br></br> 1.5 +7 -9 jakarta-ant/proposal/ant-site/anakia/xdocs/resources.xml Index: resources.xml =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/resources.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -u -r1.4 -r1.5 --- resources.xml 10 Dec 2002 08:07:57 -0000 1.4 +++ resources.xml 22 Jan 2003 13:32:33 -0000 1.5 @@ -42,7 +42,7 @@ <p>Listed by descending publication date.</p> <!-- TODO: reorganize as a table? --> <subsection name="Java Development with Ant"> - <p>Covers Ant 1.5, including: + <p>Covers Ant 1.5, including:</p> <ul> <li>The new Ant 1.5 features</li> <li>Ant's datatypes and property handling</li> @@ -62,7 +62,6 @@ </ul> </li> </ul> - </p> <table> <tr> @@ -97,11 +96,11 @@ 1.4. This is the original description:</p> <source> - Ant kurz & gut enthält eine vollständige Referenz der Built-in Tasks - und ihrer jeweiligen Attribute sowie kurze Beispiele für ihre Verwendung. - Daneben bietet das Buch eine knappe Einführung in die Arbeit mit Ant und - eine Erläuterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks). - Behandelt werden außerdem grundlegende Konzepte wie Filesets, Patternsets und + Ant kurz & gut enth�lt eine vollst�ndige Referenz der Built-in Tasks + und ihrer jeweiligen Attribute sowie kurze Beispiele f�r ihre Verwendung. + Daneben bietet das Buch eine knappe Einf�hrung in die Arbeit mit Ant und + eine Erl�uterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks). + Behandelt werden au�erdem grundlegende Konzepte wie Filesets, Patternsets und Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </source> <table> <tr> @@ -116,7 +115,7 @@ </subsection> <subsection name="Java Tools for eXtreme Programming"> - <p>This book covers the following XP subjects: + <p>This book covers the following XP subjects:</p> <ul> <li>Automated unit and functional testing</li> <li>Continuous integration through build and deployment automation</li> @@ -124,7 +123,6 @@ <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter can be used to achieve the goals of the XP methodology</li> </ul> - </p> <table> <tr> 1.7 +1 -4 jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl Index: site.vsl =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -u -r1.6 -r1.7 --- site.vsl 22 Jan 2003 12:50:48 -0000 1.6 +++ site.vsl 22 Jan 2003 13:32:33 -0000 1.7 @@ -143,7 +143,7 @@ #macro (faq $faq) #set ($id = $faq.getAttributeValue("id")) - <a name="$id"> + <a name="$id"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="$blue2"> <font color="$lightfg" face="arial,helvetica,sanserif"> @@ -153,7 +153,6 @@ </font> </td></tr> </table> - <p> #foreach ($item in $faq.getChild("answer").getChildren()) #if ($item.getName().equals("img")) #image ($item) @@ -165,8 +164,6 @@ $xmlout.outputString($item) #end #end - </p> - </a> #end #macro (document)
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>