Révision 3494

TXM/trunk/org.txm.groovy.core/src/groovy/org/txm/scripts/importer/transcriber/pager.groovy (revision 3494)
40 40
import org.txm.utils.io.FileCopy;
41 41
import org.txm.objects.Project
42 42

  
43
// TODO: Auto-generated Javadoc
44
/** Build Discours corpus simple edition from a xml-tei.
45
 * 
43
/**
44
 *  Transcriber pager
45
 *  
46 46
 *  @author mdecorde
47 47
 *  
48 48
 */
......
214 214
			
215 215
			return true;
216 216
		} catch (Exception e) {
217
			System.out.println(e.getLocalizedMessage());
217
			println(e.getLocalizedMessage());
218 218
			return false;
219 219
		}
220 220
	}
......
872 872
		File txmhome = new File(org.txm.Toolbox.getTxmHomePath());
873 873
		File xlsDir  = new File(txmhome, "xsl");
874 874
		File xslfile = new File(xlsDir,"breakByMilestone.xsl");
875
		if (!xslfile.exists()) {
876
			println ""
877
		}
875
//		if (!xslfile.exists()) {
876
//			println ""
877
//		}
878 878
		//		println "xsl: "+xslfile
879 879
		//		println "html: "+outfile
880 880
		//		println "pages: "+pages

Formats disponibles : Unified diff