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`)
(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/section/InsertParagraph.java:16: error: illegal start of expression
super(MenuEntry.INSERT_PARAGRAPH, /* FIXME: receiver(s) */);
^
./edt/textui/section/NameSection.java:16: error: illegal start of expression
super(MenuEntry.NAME_SECTION, /* FIXME: receiver(s) */);
^
./edt/textui/section/ShowContent.java:16: error: illegal start of expression
super(MenuEntry.SHOW_CONTENT, /* FIXME: receiver(s) */);
^
./edt/textui/section/SelectSection.java:16: error: illegal start of expression
super(MenuEntry.SELECT_SECTION, /* FIXME: receiver(s) */);
^
./edt/textui/section/RemoveSection.java:16: error: illegal start of expression
super(MenuEntry.REMOVE_SECTION, /* FIXME: receiver(s) */);
^
./edt/textui/section/ListSections.java:16: error: illegal start of expression
super(MenuEntry.LIST_SECTIONS, /* FIXME: receiver(s) */);
^
./edt/textui/section/ChangeTitle.java:16: error: illegal start of expression
super(MenuEntry.CHANGE_TITLE, /* FIXME: receiver(s) */);
^
./edt/textui/section/NameParagraph.java:16: error: illegal start of expression
super(MenuEntry.NAME_PARAGRAPH, /* FIXME: receiver(s) */);
^
./edt/textui/section/RemoveParagraph.java:16: error: illegal start of expression
super(MenuEntry.REMOVE_PARAGRAPH, /* FIXME: receiver(s) */);
^
./edt/textui/section/SectionCommand.java:11: error: illegal start of type
public abstract class SectionCommand extends Command</* FIXME: core class for section-context (main receiver) */> {
^
./edt/textui/section/SectionCommand.java:15: error: illegal start of type
public SectionCommand(String title, /* FIXME: decls of argument(s) for receiver(s) */) {
^
./edt/textui/section/SectionCommand.java:15: error: ')' expected
public SectionCommand(String title, /* FIXME: decls of argument(s) for receiver(s) */) {
^
./edt/textui/section/SectionCommand.java:15: error: ';' expected
public SectionCommand(String title, /* FIXME: decls of argument(s) for receiver(s) */) {
^
./edt/textui/section/SectionCommand.java:16: error: illegal start of type
super(title, receiver);
^
./edt/textui/section/SectionCommand.java:16: error: ';' expected
super(title, receiver);
^
./edt/textui/section/SectionCommand.java:20: error: class, interface, or enum expected
}
^
./edt/textui/section/EditParagraph.java:16: error: illegal start of expression
super(MenuEntry.EDIT_PARAGRAPH, /* FIXME: receiver(s) */);
^
./edt/textui/section/InsertSection.java:16: error: illegal start of expression
super(MenuEntry.INSERT_SECTION, /* FIXME: receiver(s) */);
^
./edt/textui/main/Save.java:15: error: illegal start of type
public class Save extends Command</* FIXME: core class */> {
^
./edt/textui/main/Save.java:17: error: illegal start of expression
super(MenuEntry.SAVE, /* FIXME: receiver(s) */);
^
./edt/textui/main/ShowMetadata.java:15: error: illegal start of type
public class ShowMetadata extends Command</* FIXME: core class */> {
^
./edt/textui/main/ShowMetadata.java:17: error: illegal start of expression
super(MenuEntry.SHOW_METADATA, /* FIXME: receiver(s) */);
^
./edt/textui/main/Open.java:15: error: illegal start of type
public class Open extends Command</* FIXME: core class */> {
^
./edt/textui/main/Open.java:17: error: illegal start of expression
super(MenuEntry.OPEN, /* FIXME: receiver(s) */);
^
./edt/textui/main/Edit.java:15: error: illegal start of type
public class Edit extends Command</* FIXME: core class */> {
^
./edt/textui/main/Edit.java:17: error: illegal start of expression
super(MenuEntry.OPEN_DOCUMENT_EDITOR, /* FIXME: receiver(s) */);
^
./edt/textui/main/New.java:15: error: illegal start of type
public class New extends Command</* FIXME: core class */> {
^
./edt/textui/main/New.java:17: error: illegal start of expression
super(MenuEntry.NEW, /* FIXME: receiver(s) */);
^
./edt/textui/main/ShowTextElement.java:15: error: illegal start of type
public class ShowTextElement extends Command</* FIXME: core class */> {
^
./edt/textui/main/ShowTextElement.java:17: error: illegal start of expression
super(MenuEntry.SHOW_TEXT_ELEMENT, /* FIXME: receiver(s) */);
^
./edt/textui/main/ShowIndex.java:15: error: illegal start of type
public class ShowIndex extends Command</* FIXME: core classe */> {
^
./edt/textui/main/ShowIndex.java:17: error: illegal start of expression
super(MenuEntry.SHOW_INDEX, /* FIXME: receiver(s) */);
^
./edt/textui/main/AddAuthor.java:15: error: illegal start of type
public class AddAuthor extends Command</* FIXME: core class */> {
^
./edt/textui/main/AddAuthor.java:17: error: illegal start of expression
super(MenuEntry.ADD_AUTHOR, /* FIXME: receiver(s) */);
^
./edt/textui/TextEditor.java:21: error: <identifier> expected
edt.textui.main.MenuBuilder.menuFor(/* FIXME: core object */);
^
./edt/textui/TextEditor.java:22: error: <identifier> expected
IO.closeDown();
^
./edt/textui/TextEditor.java:24: error: class, interface, or enum expected
}
^
37 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1