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
acf793a2
Commit
acf793a2
authored
Dec 16, 2015
by
Decorde Jeffrey
Browse files
Output folder's name fixed
parent
d11314b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_opale/myantce.ant
View file @
acf793a2
...
...
@@ -101,10 +101,12 @@
<sequential>
<local
name=
"filename"
/>
<basename
property=
"filename"
file=
"@{inputFile}"
/>
<propertyregex
property=
"properFilename"
input=
"${filename}"
regexp=
".hdoc"
replace=
""
casesensitive=
"false"
override=
"true"
/>
<copy
file=
"${bibtex}/.wspmeta"
todir=
"${tmp}/${filename}/decompressedOpale"
/>
<mkdir
dir=
"${tmp}/${filename}/decompressedOpale/res"
/>
<ant
antfile=
"${tmp}/${filename}/moveRessourceFiles.xml"
/>
<zip
basedir=
"${tmp}/${filename}/decompressedOpale"
destfile=
"${out}/${
f
ilename}/output.scar"
encoding=
"UTF-8"
/>
<zip
basedir=
"${tmp}/${filename}/decompressedOpale"
destfile=
"${out}/${
properF
ilename}/output.scar"
encoding=
"UTF-8"
/>
</sequential>
</for>
</target>
...
...
@@ -117,14 +119,16 @@
<sequential>
<local
name=
"filename"
/>
<basename
property=
"filename"
file=
"@{inputFile}"
/>
<copy
file=
"${bibtex}/.wspmeta"
todir=
"${tmp}/${filename}/decompressedOpaleDivided"
/>
<propertyregex
property=
"properFilename"
input=
"${filename}"
regexp=
".hdoc"
replace=
""
casesensitive=
"false"
override=
"true"
/>
<copy
file=
"${bibtex}/.wspmeta"
todir=
"${tmp}/${filename}/decompressedOpaleDivided"
/>
<copy
todir=
"${tmp}/${filename}/decompressedOpaleDivided/res"
>
<fileset
dir=
"${tmp}/${filename}/decompressedOpale/res"
includes=
"**"
/>
</copy>
<copy
todir=
"${tmp}/${filename}/decompressedOpaleDivided/references"
>
<fileset
dir=
"${tmp}/${filename}/decompressedOpale/references"
includes=
"**"
/>
</copy>
<zip
basedir=
"${tmp}/${filename}/decompressedOpaleDivided"
destfile=
"${out}/${
f
ilename}/dividedOutput.scar"
encoding=
"UTF-8"
/>
<zip
basedir=
"${tmp}/${filename}/decompressedOpaleDivided"
destfile=
"${out}/${
properF
ilename}/dividedOutput.scar"
encoding=
"UTF-8"
/>
</sequential>
</for>
</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