From 95940ce31ea736b5c8b8dc79f978bf8dec3321d0 Mon Sep 17 00:00:00 2001 From: Luc Boudreau Date: Mon, 3 Nov 2008 18:36:30 +0000 Subject: [PATCH] I have double checked the dependencies tree and made sure there was nothing circular. I have also uploaded a schema to help you understand better the current dependencies. It's available here : https://sourceforge.net/tracker2/download.php?group_id=168953&atid=848534&file_id=299997&aid=1991341 I have updated the build file to reflect these changes and added some more tweaks to it. It is now possible to generate the javadoc of the XML/A driver, for example. Before the 1.0 release, we'll need to further "disconnect" all the components. I'll create a separate task for this. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@129 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- build.xml | 62 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 45 insertions(+), 17 deletions(-) diff --git a/build.xml b/build.xml index cd85e09..5b4039a 100644 --- a/build.xml +++ b/build.xml @@ -15,7 +15,7 @@ - + @@ -29,12 +29,16 @@ + + + + @@ -69,21 +73,14 @@ ${jar-jdk14.file}"/> - - - + + + + + + + + @@ -155,7 +152,7 @@ ${jar-jdk14.file}"/> srcdir="${testsrc.dir}" destdir="${testclasses.dir}" debug="${project.build.debug}" - classpathref="project.classpath" + classpathref="project.test.classpath" source="1.5"> @@ -390,6 +387,37 @@ META-INF/**"/> + + + + + + + + + + + + + + + +