| <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html> |
| <head> |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="STYLESHEET" href="../book.css" type="text/css"> |
| <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script> |
| <title>Ant preference page</title> |
| </head> |
| <body bgcolor="#ffffff"> |
| |
| <h1 class="Head">Ant preference page</h1> |
| |
| <p class="Intro">You can change the following preferences on the |
| <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ant.ui.AntPreferencePage)")'><img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"><strong>Ant</strong></a> preference page. |
| </p> |
| |
| <table border="1" cellspacing="0" cellpadding="5"> |
| <thead> |
| <tr> |
| <th>Option</th> |
| <th>Description</th> |
| <th>Default</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr valign="top"> |
| <td><b>Names</b></td> |
| <td>Configures the buildfiles that Ant's "-find" emulation searches for.</td> |
| <td>build.xml</td> |
| </tr> |
| <tr valign="top"> |
| <td><b>Separate JRE Timeout</b></td> |
| <td>The time in milliseconds to wait for communication with the Java virtual machine when running an Ant build in a separate Java runtime environment.</td> |
| <td>20000</td> |
| </tr> |
| <tr valign="top"> |
| <td><b>Documentation URL</b></td> |
| <td>Enables you to browse for the applicable documentation URL.</td> |
| <td><a href="http://ant.apache.org/manual" target="_blank">http://ant.apache.org/manual</a></td> |
| </tr> |
| <tr valign="top"> |
| <td><b>Warn when tools.jar is not on the classpath</b></td> |
| <td>Displays a warning when tools.jar is not on the classpath.</td> |
| <td>On</td> |
| </tr> |
| <tr valign="top"> |
| <td><b>Show error dialog when Ant build fails</b></td> |
| <td>Displays an error message when the Ant build fails.</td> |
| <td>On</td> |
| </tr> |
| <tr valign="top"> |
| <td><b>Create problem markers from javac results</b></td> |
| <td>Create warning and error markers from the build results of an Ant javac task. Marker creation requires that a console is allocated for the build and that the listfiles attribute of the javac task be set to true.</td> |
| <td>Off</td> |
| </tr> |
| <tr valign="top"> |
| <td><b>Ant Color Options</b></td> |
| <td>Configures the colors of the Ant build output.</td> |
| <td>Varies by Ant output</td> |
| </tr> |
| </tbody> |
| </table> |
| |
| <p><img src="../images/ant_prefs.png" alt="Ant preference page" border="0"> |
| </p> |
| |
| <p><img src="../images/ngrelc.png" alt="Related concepts" border="0"> |
| <br><a href="../concepts/concepts-antsupport.htm">Ant support</a> |
| </p> |
| |
| <p><img border="0" src="../images/ngrelr.png" alt="Related reference"> |
| <br><a href="../reference/ref-antruntimeprefs.htm">Ant runtime preferences</a> |
| <br><a href="../reference/ref-anteditorprefs.htm">Ant editor preferences</a> |
| </p> |
| |
| </body> |
| </html> |