conor 2003/01/22 05:56:23 Modified: proposal/ant-site/anakia/docs faq.html proposal/ant-site/anakia/xdocs/stylesheets site.vsl Log: Correct stray </p> caused by internal lists Revision Changes Path 1.16 +65 -37 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.15 retrieving revision 1.16 diff -u -w -u -r1.15 -r1.16 --- faq.html 22 Jan 2003 13:41:23 -0000 1.15 +++ faq.html 22 Jan 2003 13:56:23 -0000 1.16 @@ -206,7 +206,6 @@ </font> </td></tr> </table> - <p> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> <font color="#ffffff" face="arial,helvetica,sanserif"> @@ -410,7 +409,6 @@ path. </a></li> </ul> - </p> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#294563"> @@ -419,7 +417,6 @@ </font> </td></tr> </table> - <p> <a name="latest-version"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -433,6 +430,7 @@ </table> <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> + <br> <a name="adding-faqs"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -451,6 +449,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> + <br> <a name="creating-faq"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -473,6 +472,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> + <br> <a name="what-is-ant"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -486,6 +486,7 @@ <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> + <br> <a name="ant-name"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -504,6 +505,7 @@ "ants are very small and can carry a weight dozens of times their own" - describing what Ant is intended to be.</p> + <br> <a name="history"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -616,6 +618,7 @@ </td> </tr> </table> + <br> <a name="no-gnu-tar"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -641,6 +644,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> + <br> <a name="adding-external-tasks"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -672,6 +676,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> + <br> <a name="passing-cli-args"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -689,6 +694,7 @@ used within your build file as any normal property: <code>${<em>name</em>}</code> will put in <code><em>value</em></code>.</p> + <br> <a name="jikes-switches"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -780,6 +786,7 @@ <p>With Ant >= 1.5, you can also use nested <code><compilerarg></code> elements with the <code><javac></code> task.</p> + <br> <a name="shell-redirect-1"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -794,6 +801,7 @@ <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> + <br> <a name="shell-redirect-2"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -837,6 +845,7 @@ </exec> </pre> <p>Note the double-quotes nested inside the single-quotes.</p> + <br> <a name="batch-shell-execute"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -862,6 +871,7 @@ <arg line="/c test.bat"/> </exec> </pre> + <br> <a name="multi-conditions"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -973,6 +983,7 @@ <a href="manual/OptionalTasks/script.html"> <code><script></code> task documentation</a> for more details.</p> + <br> <a name="encoding"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -995,6 +1006,7 @@ <pre class="code"> <?xml version="1.0" encoding="ISO-8859-1" ?> </pre> + <br> <a name="always-recompiles"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1029,6 +1041,7 @@ the actual directory the source files live in and the directory the class files should go into, respectively.</p> + <br> <a name="defaultexcludes"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1062,6 +1075,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> + <br> <a name="stop-dependency"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1092,6 +1106,7 @@ instead of specifying them inside the <code>depends</code> attribute.</li> </ol> + <br> <a name="include-order"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1119,6 +1134,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> + <br> <a name="properties-not-trimmed"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1139,6 +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> + <br> <a name="winzip-lies"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1159,6 +1176,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> + <br> <a name="integration"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1171,6 +1189,7 @@ </table> <p>See the <a href="external.html#IDE and Editor Integration">section on IDE integration</a> on our External Tools and Tasks page.</p> + <br> <a name="emacs-mode"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1234,6 +1253,7 @@ print; }; </pre> + <br> <a name="dtd"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1269,6 +1289,7 @@ lists. This problem cannot be solved; DTDs don't give a syntax rich enough to support this.</li> </ul> + <br> <a name="xml-entity-include"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1308,6 +1329,7 @@ <!ENTITY include SYSTEM "file:./header.xml"> ]> </pre> + <br> <a name="mail-logger"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1472,6 +1494,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> + <br> <a name="listener-properties"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1496,6 +1519,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> + <br> <a name="remove-cr"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1516,6 +1540,7 @@ tr -d '\r' < $ANT_HOME/bin/antRun > /tmp/foo mv /tmp/foo $ANT_HOME/bin/antRun </pre> + <br> <a name="javadoc-cannot-execute"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1530,6 +1555,7 @@ 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> + <br> <a name="delegating-classloader"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1632,6 +1658,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> + <br> <a name="winxp-jdk14-ant14"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1654,6 +1681,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> + <br> <a name="1.5-cygwin-sh"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> @@ -1671,7 +1699,7 @@ 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> + <br> </div> </td><td width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td> 1.9 +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.8 retrieving revision 1.9 diff -u -w -u -r1.8 -r1.9 --- site.vsl 22 Jan 2003 13:41:23 -0000 1.8 +++ site.vsl 22 Jan 2003 13:56:23 -0000 1.9 @@ -162,6 +162,7 @@ $xmlout.outputString($item) #end #end + <br> #end #macro (document) @@ -187,11 +188,9 @@ </font> </td></tr> </table> - <p> #foreach ( $faqSection in $allFaqSections ) #toc ($faqSection) #end - </p> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="$blue3"> @@ -200,11 +199,9 @@ </font> </td></tr> </table> - <p> #foreach ( $faqSection in $allFaqSections ) #answers ($faqSection) #end - </p> #end #footer()
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>