From 79ca89bd2e44eb313e05bd7615501219c78b4d58 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Thu, 23 Apr 2015 17:05:52 -0700 Subject: [PATCH] Now excluding only 3 broken files in Annotations --- annotations/build.xml | 13 +++++++------ build.xml | 7 +++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/annotations/build.xml b/annotations/build.xml index e6b51b3e..7ed88d0b 100644 --- a/annotations/build.xml +++ b/annotations/build.xml @@ -22,7 +22,7 @@ @@ -31,7 +31,7 @@ @@ -45,9 +45,10 @@ + srcdir="${basedir}" + excludes="InterfaceExtractorProcessor.java InterfaceExtractorProcessorFactory.java database/TableCreationProcessorFactory.java"> @@ -203,8 +204,8 @@ - - + diff --git a/build.xml b/build.xml index d0be12f0..d77d861f 100644 --- a/build.xml +++ b/build.xml @@ -6,14 +6,12 @@ Main build.xml for the source code for Thinking in Java, 4th Edition (Refreshed) by Bruce Eckel Code available at http://www.MindView.net + See installation instructions in README.md See copyright notice in CopyRight.txt - Ant available from: http://ant.apache.org/ + Ant available from http://ant.apache.org To see options, type: ant -p - - NOTE: Temporarily excluded - annotations/build.xml @@ -41,6 +39,7 @@ io/build.xml xml/build.xml enumerated/build.xml + annotations/build.xml concurrency/build.xml gui/build.xml swt/build.xml