Révision 2934
tmp/org.txm.groovy.core/src/groovy/org/txm/scripts/importer/xml/compiler.groovy (revision 2934) | ||
---|---|---|
458 | 458 |
anavalues = [:] // reset |
459 | 459 |
|
460 | 460 |
if (!(CwbEncode.isExecutableAvailable() && CwbMakeAll.isExecutableAvailable())) { |
461 |
println ("Error: CWB executables rights are not well setted.")
|
|
461 |
println ("Error: CWB executables rights are not well set.") |
|
462 | 462 |
return false; |
463 | 463 |
} |
464 | 464 |
|
tmp/org.txm.groovy.core/src/groovy/org/txm/scripts/importer/txt/compiler.groovy (revision 2934) | ||
---|---|---|
170 | 170 |
* @param basename the basename |
171 | 171 |
* @return true, if successful |
172 | 172 |
*/ |
173 |
public boolean run(Project project) |
|
174 |
{ |
|
173 |
public boolean run(Project project) {
|
|
174 |
|
|
175 | 175 |
File binDir = project.getProjectDirectory() |
176 | 176 |
String corpusname = project.getName(); |
177 | 177 |
File txmDir = new File(binDir, "txm/"+corpusname) |
Formats disponibles : Unified diff