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
64d3e367
Commit
64d3e367
authored
Dec 11, 2016
by
Neveux Anais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add samples, add an output file to check whether it's a canoprof scar or not.
parent
04d2bc1b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
canoprof_to_hdoc/canoprof_to_hdoc.ant
canoprof_to_hdoc/canoprof_to_hdoc.ant
+6
-1
canoprof_to_hdoc/get_ressources.ant
canoprof_to_hdoc/get_ressources.ant
+0
-0
canoprof_to_hdoc/sample/sample_base.scar
canoprof_to_hdoc/sample/sample_base.scar
+0
-0
canoprof_to_hdoc/sample/sample_not_canoprof.scar
canoprof_to_hdoc/sample/sample_not_canoprof.scar
+0
-0
No files found.
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,7 +44,11 @@
<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 -->
...
...
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
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