Changeset 30763
- Timestamp:
- 2016-08-26T16:54:43+12:00 (7 years ago)
- Location:
- main/trunk/gli/src/org/greenstone/gatherer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/gli/src/org/greenstone/gatherer/gui/FormatConversionDialog.java
r29300 r30763 419 419 420 420 if(process_exitValue >= 2) { 421 System.err.println("@@@ Process exit value: " + process_exitValue);421 // System.err.println("@@@ Process exit value: " + process_exitValue); 422 422 errorMsg = Dictionary.get("FormatConversionDialog.Tidy_Failed") 423 423 + " " + Dictionary.get("FormatConversionDialog.XML_Still_Invalid"); … … 867 867 868 868 if(process_exitValue >= 2) { 869 System.err.println("@@@ Process exit value: " + process_exitValue);869 //System.err.println("@@@ Process exit value: " + process_exitValue); 870 870 setErrorStatus(Dictionary.get("FormatConversionDialog.Tidy_Failed")); 871 871 } else { -
main/trunk/gli/src/org/greenstone/gatherer/util/XMLTools.java
r30705 r30763 530 530 if (xml_file.exists() == false) 531 531 { 532 System.err.println("@@@ file " + xml_file + " does not exist.");532 // System.err.println("@@@ file " + xml_file + " does not exist."); 533 533 return null; 534 534 }
Note:
See TracChangeset
for help on using the changeset viewer.