diff --git a/manual/antexternal.html b/manual/antexternal.html index 02d2f7b58..4f9bbc31d 100644 --- a/manual/antexternal.html +++ b/manual/antexternal.html @@ -14,7 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -
@@ -31,12 +30,12 @@ administrators. But what about programmers? Can the functionality provided by Ant tasks be used in java programs? -Yes, and its quite easy. Before getting into the details, however, +
Yes, and its quite easy. Before getting into the details, however, we should mention the pros and cons of this approach:
Robust |
@@ -65,7 +64,7 @@ code is supported by the entire Apache Ant community.
Cons-
ExampleLet's say you want to unzip a zip file programmatically from java @@ -136,7 +134,7 @@ static public void unzip(String zipFilepath, String destinationDir) { taskType = "unzip"; taskName = "unzip"; target = new Target(); - } + } } Expander expander = new Expander(); expander.setSrc(new File(zipfile)); @@ -156,5 +154,5 @@ don't. Ultimately, you have to be willing to get your feet wet and read the source code. The above example is merely designed to whet your appetite and get you started. Go for it! - + diff --git a/manual/anttaskslist.html b/manual/anttaskslist.html index bd1204946..b5b743b3b 100644 --- a/manual/anttaskslist.html +++ b/manual/anttaskslist.html @@ -25,7 +25,6 @@ -Table of ContentsApache Ant Tasksdiff --git a/manual/argumentprocessor.html b/manual/argumentprocessor.html index 2cd5202f0..ce7719ed7 100644 --- a/manual/argumentprocessor.html +++ b/manual/argumentprocessor.html @@ -25,7 +25,7 @@The Command Line Processor Plugin: ArgumentProcessor-What is an ArgumentProcessor?+What is an ArgumentProcessor?
An How to register it's own ArgumentProcessor+How to register it's own ArgumentProcessorFirst, the The links will not work in the online version of this document. -
|