Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
da862184
Commit
da862184
authored
Dec 21, 2015
by
Antoine
Browse files
input and output folders now automaticaly created
parent
0cc270f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
optim_to_lexique/README.md
View file @
da862184
# Converter optim_to_lexique
In order to use this converter, follow those steps :
0.
Create input and output dir
1.
Copy your Optim files (.scar or .zip) into the input directory.
2.
Execute the run that correspond to your OS.
3.
You will find the result into the output directory. The name of the output files depends of the hour it was processed.
optim_to_lexique/input/sample.scar
0 → 100644
View file @
da862184
File added
optim_to_lexique/optim_to_lexique.ant
View file @
da862184
...
...
@@ -16,8 +16,16 @@
</taskdef>
<target
name=
"rmOutputDir"
>
<if>
<available
file=
"${OutputPath}"
type=
"dir"
/>
<then>
<delete
dir=
"${OutputPath}"
/>
</then>
</if>
</target>
<target
name=
"init"
>
<target
name=
"init"
depends=
"rmOutputDir"
>
<mkdir
dir=
"${outdir}"
/>
<chmod
perm=
"777"
dir=
"${outdir}"
></chmod>
<mkdir
dir=
"${srcdir}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment