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:14: error: constructor ElmText in class ElmText cannot be applied to given types;
  public Section(String title, int idSection){
                                             ^
  required: String,int
  found: no arguments
  reason: actual and formal argument lists differ in length
./edt/Section.java:21: error: constructor ElmText in class ElmText cannot be applied to given types;
   public Section(String title){
                               ^
  required: String,int
  found: no arguments
  reason: actual and formal argument lists differ in length
./edt/Section.java:28: error: constructor ElmText in class ElmText cannot be applied to given types;
  public Section(){
                  ^
  required: String,int
  found: no arguments
  reason: actual and formal argument lists differ in length
./edt/Paragraph.java:12: error: constructor ElmText in class ElmText cannot be applied to given types;
  public Paragraph(String content, int ParagraphId){
                                                   ^
  required: String,int
  found: no arguments
  reason: actual and formal argument lists differ in length
4 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1