Checking core structure...
compile_project:10: no matches found: *.in
rm -f poof-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
(cd src; jar cf ../poof-core.jar `find . -name \*.class -o -name \*.java`)
Checking manager interface structure...
rm -f poof-textui.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 -cp /usr/share/java/po-uilib.jar:/usr/share/java/poof-support.jar:../../poof-core/poof-core.jar `find . -name \*.java`)
./poof/textui/user/ListAllUsers.java:29: error: cannot find symbol
		while(counter < _lst.lenght){
		                    ^
  symbol:   variable lenght
  location: variable _lst of type String[]
./poof/textui/user/ListAllUsers.java:30: error: cannot find symbol
			IO.writeString(_lst[counter]);
			  ^
  symbol:   method writeString(String)
  location: variable IO of type Dialog
./poof/textui/user/CreateUser.java:36: error: cannot find symbol
			throw new UserExistsException(e.getUsername());
			          ^
  symbol:   class UserExistsException
  location: class CreateUser
./poof/textui/user/CreateUser.java:39: error: cannot find symbol
			throw new AcessDeniedException(e.getUsername());
			          ^
  symbol:   class AcessDeniedException
  location: class CreateUser
./poof/textui/main/MenuOpenShell.java:24: error: local variable manager is accessed from within inner class; needs to be declared final
					return manager.hasFileSystem();
					       ^
./poof/textui/main/Login.java:25: error: local variable manager is accessed from within inner class; needs to be declared final
					return manager.hasFileSystem();
					       ^
./poof/textui/main/Login.java:39: error: cannot find symbol
			throw new UserUnknownException(e.getUsername());
			          ^
  symbol:   class UserUnknownException
  location: class Login
./poof/textui/main/Open.java:31: error: cannot find symbol
			if(_receiver.hasFileSystem && _receiver.changed()){
			            ^
  symbol:   variable hasFileSystem
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/Open.java:35: error: cannot find symbol
						_receiver.saveState();
						         ^
  symbol:   method saveState()
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/Open.java:39: error: cannot find symbol
						_receiver.saveFile(file);
						         ^
  symbol:   method saveFile(String)
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/Open.java:52: error: cannot find symbol
		catch(FileNotFoundException e){
		      ^
  symbol:   class FileNotFoundException
  location: class Open
./poof/textui/main/MenuOpenUserManagement.java:24: error: local variable manager is accessed from within inner class; needs to be declared final
					return manager.hasFileSystem();
					       ^
./poof/textui/main/New.java:28: error: cannot find symbol
		if(_receiver.hasFileSystem && _receiver.changed()){
		            ^
  symbol:   variable hasFileSystem
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/New.java:32: error: cannot find symbol
					_receiver.saveState();
					         ^
  symbol:   method saveState()
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/New.java:36: error: cannot find symbol
					_receiver.saveFile(file);
					         ^
  symbol:   method saveFile(String)
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/Save.java:25: error: local variable manager is accessed from within inner class; needs to be declared final
					return manager.changed();
					       ^
./poof/textui/main/Save.java:35: error: cannot find symbol
				_receiver.saveState();
				         ^
  symbol:   method saveState()
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/Save.java:40: error: cannot find symbol
				_receiver.saveFile(file);
				         ^
  symbol:   method saveFile(String)
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/main/Save.java:44: error: cannot find symbol
		catch(FileNotFoundException e){
		      ^
  symbol:   class FileNotFoundException
  location: class Save
./poof/textui/main/Save.java:45: error: cannot find symbol
			IO.writeString(Message.fileNotFound());
			  ^
  symbol:   method writeString(String)
  location: variable IO of type Dialog
./poof/textui/Shell.java:39: error: cannot find symbol
			throw new EntryExistsException(e.getEntryName);
			                                ^
  symbol:   variable getEntryName
  location: variable e of type EntryExistsCoreException
./poof/textui/Shell.java:42: error: cannot find symbol
			throw new EntryUnknownException(e.getEntryName);
			                                 ^
  symbol:   variable getEntryName
  location: variable e of type EntryUnknownCoreException
./poof/textui/Shell.java:45: error: cannot find symbol
			throw new IsNotDirectoryException(e.getEntryName);
			                                   ^
  symbol:   variable getEntryName
  location: variable e of type IsNotDirectoryCoreException
./poof/textui/Shell.java:48: error: cannot find symbol
			throw new UserExistsException(e.getUsername);
			                               ^
  symbol:   variable getUsername
  location: variable e of type UserExistsCoreException
./poof/textui/Shell.java:51: error: cannot find symbol
			throw new AcessDeniedException(e.getUsername);
			          ^
  symbol:   class AcessDeniedException
  location: class Shell
./poof/textui/Shell.java:51: error: cannot find symbol
			throw new AcessDeniedException(e.getUsername);
			                                ^
  symbol:   variable getUsername
  location: variable e of type AcessDeniedCoreException
./poof/textui/Shell.java:54: error: cannot find symbol
			throw new UserUnknownException(e.getUsername);
			                                ^
  symbol:   variable getUsername
  location: variable e of type UserUnknownCoreException
./poof/textui/Shell.java:56: error: cannot find symbol
		poof.textui.main.MenuBuilder.menuFor(manager);
		                                     ^
  symbol:   variable manager
  location: class Shell
./poof/textui/shell/ListEntry.java:33: error: cannot find symbol
			throw new EntryUnknownException(e.getEntryName());
			          ^
  symbol:   class EntryUnknownException
  location: class ListEntry
./poof/textui/shell/CreateDirectory.java:30: error: cannot find symbol
			String name = IO.readString(directoryRequest());
			                            ^
  symbol:   method directoryRequest()
  location: class CreateDirectory
./poof/textui/shell/CreateDirectory.java:34: error: cannot find symbol
			throw new EntryExistsException(e.getEntryName());
			          ^
  symbol:   class EntryExistsException
  location: class CreateDirectory
./poof/textui/shell/CreateDirectory.java:37: error: cannot find symbol
			throw new AcessDeniedException(e.getUsername());
			          ^
  symbol:   class AcessDeniedException
  location: class CreateDirectory
./poof/textui/shell/RemoveEntry.java:35: error: cannot find symbol
			throw new EntryUnknownException(e.getEntryName());
			          ^
  symbol:   class EntryUnknownException
  location: class RemoveEntry
./poof/textui/shell/RemoveEntry.java:38: error: cannot find symbol
			throw new AcessDeniedException(e.getUsername());
			          ^
  symbol:   class AcessDeniedException
  location: class RemoveEntry
./poof/textui/shell/RemoveEntry.java:41: error: cannot find symbol
			throw new IllegalRemovalException();
			          ^
  symbol:   class IllegalRemovalException
  location: class RemoveEntry
./poof/textui/shell/ShowWorkingDirectory.java:27: error: cannot find symbol
		IO.println(_receiver.showCurrentPath());
		                    ^
  symbol:   method showCurrentPath()
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./poof/textui/shell/ChangeWorkingDirectory.java:34: error: cannot find symbol
			throw new EntryUnknownException(e.getEntryName());
			          ^
  symbol:   class EntryUnknownException
  location: class ChangeWorkingDirectory
./poof/textui/shell/ChangeWorkingDirectory.java:38: error: cannot find symbol
			throw new EntryUnknownException(e.getEntryName());
			          ^
  symbol:   class EntryUnknownException
  location: class ChangeWorkingDirectory
./poof/textui/shell/ListAllEntries.java:29: error: cannot find symbol
		while(counter < _lst.lenght){
		                    ^
  symbol:   variable lenght
  location: variable _lst of type String[]
./poof/textui/shell/ChangeEntryPermissions.java:39: error: cannot find symbol
			throw new EntryUnknownException(e.getEntryName());
			          ^
  symbol:   class EntryUnknownException
  location: class ChangeEntryPermissions
./poof/textui/shell/ChangeEntryPermissions.java:42: error: cannot find symbol
			throw new AcessDeniedException(e.getUsername());
			          ^
  symbol:   class AcessDeniedException
  location: class ChangeEntryPermissions
./poof/textui/shell/ChangeOwner.java:36: error: cannot find symbol
			throw new EntryUnknownException(e.getEntryName());
			          ^
  symbol:   class EntryUnknownException
  location: class ChangeOwner
./poof/textui/shell/ChangeOwner.java:39: error: cannot find symbol
			throw new AcessDeniedException(e.getUsername());
			          ^
  symbol:   class AcessDeniedException
  location: class ChangeOwner
./poof/textui/shell/ChangeOwner.java:42: error: cannot find symbol
			throw new UserUnknownException(e.getUsername());
			          ^
  symbol:   class UserUnknownException
  location: class ChangeOwner
44 errors
make: *** [all] Error 1