travis....

This commit is contained in:
jamesagnew 2015-12-14 22:44:05 -05:00
parent c8535b72b6
commit 2b0a800d98
2 changed files with 7 additions and 2 deletions

View File

@ -48,6 +48,7 @@ import java.util.Set;
import java.util.TreeMap;
import java.util.TreeSet;
import org.apache.commons.io.IOUtils;
import org.hl7.fhir.instance.model.api.IAnyResource;
import org.hl7.fhir.instance.model.api.IBase;
import org.hl7.fhir.instance.model.api.IBaseBackboneElement;
@ -197,7 +198,11 @@ class ModelScanner {
// FIXME: remove
if (myVersionTypes.contains(CodeDt.class) == false) {
throw new ConfigurationException("Did not request CodeDt: " + myVersionTypes);
try {
throw new ConfigurationException("Did not request CodeDt1: " + myVersionTypes + "\ndatatypes: " + theDatatypes + "\n\n" + IOUtils.toString(myVersion.getVersionImplementation().getFhirVersionPropertiesFile()));
} catch (IOException e) {
throw new ConfigurationException("FAILED: " + e.toString());
}
}
// toScan.add(DateDt.class);

View File

@ -157,7 +157,7 @@ public class RuntimeChildUndeclaredExtensionDefinition extends BaseRuntimeChildD
// FIXME: remove
if (theClassToElementDefinitions.containsKey(CodeDt.class) == false) {
throw new ConfigurationException("Did not request CodeDt: " + (theClassToElementDefinitions.keySet()));
throw new ConfigurationException("Did not request CodeDt2: " + (theClassToElementDefinitions.keySet()));
}
// for (theContext.get)