Checking core structure...
compile_project:10: no matches found: *.in
rm -f rest-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
./rest/core/food/AggregatedFood.java:25: error: illegal start of type
    throw new InvalidRemovalException(food.getName(),food.getCalories());
    ^
./rest/core/food/AggregatedFood.java:25: error: ';' expected
    throw new InvalidRemovalException(food.getName(),food.getCalories());
         ^
./rest/core/food/AggregatedFood.java:25: error: invalid method declaration; return type required
    throw new InvalidRemovalException(food.getName(),food.getCalories());
              ^
./rest/core/food/AggregatedFood.java:25: error: <identifier> expected
    throw new InvalidRemovalException(food.getName(),food.getCalories());
                                                  ^
./rest/core/food/AggregatedFood.java:25: error: ';' expected
    throw new InvalidRemovalException(food.getName(),food.getCalories());
                                                   ^
./rest/core/food/AggregatedFood.java:25: error: illegal start of type
    throw new InvalidRemovalException(food.getName(),food.getCalories());
                                                    ^
./rest/core/food/AggregatedFood.java:25: error: ';' expected
    throw new InvalidRemovalException(food.getName(),food.getCalories());
                                                         ^
./rest/core/food/AggregatedFood.java:25: error: invalid method declaration; return type required
    throw new InvalidRemovalException(food.getName(),food.getCalories());
                                                          ^
./rest/core/food/AggregatedFood.java:25: error: ';' expected
    throw new InvalidRemovalException(food.getName(),food.getCalories());
                                                                       ^
./rest/core/food/AggregatedFood.java:27: error: class, interface, or enum expected
  public String toString() {
         ^
./rest/core/food/AggregatedFood.java:29: error: class, interface, or enum expected
  }
  ^
./rest/core/food/InvalidFoodException.java:13: error: invalid method declaration; return type required
	public InvalidRemovalException(String food) {
	       ^
12 errors
make: *** [all] Error 1