Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
acf793a2
Commit
acf793a2
authored
Dec 16, 2015
by
Decorde Jeffrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Output folder's name fixed
parent
d11314b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
hdoc_to_opale/myantce.ant
hdoc_to_opale/myantce.ant
+7
-3
No files found.
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
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