Checking core structure...
compile_project:10: no matches found: *.in
rm -f edt-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
./edt/Document.java:30: error: cannot find symbol
	public TextElement getTextElement(String uniqueID) throws NoSuchTextElementException { 
	                                                          ^
  symbol:   class NoSuchTextElementException
  location: class Document
./edt/Document.java:32: error: cannot find symbol
	      else throw new NoSuchTextElementException();
	                     ^
  symbol:   class NoSuchTextElementException
  location: class Document
2 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1