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:20: error: <identifier> expected
public ListAllUsers(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/user/CreateUser.java:20: error: <identifier> expected
public CreateUser(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/user/MenuBuilder.java:17: error: <identifier> expected
public static void menuFor(FIXME /*FIXME: receiver declaration*/) {
^
./poof/textui/main/MenuOpenShell.java:21: error: <identifier> expected
public MenuOpenShell(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/main/Open.java:21: error: <identifier> expected
public Open(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/main/MenuBuilder.java:17: error: <identifier> expected
public static void menuFor(FIXME /*FIXME: receiver declaration */) {
^
./poof/textui/main/MenuBuilder.java:19: error: ')' expected
new New(FyleSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:19: error: <identifier> expected
new New(FyleSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:20: error: ')' expected
new Open(FyleSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:20: error: illegal start of expression
new Open(FyleSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:20: error: ';' expected
new Open(FyleSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:21: error: ')' expected
new Save(FyleSystem fileSystem/*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:21: error: illegal start of expression
new Save(FyleSystem fileSystem/*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:21: error: ';' expected
new Save(FyleSystem fileSystem/*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:22: error: ')' expected
new Login(FileSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:22: error: illegal start of expression
new Login(FileSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:22: error: ';' expected
new Login(FileSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:23: error: ')' expected
new MenuOpenShell(FileSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:23: error: illegal start of expression
new MenuOpenShell(FileSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:23: error: ';' expected
new MenuOpenShell(FileSystem fileSystem /*FIXME: receiver argument*/),
^
./poof/textui/main/MenuBuilder.java:24: error: ')' expected
new MenuOpenUserManagement(FileSystem fileSystem /*FIXME: receiver argument*/)
^
./poof/textui/main/MenuBuilder.java:24: error: illegal start of expression
new MenuOpenUserManagement(FileSystem fileSystem /*FIXME: receiver argument*/)
^
./poof/textui/main/MenuBuilder.java:24: error: ';' expected
new MenuOpenUserManagement(FileSystem fileSystem /*FIXME: receiver argument*/)
^
./poof/textui/main/MenuBuilder.java:25: error: illegal start of expression
});
^
./poof/textui/main/MenuOpenUserManagement.java:21: error: <identifier> expected
public MenuOpenUserManagement(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/main/New.java:21: error: <identifier> expected
public New(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/main/Save.java:20: error: <identifier> expected
public Save(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/ShowFileData.java:20: error: <identifier> expected
public ShowFileData(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/AppendDataToFile.java:20: error: <identifier> expected
public AppendDataToFile(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/CreateFile.java:20: error: <identifier> expected
public CreateFile(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/ListEntry.java:20: error: <identifier> expected
public ListEntry(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/CreateDirectory.java:20: error: <identifier> expected
public CreateDirectory(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/RemoveEntry.java:20: error: <identifier> expected
public RemoveEntry(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/MenuBuilder.java:17: error: <identifier> expected
public static void menuFor(FIXME /*FIXME: receiver declaration*/) {
^
./poof/textui/shell/ShowWorkingDirectory.java:20: error: <identifier> expected
public ShowWorkingDirectory(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/ChangeWorkingDirectory.java:20: error: <identifier> expected
public ChangeWorkingDirectory(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/ListAllEntries.java:20: error: <identifier> expected
public ListAllEntries(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/ChangeEntryPermissions.java:20: error: <identifier> expected
public ChangeEntryPermissions(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
./poof/textui/shell/ChangeOwner.java:20: error: <identifier> expected
public ChangeOwner(FIXME /*FIXME: add receiver declaration: type must agree with the above*/) {
^
39 errors
make: *** [all] Error 1