- Timestamp:
- 02/09/10 18:26:36 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/ValidatorUtils.java
r1511 r1520 44 44 private File nxconvertFile = null; 45 45 46 public ValidatorUtils(File nxconvertFile) { 46 47 public ValidatorUtils(File nxsFile, File nxconvertFile) { 47 48 48 49 this.nxconvertFile = nxconvertFile; 49 50 this.nxsFile = nxsFile; 50 51 } 51 52 … … 157 158 158 159 // create the validation setup 159 NXschematron schematron = new NXschematron( reduced,160 NXschematron schematron = new NXschematron(nxsFile, reduced, 160 161 schematronFile, keepTemp); 161 162 … … 165 166 Logger.getLogger(ValidatorUtils.class.getName()).log(Level.SEVERE, 166 167 "While creating validation report"); 167 throw new NXvalidateException("While creating validation report" );168 throw new NXvalidateException("While creating validation report", e); 168 169 } 169 170 }
Note: See TracChangeset
for help on using the changeset viewer.
