From cd09b730bfefbac3827e1de5db06d14166d1b1ca Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sat, 9 Feb 2002 04:50:27 +0000 Subject: [PATCH] Add some basic examples of how to use try-catch task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271237 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/src/make/sample.ant | 404 ++++++++++++++------------ 1 file changed, 213 insertions(+), 191 deletions(-) diff --git a/proposal/myrmidon/src/make/sample.ant b/proposal/myrmidon/src/make/sample.ant index 55c7ab8d8..46a90605c 100644 --- a/proposal/myrmidon/src/make/sample.ant +++ b/proposal/myrmidon/src/make/sample.ant @@ -16,196 +16,218 @@ Legal: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test case for aspects - - - - - - - - - - - - - - - - - - - - - - - - - - - Some multiline fail - message. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test case for aspects + + + + + + + + + + + + + + + + + + + + + + + + + + + Some multiline fail + message. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file