From bddae982a65dda0d5bcdb39f973f8db820e47a98 Mon Sep 17 00:00:00 2001 From: Julian Hyde Date: Thu, 14 Jun 2007 20:37:17 +0000 Subject: [PATCH] Get mondrian classes from parallel source directory, not log file (for now); fix 'ant clean' mayhem; add 'javadoc-with-ydoc' ant target. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@21 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- build.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 71 insertions(+), 18 deletions(-) diff --git a/build.xml b/build.xml index c9617fa..f4e54ff 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ == This software is subject to the terms of the Common Public License == Agreement, available at the following URL: == http://www.opensource.org/licenses/cpl.html. - == Copyright (C) 2006-2006 Julian Hyde and others. + == Copyright (C) 2006-2007 Julian Hyde and others. == All Rights Reserved. == You must accept the terms of that agreement to use this software. --> @@ -29,6 +29,10 @@ + + + @@ -36,9 +40,6 @@ - - - @@ -49,7 +50,9 @@ - + + + @@ -82,7 +85,6 @@ - @@ -160,8 +162,7 @@ VERSION.txt" ${javadoc.dir}/**, **/_vti*/*, **/*~, -**/junit-results/**, -${generated.java.files}" /> +**/junit-results/**" /> @@ -200,7 +201,7 @@ ${doc.dir}/api/src-html/**/*"/> @@ -286,7 +287,7 @@ META-INF/**"/> scope="constructors,methods"/> - + + - + + + + + @@ -330,8 +339,52 @@ META-INF/**"/> scope="constructors,methods"/> - + + + + + + + + + + + + + + + + + + + + + + + + + + + +