Revision 875 tmp/org.txm.analec.rcp/src/org/txm/macro/analec/exploit/mesures1/LongueurMoyenneMacro.groovy
LongueurMoyenneMacro.groovy (revision 875) | ||
---|---|---|
155 | 155 |
|
156 | 156 |
def corpusName = corpus.getName() |
157 | 157 |
|
158 |
def PNGFile = File.createTempFile("txm", ".png", new File(Toolbox.getTXMHOMEPATH(), "results"))
|
|
158 |
def PNGFile = File.createTempFile("txm", ".png", new File(Toolbox.getTxmHomePath(), "results"))
|
|
159 | 159 |
def PNGFilePath = PNGFile.getAbsolutePath() |
160 | 160 |
println "PNG file: "+PNGFilePath |
161 | 161 |
|
162 |
def SVGFile = File.createTempFile("txm", ".svg", new File(Toolbox.getTXMHOMEPATH(), "results"))
|
|
162 |
def SVGFile = File.createTempFile("txm", ".svg", new File(Toolbox.getTxmHomePath(), "results"))
|
|
163 | 163 |
def SVGFilePath = SVGFile.getAbsolutePath() |
164 | 164 |
println "SVG file: "+SVGFilePath |
165 | 165 |
|
Also available in: Unified diff