Révision 2852

tmp/org.txm.tigersearch.rcp/groovy/org/txm/macro/tiger/exploit/TIGERSVOSummaryMacro.groovy (revision 2852)
51 51

  
52 52
if (!ParametersDialog.open(this)) return
53 53

  
54
	if (debug == "OFF") debug = 0; else if (debug == "ON") debug = 1; else if (debug == "ALL") debug = 2 else if (debug == "REALLY ALL") debug = 3
54
if (debug == "OFF") debug = 0; else if (debug == "ON") debug = 1; else if (debug == "ALL") debug = 2 else if (debug == "REALLY ALL") debug = 3
55 55

  
56
if (query_table_file == null || !query_table_file.exists()) {
57
	println "Error: query_table_file not set or wrong path: "+query_table_file
58
	return
59
}
60

  
56 61
if (!clauses_count_main && !clauses_count_subordinate && !clauses_count_inserted) {
57 62
	println "Error: at least one clause must be selected"
58 63
	return

Formats disponibles : Unified diff