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:8: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/SectionCommand.java:6: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/SectionCommand.java:11: error: cannot find symbol
public abstract class SectionCommand extends Command<Editor> {
                                                     ^
  symbol: class Editor
./edt/textui/section/InsertParagraph.java:14: error: cannot find symbol
	public InsertParagraph(Editor editor) {
	                       ^
  symbol:   class Editor
  location: class InsertParagraph
./edt/textui/section/SectionCommand.java:12: error: cannot find symbol
	public SectionCommand(String title, Editor editor) {
	                                    ^
  symbol:   class Editor
  location: class SectionCommand
./edt/textui/section/NameSection.java:8: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/NameSection.java:14: error: cannot find symbol
	public NameSection(Editor editor) {
	                   ^
  symbol:   class Editor
  location: class NameSection
./edt/textui/section/ShowContent.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/ShowContent.java:15: error: cannot find symbol
	public ShowContent(Editor editor) {
	                   ^
  symbol:   class Editor
  location: class ShowContent
./edt/textui/section/ShowContent.java:19: error: cannot find symbol
	public void ShowSection(Section section) {
	                        ^
  symbol:   class Section
  location: class ShowContent
./edt/textui/section/SelectSection.java:8: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/SelectSection.java:14: error: cannot find symbol
	public SelectSection(Editor editor) {
	                     ^
  symbol:   class Editor
  location: class SelectSection
./edt/textui/section/RemoveSection.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/RemoveSection.java:12: error: cannot find symbol
	public RemoveSection(Editor editor) {
	                     ^
  symbol:   class Editor
  location: class RemoveSection
./edt/textui/section/ListSections.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/ListSections.java:16: error: cannot find symbol
	public ListSections(Editor editor) {
	                    ^
  symbol:   class Editor
  location: class ListSections
./edt/textui/section/ListSections.java:20: error: cannot find symbol
	public void printSections(Section sec) {
	                          ^
  symbol:   class Section
  location: class ListSections
./edt/textui/section/ChangeTitle.java:9: error: package edt.core does not exist
import edt.core.Editor;
               ^
./edt/textui/section/ChangeTitle.java:10: error: package edt.core does not exist
import edt.core.Document;
               ^
./edt/textui/section/ChangeTitle.java:11: error: package edt.core does not exist
import edt.core.Section;
               ^
./edt/textui/section/ChangeTitle.java:17: error: cannot find symbol
	public ChangeTitle(Editor editor) {
	                   ^
  symbol:   class Editor
  location: class ChangeTitle
./edt/textui/section/MenuBuilder.java:5: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/MenuBuilder.java:15: error: cannot find symbol
	public static void menuFor(Editor editor, Section seccaoActual) {
	                           ^
  symbol:   class Editor
  location: class MenuBuilder
./edt/textui/section/MenuBuilder.java:15: error: cannot find symbol
	public static void menuFor(Editor editor, Section seccaoActual) {
	                                          ^
  symbol:   class Section
  location: class MenuBuilder
./edt/textui/section/NameParagraph.java:8: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/NameParagraph.java:15: error: cannot find symbol
	public NameParagraph(Editor editor) {
	                     ^
  symbol:   class Editor
  location: class NameParagraph
./edt/textui/section/RemoveParagraph.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/RemoveParagraph.java:12: error: cannot find symbol
	public RemoveParagraph(Editor editor) {
	                       ^
  symbol:   class Editor
  location: class RemoveParagraph
./edt/textui/section/EditParagraph.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/EditParagraph.java:15: error: cannot find symbol
	public EditParagraph(Editor editor) {
	                     ^
  symbol:   class Editor
  location: class EditParagraph
./edt/textui/section/InsertSection.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/section/InsertSection.java:15: error: cannot find symbol
	public InsertSection(Editor editor) {
	                     ^
  symbol:   class Editor
  location: class InsertSection
./edt/textui/main/Save.java:10: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/main/Save.java:15: error: cannot find symbol
public class Save extends Command<Editor> {
                                  ^
  symbol: class Editor
./edt/textui/main/Save.java:16: error: cannot find symbol
	public Save(Editor editor) {
	            ^
  symbol:   class Editor
  location: class Save
./edt/textui/main/MenuBuilder.java:10: error: package edt.core does not exist
import edt.core.Editor;
               ^
./edt/textui/main/MenuBuilder.java:14: error: cannot find symbol
  public static void menuFor(Editor editor)
                             ^
  symbol:   class Editor
  location: class MenuBuilder
./edt/textui/main/ShowMetadata.java:10: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/main/ShowMetadata.java:12: error: cannot find symbol
public class ShowMetadata extends Command<Editor> {
                                          ^
  symbol: class Editor
./edt/textui/main/ShowMetadata.java:14: error: cannot find symbol
	public ShowMetadata(Editor editor) {
	                    ^
  symbol:   class Editor
  location: class ShowMetadata
./edt/textui/main/Open.java:11: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/main/Open.java:17: error: cannot find symbol
public class Open extends Command<Editor> {
                                  ^
  symbol: class Editor
./edt/textui/main/Open.java:18: error: cannot find symbol
	public Open(Editor editor) {
	            ^
  symbol:   class Editor
  location: class Open
./edt/textui/main/Edit.java:10: error: package edt.core does not exist
import edt.core.Editor;
               ^
./edt/textui/main/Edit.java:15: error: cannot find symbol
public class Edit extends Command<Editor> {
                                  ^
  symbol: class Editor
./edt/textui/main/Edit.java:16: error: cannot find symbol
  public Edit(Editor editor) {
              ^
  symbol:   class Editor
  location: class Edit
./edt/textui/main/New.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/main/New.java:14: error: cannot find symbol
public class New extends Command<Editor> {
                                 ^
  symbol: class Editor
./edt/textui/main/New.java:15: error: cannot find symbol
	public New(Editor editor) {
	           ^
  symbol:   class Editor
  location: class New
./edt/textui/main/ShowTextElement.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/main/ShowTextElement.java:14: error: cannot find symbol
public class ShowTextElement extends Command<Editor> {
                                             ^
  symbol: class Editor
./edt/textui/main/ShowTextElement.java:15: error: cannot find symbol
	public ShowTextElement(Editor editor) {
	                       ^
  symbol:   class Editor
  location: class ShowTextElement
./edt/textui/main/ShowTextElement.java:20: error: cannot find symbol
	public void ShowSection(Section section) {
	                        ^
  symbol:   class Section
  location: class ShowTextElement
./edt/textui/main/ShowIndex.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/main/ShowIndex.java:15: error: cannot find symbol
public class ShowIndex extends Command<Editor> {
                                       ^
  symbol: class Editor
./edt/textui/main/ShowIndex.java:16: error: cannot find symbol
	public ShowIndex(Editor editor) {
	                 ^
  symbol:   class Editor
  location: class ShowIndex
./edt/textui/main/AddAuthor.java:9: error: package edt.core does not exist
import edt.core.*;
^
./edt/textui/main/AddAuthor.java:15: error: cannot find symbol
public class AddAuthor extends Command<Editor> {
                                       ^
  symbol: class Editor
./edt/textui/main/AddAuthor.java:16: error: cannot find symbol
	public AddAuthor(Editor editor) {
	                 ^
  symbol:   class Editor
  location: class AddAuthor
./edt/textui/TextEditor.java:5: error: package edt.core does not exist
import edt.core.Editor;
               ^
./edt/textui/section/NameSection.java:22: error: cannot find symbol
		Section sec = _receiver.getCurrSection().findSection(order);
		^
  symbol:   class Section
  location: class NameSection
./edt/textui/section/ShowContent.java:21: error: cannot find symbol
		for (Paragraph par : section.getParagraphs()) 
		     ^
  symbol:   class Paragraph
  location: class ShowContent
./edt/textui/section/ShowContent.java:23: error: cannot find symbol
		for (Section sec : section.getSections())
		     ^
  symbol:   class Section
  location: class ShowContent
./edt/textui/section/SelectSection.java:21: error: cannot find symbol
		Section sec = _receiver.getCurrSection().findSection(id);
		^
  symbol:   class Section
  location: class SelectSection
./edt/textui/section/RemoveSection.java:19: error: cannot find symbol
		Section sec = _receiver.getCurrSection().removeSection(order);
		^
  symbol:   class Section
  location: class RemoveSection
./edt/textui/section/ListSections.java:21: error: cannot find symbol
		for (Section s : sec.getSections()) {
		     ^
  symbol:   class Section
  location: class ListSections
./edt/textui/section/MenuBuilder.java:34: error: cannot find symbol
		Section antiga = editor.getCurrSection();
		^
  symbol:   class Section
  location: class MenuBuilder
./edt/textui/section/NameParagraph.java:23: error: cannot find symbol
		Paragraph par = _receiver.getCurrSection().findParagraph(order);
		^
  symbol:   class Paragraph
  location: class NameParagraph
./edt/textui/section/RemoveParagraph.java:19: error: cannot find symbol
		Paragraph par = _receiver.getCurrSection().removeParagraph(order);
		^
  symbol:   class Paragraph
  location: class RemoveParagraph
./edt/textui/section/EditParagraph.java:23: error: cannot find symbol
		Paragraph par = _receiver.getCurrSection().findParagraph(order);
		^
  symbol:   class Paragraph
  location: class EditParagraph
./edt/textui/main/ShowMetadata.java:20: error: cannot find symbol
		Document document = _receiver.getCurrDoc();
		^
  symbol:   class Document
  location: class ShowMetadata
./edt/textui/main/ShowMetadata.java:23: error: cannot find symbol
		for(Author a : document.getAuthors())
		    ^
  symbol:   class Author
  location: class ShowMetadata
./edt/textui/main/ShowTextElement.java:22: error: cannot find symbol
		for (Paragraph par : section.getParagraphs()) 
		     ^
  symbol:   class Paragraph
  location: class ShowTextElement
./edt/textui/main/ShowTextElement.java:24: error: cannot find symbol
		for (Section sec : section.getSections())
		     ^
  symbol:   class Section
  location: class ShowTextElement
./edt/textui/main/ShowTextElement.java:32: error: cannot find symbol
		Element elem = _receiver.getCurrDoc().getElement(id);
		^
  symbol:   class Element
  location: class ShowTextElement
./edt/textui/main/ShowTextElement.java:38: error: cannot find symbol
		if (elem instanceof Section)
		                    ^
  symbol:   class Section
  location: class ShowTextElement
./edt/textui/main/ShowTextElement.java:39: error: cannot find symbol
			 ShowSection((Section) elem);
			              ^
  symbol:   class Section
  location: class ShowTextElement
./edt/textui/main/ShowTextElement.java:42: error: cannot find symbol
			IO.println(((Paragraph) elem).getText());
			             ^
  symbol:   class Paragraph
  location: class ShowTextElement
./edt/textui/main/ShowIndex.java:23: error: cannot find symbol
		Document document = _receiver.getCurrDoc();
		^
  symbol:   class Document
  location: class ShowIndex
./edt/textui/main/ShowIndex.java:26: error: cannot find symbol
		for (Section sec : document.getSections())
		     ^
  symbol:   class Section
  location: class ShowIndex
./edt/textui/main/AddAuthor.java:24: error: cannot find symbol
		Document doc = _receiver.getCurrDoc();
		^
  symbol:   class Document
  location: class AddAuthor
./edt/textui/TextEditor.java:16: error: cannot find symbol
		Editor editor = new Editor();
		^
  symbol:   class Editor
  location: class TextEditor
./edt/textui/TextEditor.java:16: error: cannot find symbol
		Editor editor = new Editor();
		                    ^
  symbol:   class Editor
  location: class TextEditor
83 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1