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
eced64ae
Commit
eced64ae
authored
Jan 07, 2016
by
Drain
Browse files
[Opale2Optim] Modified ant file in order to clean at the beginning
parent
9be52571
Changes
1
Hide whitespace changes
Inline
Side-by-side
opale_to_hdoc/opale_to_hdoc.ant
View file @
eced64ae
...
...
@@ -15,6 +15,7 @@
<!-- Beginning -->
<target name="convert">
<antcall target="clean" />
<antcall target="unzip_scar" />
<antcall target="check_source_xml" />
<antcall target="hdoc_structure" />
...
...
@@ -24,9 +25,14 @@
<antcall target="zip" />
<antcall target="clean" />
</target>
<!-- Clean : delete old files -->
<target name="clean">
<!-- create folders (to be sure) -->
<mkdir dir="${UnzipSourcePath}"/>
<mkdir dir="${TmpPath}"/>
<mkdir dir="${HdocPath}"/>
<touch file="get_ressources.ant"/>
<!-- delete folders -->
<delete dir="${UnzipSourcePath}"/>
<delete dir="${TmpPath}"/>
...
...
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