|
@@ -841,13 +841,6 @@ preamble and postamble work. Some projects, such as |
|
|
<a href="http://xdoclet.sf.net">XDoclet</a> only run under Ant, because |
|
|
<a href="http://xdoclet.sf.net">XDoclet</a> only run under Ant, because |
|
|
that is the right place to be. |
|
|
that is the right place to be. |
|
|
|
|
|
|
|
|
<!-- <dt><b> |
|
|
|
|
|
Use Antidote as the invocation tool |
|
|
|
|
|
</b><dd> |
|
|
|
|
|
Even if you edit Ant files by hand, Antidote makes a good execution tool |
|
|
|
|
|
because it eliminates the startup time of the JVM, perhaps even some of |
|
|
|
|
|
the XML parsing delays. |
|
|
|
|
|
--> |
|
|
|
|
|
<dt><b> |
|
|
<dt><b> |
|
|
Use the replace task to programmatic modify text files in your project. |
|
|
Use the replace task to programmatic modify text files in your project. |
|
|
</b><dd> |
|
|
</b><dd> |
|
@@ -1020,7 +1013,7 @@ reasonable representation for programs, and text editors and source code |
|
|
management systems can all handle it nicely. But a complex Ant file can |
|
|
management systems can all handle it nicely. But a complex Ant file can |
|
|
get ugly because XML is a bit ugly, and a complex build is, well, |
|
|
get ugly because XML is a bit ugly, and a complex build is, well, |
|
|
complicated. Use XML comments so that the file you wrote last month |
|
|
complicated. Use XML comments so that the file you wrote last month |
|
|
still makes sense when you get back to it, and use Antidote to edit the |
|
|
|
|
|
|
|
|
still makes sense when you get back to it, and use proper xml editors to edit the |
|
|
files if you prefer it. |
|
|
files if you prefer it. |
|
|
|
|
|
|
|
|
<h3>Big projects still get complicated fast</h3> |
|
|
<h3>Big projects still get complicated fast</h3> |
|
|