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/Section.java:96: error: cannot find symbol
		String selectedBefore = TextEditor.getDocument().getSelectedSection().getId();
		                                  ^
  symbol:   method getDocument()
  location: class TextEditor
./edt/Section.java:97: error: cannot find symbol
		TextEditor.getDocument().getSelectedSection().setSelected(false);
		          ^
  symbol:   method getDocument()
  location: class TextEditor
./edt/Section.java:109: error: cannot find symbol
			if(TextEditor.getDocument().getSelectedSection() == null) {
			             ^
  symbol:   method getDocument()
  location: class TextEditor
./edt/Section.java:136: error: cannot find symbol
		else if (TextEditor.getDocument().getSelectedSection() != null)
		                   ^
  symbol:   method getDocument()
  location: class TextEditor
./edt/Section.java:137: error: cannot find symbol
			TextEditor.getDocument().getSelectedSection().addSection(new Section(title));
			          ^
  symbol:   method getDocument()
  location: class TextEditor
./edt/Section.java:139: error: cannot find symbol
			TextEditor.getDocument().addSection(new Section(title));
			          ^
  symbol:   method getDocument()
  location: class TextEditor
6 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1