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
64d3e367
Commit
64d3e367
authored
Dec 11, 2016
by
Neveux Anais
Browse files
add samples, add an output file to check whether it's a canoprof scar or not.
parent
04d2bc1b
Changes
4
Hide whitespace changes
Inline
Side-by-side
canoprof_to_hdoc/canoprof_to_hdoc.ant
View file @
64d3e367
...
...
@@ -8,6 +8,7 @@
<antcall target="init" />
<antcall target="unzip_scar" />
<antcall target="process_canoscar"/>
<antcall target="not_canoscar"/>
<echo message="OK" file="${out}/testfile"/>
<antcall target="zip" />
<antcall target="clean"/>
...
...
@@ -43,9 +44,13 @@
<target name="process_canoscar" depends="check_scar" if="${canoprof.is_canoprof_scar}">
<!-- TODO traitement du fichier -->
<echo file="${
tmp}/toto.xml
" message="C'est un scar canoprof"/>
<echo file="${
out}/scar_cano_or_not_scar_cano.txt
" message="C'est un scar canoprof"/>
</target>
<target name="not_canoscar" depends="check_scar" unless="${canoprof.is_canoprof_scar}">
<echo file="${out}/scar_cano_or_not_scar_cano.txt" message="Ce n'est pas un scar canoprof"/>
</target>
<!-- Unzip the scar -->
<target name="unzip_scar">
<!-- get scar file path -->
...
...
canoprof_to_hdoc/get_ressources.ant
deleted
100644 → 0
View file @
04d2bc1b
canoprof_to_hdoc/sample/sample_base.scar
0 → 100644
View file @
64d3e367
File added
canoprof_to_hdoc/sample/sample_not_canoprof.scar
0 → 100644
View file @
64d3e367
File added
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