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`)
Note: ./edt/Section.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
(cd src; jar cf ../edt-core.jar `find . -name \*.class -o -name \*.java`)
Checking manager interface structure...
rm -f edt-textui.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 -cp /usr/share/java/po-uilib.jar:/usr/share/java/edt-support.jar:../../edt-core/edt-core.jar `find . -name \*.java`)
./edt/textui/main/ShowMetadata.java:30: error: cannot find symbol
IO.println(Message.documentBytes(_receiver.getDocument().getDimension()));
^
symbol: method getDimension()
location: class Documento
./edt/textui/TextEditor.java:23: error: cannot find symbol
Editor editor = new Editor(new Document(""));
^
symbol: class Document
location: class TextEditor
./edt/textui/TextEditor.java:26: error: cannot find symbol
Document document = editor.textOrganize(datafile);
^
symbol: class Document
location: class TextEditor
Note: ./edt/textui/main/ShowMetadata.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1