Build should check that something is in the generated jar
The build should check that an
Submitted by Vlad Vergu on 13 May 2016 at 10:26InteropRegisterer.class
gets packaged into the jar. If the Eclipse project is configured incorrectly (either automatically or manually) and there are no Java source folders on the build path then no Java files will be compiled and nothing will be placed instratego.jar
. The language can not be used but the build still succeeds.