From 7cd1549d58963a1f130dc2faab5b1dcd81634010 Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Mon, 28 Nov 2005 16:06:25 +0000 Subject: [PATCH] Solved command order issues in javadocs target: the first run resulted in an IOException because the dot file is generated in a folder generated by the standard doclet (so we need to run the standard doclet first, and generate the class diagram afterwards) --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 925f1de..f7e8da9 100644 --- a/build.xml +++ b/build.xml @@ -51,6 +51,7 @@ class Version { public static String VERSION = "${VERSION}";} + @@ -63,8 +64,7 @@ class Version { public static String VERSION = "${VERSION}";} - - +