Skip to content
GitLab
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
578d81a7
Commit
578d81a7
authored
Dec 22, 2015
by
jcomedouteau
Browse files
Corrections, lexique non fonctionnel toujours
parent
f3df895e
Changes
3
Hide whitespace changes
Inline
Side-by-side
etherpad_to_lexique/etherpad_to_lexique.ant
View file @
578d81a7
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<property
file=
"etherpad_to_
optim
.properties"
/>
<property
file=
"etherpad_to_
lexique
.properties"
/>
<!-- CHECK FOR WINDOWS FAMILY OS -->
<condition
property=
"is_windows"
>
<os
family=
"windows"
/>
...
...
@@ -30,34 +30,36 @@
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
</target>
<target
name=
"to_
optim
_sh"
if=
"${is_unix}"
>
<target
name=
"to_
lex
_sh"
if=
"${is_unix}"
>
<delete>
<fileset
dir=
"${
opti
_in}"
>
<fileset
dir=
"${
lex
_in}"
>
<include
name=
"*.hdoc"
/>
</fileset>
</delete>
<copy
file=
"${eth_out}/output.hdoc"
todir=
"${
opti
_in}"
/>
<exec
dir=
"../hdoc_to_
optim
"
executable=
"run.sh"
/>
<copy
file=
"${
opti
_out}/*.scar"
todir=
"output"
/>
<copy
file=
"${eth_out}/output.hdoc"
todir=
"${
lex
_in}"
/>
<exec
dir=
"../hdoc_to_
lexique
"
executable=
"run.sh"
/>
<copy
file=
"${
lex
_out}/*.scar"
todir=
"output"
/>
</target>
<target
name=
"to_
optim
_windows"
if=
"${is_windows}"
>
<target
name=
"to_
lex
_windows"
if=
"${is_windows}"
>
<delete>
<fileset
dir=
"${
opti
_in}"
>
<fileset
dir=
"${
lex
_in}"
>
<include
name=
"*.hdoc"
/>
</fileset>
</delete>
<copy
file=
"${eth_out}/output.hdoc"
todir=
"${
opti
_in}"
/>
<exec
dir=
"../hdoc_to_
opal
e"
executable=
"run.bat"
/>
<copy
file=
"${eth_out}/output.hdoc"
todir=
"${
lex
_in}"
/>
<exec
dir=
"../hdoc_to_
lexiqu
e"
executable=
"run.bat"
/>
<mkdir
dir=
"output"
/>
<copy
file=
"${opti_out}/result.scar"
todir=
"output"
/>
<copy
todir=
"output"
>
<fileset
dir=
"${lex_out}"
/>
</copy>
</target>
<target
name=
"main"
>
<antcall
target=
"to_hdoc_sh"
/>
<antcall
target=
"to_hdoc_windows"
/>
<antcall
target=
"to_
optim
_sh"
/>
<antcall
target=
"to_
optim
_windows"
/>
<antcall
target=
"to_
lex
_sh"
/>
<antcall
target=
"to_
lex
_windows"
/>
</target>
</project>
\ No newline at end of file
etherpad_to_lexique/etherpad_to_lexique.properties
View file @
578d81a7
...
...
@@ -8,5 +8,5 @@ log = ${basedir}/log
eth_in
=
../etherpad_to_hdoc/input
eth_out
=
../etherpad_to_hdoc/output
lex_in
=
../hdoc_to_lexique/input
lex_out
=
../hdoc_to_lexique/out
put
lex_out
=
../hdoc_to_lexique/out
rootfilename
=
content.xml
\ No newline at end of file
etherpad_to_optim/etherpad_to_optim.ant
View file @
578d81a7
...
...
@@ -48,7 +48,7 @@
</fileset>
</delete>
<copy
file=
"${eth_out}/output.hdoc"
todir=
"${opti_in}"
/>
<exec
dir=
"../hdoc_to_op
ale
"
executable=
"run.bat"
/>
<exec
dir=
"../hdoc_to_op
tim
"
executable=
"run.bat"
/>
<mkdir
dir=
"output"
/>
<copy
file=
"${opti_out}/result.scar"
todir=
"output"
/>
</target>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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