Hi I have problems compiling a project http://elexis.hg.sourceforge.net/hgweb/elexis/elexis-addons/file/56d8ca035061/ch.elexis.impfplan/ which has a Java file src/ch/elexis/impfplan/model/VaccinationType.java which depends on the scala file src/ch/elexis/impfplan/controller/ImpfplanController.scala inside the same project.
My compilation fails with > /opt/elexis-2.1.7-rm/elexis-addons/ch.elexis.impfplan/src/ch/elexis/impfpl > an/model/VaccinationType.java:162: cannot find symbol symbol : method > asCollection(scala.collection.Iterable<ch.elexis.impfplan.model.Vaccinatio > nType>) location: class scala.collection.JavaConversions > > JavaConversions.asCollection(ImpfplanController.all > Vaccs()); > > ^ Is there any trick I can use to correct this problem? I tried the current trunk as well as buildr 1.4.9 Thanks in advance Niklaus Giger
