|
@@ -8,7 +8,7 @@ |
|
|
<h1 align="center">Ant in Anger: |
|
|
<h1 align="center">Ant in Anger: |
|
|
</h1> |
|
|
</h1> |
|
|
<h2 align="center"> |
|
|
<h2 align="center"> |
|
|
Using Apache Ant in a Production Development System |
|
|
|
|
|
|
|
|
Using Apache Ant in a Production Development System |
|
|
</h2> |
|
|
</h2> |
|
|
|
|
|
|
|
|
<h4 align="center"> |
|
|
<h4 align="center"> |
|
@@ -388,7 +388,7 @@ from CVS or your equivalent. |
|
|
|
|
|
|
|
|
One big difference between Ant and older tools such as Make is that the |
|
|
One big difference between Ant and older tools such as Make is that the |
|
|
processes for deploying Java to remote sites are reasonably well |
|
|
processes for deploying Java to remote sites are reasonably well |
|
|
evolved in aAt. That is because we all have to do it these days, so |
|
|
|
|
|
|
|
|
evolved in Ant. That is because we all have to do it these days, so |
|
|
many people have put in the effort to make the tasks easier. |
|
|
many people have put in the effort to make the tasks easier. |
|
|
<p> |
|
|
<p> |
|
|
|
|
|
|
|
@@ -588,7 +588,7 @@ Often an update will require changes to the build.xml files. Most |
|
|
changes are intended to be backwards compatible, but sometimes an |
|
|
changes are intended to be backwards compatible, but sometimes an |
|
|
incompatible change turns out to be |
|
|
incompatible change turns out to be |
|
|
necessary. That is why doing the update in the lull after a big |
|
|
necessary. That is why doing the update in the lull after a big |
|
|
milestone is important. It is also why including Ant.jar and related |
|
|
|
|
|
|
|
|
milestone is important. It is also why including ant.jar and related |
|
|
files in the CVS tree helps ensure that old versions of your software |
|
|
files in the CVS tree helps ensure that old versions of your software |
|
|
can be still be built. |
|
|
can be still be built. |
|
|
|
|
|
|
|
|