remove spurious debugging code.

This commit is contained in:
Grahame Grieve 2019-12-04 05:59:22 +11:00
parent ec5a70ec35
commit ccc6143953
2 changed files with 4 additions and 1 deletions

View File

@ -470,7 +470,7 @@ public class SimpleWorkerContext extends BaseWorkerContext implements IWorkerCon
if (!set.contains(sd)) {
try {
generateSnapshot(sd);
new XmlParser().setOutputStyle(OutputStyle.PRETTY).compose(new FileOutputStream(Utilities.path("c:\\temp", "snapshot", tail(sd.getUrl())+".xml")), sd);
// new XmlParser().setOutputStyle(OutputStyle.PRETTY).compose(new FileOutputStream(Utilities.path("[tmp]", "snapshot", tail(sd.getUrl())+".xml")), sd);
} catch (Exception e) {
System.out.println("Unable to generate snapshot for "+tail(sd.getUrl()) +" from "+tail(sd.getBaseDefinition())+" because "+e.getMessage());
if (true) {

View File

@ -12,6 +12,9 @@ echo check versions and make sure committed...
pause
call mvn versions:set -DnewVersion=%newver%-SNAPSHOT
pause
call git commit -a -m "Release new version"
call git push origin master
call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\build" -fileMask "*.xml" -find "%oldver%-SNAPSHOT" -replace "%newver%-SNAPSHOT" -count 8