diff --git a/docs/resources.html b/docs/resources.html
index 9fac426d4..14ae4cf08 100644
--- a/docs/resources.html
+++ b/docs/resources.html
@@ -197,8 +197,8 @@
http://ant.apache.org/faq.html
-
-
+
+
jGuru
@@ -224,8 +224,8 @@
http://www.jguru.com/faq/home.jsp?topic=Ant
-
-
+
+
FAQ about Borland Application Server tasks
@@ -243,8 +243,8 @@
http://www.moussaud.org/ejbjar.html
-
-
+
+
WIKIs
@@ -274,8 +274,8 @@
Ant Wiki
-
-
+
+
Books
@@ -315,15 +315,22 @@
-
-
+ ISBN: | 0596006098 |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Pragmatic Project Automation
How to Build, Deploy, and Monitor Java Applications.
- Published: July 2004 ISBN: 0-9745140-3-9
+ Published: July 2004 ISBN: 0-9745140-3-9
This is not a reference guide to Ant, but a book on how to automate the build process.
@@ -353,8 +360,15 @@
-
-
+ ISBN: | 0974514039 |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Extreme Programming with Ant
@@ -394,8 +408,15 @@
http://www.sams.com/catalog/product.asp?product_id=%7BFB825A48-BC04-4C55-BD8C-DF93C6BBF920%7D
-
-
+ ISBN: | 0672325624 |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Ant. Das Java-Build-Tool in der Praxis
@@ -435,8 +456,15 @@
http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&ProductID=13459
-
-
+ ISBN: | 3827320666 |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Java Development with Ant
@@ -482,8 +510,15 @@
http://www.manning.com/antbook/
-
-
+ ISBN: | 1930110588 |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Ant: The Definitive Guide, 1st edition
@@ -509,8 +544,15 @@
http://www.oreilly.com/catalog/anttdg/
-
-
+ ISBN: | 0596001843 |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Ant. Kurz und Gut.
@@ -544,8 +586,15 @@
http://www.amazon.de/exec/obidos/ASIN/3897212412/
-
-
+ ISBN: | 3897212412 |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Java Tools for eXtreme Programming
@@ -578,8 +627,15 @@
http://www.wiley.com/cda/product/0,,047120708X,00.html
-
-
+ ISBN: | 047120708X |
+
+
Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+
Articles and Presentations
@@ -624,8 +680,8 @@
https://sourceforge.net/project/showfiles.php?group_id=103509 (Download ZIP+PDF from Sourceforge)
-
- Available from:
+ Amazon.com
+ | Barnes & Noble
+ | Book Sense
+ | Powells.com
+
+#end
+
#macro ( subsection $subsection)
@@ -52,6 +61,10 @@
$xmlout.outputString($items)
#end
#end
+ #if ($subsection.getAttributeValue("isbn"))
+ #set ($isbn = $subsection.getAttributeValue("isbn"))
+ #isbn ($isbn)
+ #end
#end
#macro ( subsubsection $subsubsection)
diff --git a/xdocs/stylesheets/templates.vm b/xdocs/stylesheets/templates.vm
index 43b09112e..8c32ab700 100644
--- a/xdocs/stylesheets/templates.vm
+++ b/xdocs/stylesheets/templates.vm
@@ -1,4 +1,4 @@
-#*
+#*
* Copyright 2000-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
+ *
*#
## This is where the common macro's live
@@ -29,6 +29,10 @@
#tr ($items)
#end
#end
+ #if ($table.getParent().getAttributeValue("isbn"))
+ #set ($isbn = $table.getParent().getAttributeValue("isbn"))
+ ISBN: | $!isbn |
+ #end
#end
@@ -291,4 +295,4 @@