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/Alerta.java:1: error: duplicate class: Alerta
public class Alerta{
       ^
./rest/Outlet.java:12: error: cannot access Alerta
	private Alerta _warn;
	        ^
  bad source file: ./rest/Alerta.java
    file does not contain class rest.Alerta
    Please remove or make sure it appears in the correct subdirectory of the sourcepath.
make: *** [all] Error 1