--- ./tests/JscribbleTestSuite.java.orig	2012-11-23 23:07:27.858585412 +0100
+++ ./tests/JscribbleTestSuite.java	2012-11-23 23:07:39.042640879 +0100
@@ -25,7 +25,6 @@
 import tests.jscribble.drawPanel.HelpItemTest;
 import tests.jscribble.helpers.FileComparatorTest;
 import tests.jscribble.notebook.NoteBookCompressorTest;
-import tests.jscribble.notebook.NoteBookTest;
 import tests.jscribble.notebook.NoteSheetFileFilterTest;
 import tests.jscribble.notebook.NoteSheetTest;
 import tests.jscribble.notebook.WriteoutThreadTest;
@@ -44,7 +43,6 @@
 		suite.addTestSuite(FileComparatorTest.class);
 		suite.addTestSuite(HelpItemTest.class);
 		suite.addTestSuite(NoteBookCompressorTest.class);
-		suite.addTestSuite(NoteBookTest.class);
 		suite.addTestSuite(NoteSheetFileFilterTest.class);
 		suite.addTestSuite(NoteSheetTest.class);
 		suite.addTestSuite(VersionNameTest.class);
--- ./makefile.orig	2012-11-23 23:24:29.831653097 +0100
+++ ./makefile	2012-11-23 23:25:04.039822732 +0100
@@ -24,7 +24,7 @@
 
 # Find all the Java files in the source tree and generate a matching list of
 # class files (targets) from that.
-alljavafiles:=$(shell find . -name "*.java")
+alljavafiles:=$(shell find . \( ! -regex '.*/\..*' \)  -name "*.java")
 allclassfiles:=$(alljavafiles:.java=.class)
 javafiles:=$(shell find jscribble -name "*.java")
 classfiles:=$(javafiles:.java=.class)
