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/bloco/Documentuh.java:16: error: illegal start of expression
		Author _author = new Author(;		
		                            ^
./edt/bloco/Documentuh.java:16: error: ';' expected
		Author _author = new Author(;		
		                             ^
./edt/bloco/Documentuh.java:17: error: illegal start of expression
		_authors.put(author.getContact(), author);
		        ^
./edt/bloco/Documentuh.java:17: error: ';' expected
		_authors.put(author.getContact(), author);
		            ^
./edt/bloco/Documentuh.java:17: error: ';' expected
		_authors.put(author.getContact(), author);
		                                ^
./edt/bloco/Documentuh.java:17: error: not a statement
		_authors.put(author.getContact(), author);
		                                  ^
./edt/bloco/Documentuh.java:17: error: ';' expected
		_authors.put(author.getContact(), author);
		                                        ^
./edt/bloco/Documentuh.java:45: error: ')' expected
		while ((line = reader.readline() != null) {
		                                         ^
./edt/bloco/Documentuh.java:47: error: illegal start of expression
	}
	^
./edt/bloco/Documentuh.java:47: error: ';' expected
	}
	 ^
./edt/bloco/Documentuh.java:49: error: reached end of file while parsing
}
 ^
11 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1