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:20: error: -> expected
		_sections = ArrayList<Sections>();
		                                 ^
./edt/Section.java:20: error: ';' expected
		_sections = ArrayList<Sections>();
		                                  ^
./edt/Section.java:24: error: illegal start of expression
	public void setTitle(String title) {
	^
./edt/Section.java:24: error: ';' expected
	public void setTitle(String title) {
	      ^
./edt/Section.java:24: error: ')' expected
	public void setTitle(String title) {
	                           ^
./edt/Section.java:24: error: illegal start of expression
	public void setTitle(String title) {
	                                 ^
./edt/Section.java:24: error: ';' expected
	public void setTitle(String title) {
	                                  ^
./edt/Section.java:56: error: bad initializer for for-loop
	for(section :List<Section>){
	    ^
./edt/Section.java:56: error: illegal start of expression
	for(section :List<Section>){
	                          ^
9 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1