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
9ab2459f
Commit
9ab2459f
authored
Dec 22, 2016
by
Anna Lainé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First version of wiki2canoprof successfull
parent
34b7e4e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
wikipedia_to_canoprof/ant/wiki_to_canoprof.ant
wikipedia_to_canoprof/ant/wiki_to_canoprof.ant
+8
-8
wikipedia_to_canoprof/ant/wiki_to_canoprof_fetcher.ant
wikipedia_to_canoprof/ant/wiki_to_canoprof_fetcher.ant
+9
-9
No files found.
wikipedia_to_canoprof/ant/wiki_to_canoprof.ant
View file @
9ab2459f
...
@@ -30,9 +30,9 @@
...
@@ -30,9 +30,9 @@
<target
name=
"move_output_hdoc_wikipediaToHdoc_into_input_hdocToCanoprof"
>
<target
name=
"move_output_hdoc_wikipediaToHdoc_into_input_hdocToCanoprof"
>
<!--copy .hdoc file from wikipedia_to_hdoc_result into input of hdoc_to_canoprof -->
<!--copy .hdoc file from wikipedia_to_hdoc_result into input of hdoc_to_canoprof -->
<
!-- <
delete dir="../hdoc_to_canoprof/input"/>
<delete
dir=
"../hdoc_to_canoprof/input"
/>
<mkdir
dir=
"../hdoc_to_canoprof/input"
/>
<mkdir
dir=
"../hdoc_to_canoprof/input"
/>
<copy todir="../hdoc_to_canoprof/input" file="../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"/>
-->
<copy
todir=
"../hdoc_to_canoprof/input"
file=
"../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"
/>
<mkdir
dir=
"./testing_ant"
/>
<mkdir
dir=
"./testing_ant"
/>
<copy
todir=
"./testing_ant"
file=
"../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"
/>
<copy
todir=
"./testing_ant"
file=
"../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"
/>
</target>
</target>
...
@@ -60,22 +60,22 @@
...
@@ -60,22 +60,22 @@
<!-- Run hdoc_to_canoprof bat -->
<!-- Run hdoc_to_canoprof bat -->
<target
name=
"run_hdoc_to_canoprof_windows"
if=
"${is_windows}"
>
<target
name=
"run_hdoc_to_canoprof_windows"
if=
"${is_windows}"
>
<
!-- <
exec executable="cmd" dir="${hdoc_to_canoprof}">
<exec
executable=
"cmd"
dir=
"${hdoc_to_canoprof}"
>
<arg
value=
"/c"
/>
<arg
value=
"/c"
/>
<arg
value=
"${hdoc_to_canoprof}/run.bat"
/>
<arg
value=
"${hdoc_to_canoprof}/run.bat"
/>
</exec>
-->
</exec>
</target>
</target>
<!-- Run hdoc_to_canoprof sh -->
<!-- Run hdoc_to_canoprof sh -->
<target
name=
"run_hdoc_to_canoprof_unix"
if=
"${is_unix}"
>
<target
name=
"run_hdoc_to_canoprof_unix"
if=
"${is_unix}"
>
<
!-- <
exec executable="/bin/bash" dir="${hdoc_to_canoprof}">
<exec
executable=
"/bin/bash"
dir=
"${hdoc_to_canoprof}"
>
<arg
value=
"${hdoc_to_canoprof}/run.sh"
/>
<arg
value=
"${hdoc_to_canoprof}/run.sh"
/>
</exec>
-->
</exec>
</target>
</target>
<target
name=
"move_output_hdocToCanoprof_into_ouput_wikipediaToCanoprof"
>
<target
name=
"move_output_hdocToCanoprof_into_ouput_wikipediaToCanoprof"
>
<
!-- <
copy todir="${resultPath}" failonerror="false">
<copy
todir=
"${resultPath}"
failonerror=
"false"
>
<fileset
dir=
"../hdoc_to_canoprof/output"
includes=
"**"
/>
<fileset
dir=
"../hdoc_to_canoprof/output"
includes=
"**"
/>
</copy>
-->
</copy>
</target>
</target>
</project>
</project>
\ No newline at end of file
wikipedia_to_canoprof/ant/wiki_to_canoprof_fetcher.ant
View file @
9ab2459f
...
@@ -18,10 +18,10 @@
...
@@ -18,10 +18,10 @@
</target>
</target>
<target
name=
"move_output_hdoc_wikipediaToHdoc_into_input_hdocToCanoprof"
>
<target
name=
"move_output_hdoc_wikipediaToHdoc_into_input_hdocToCanoprof"
>
<!--
copy .hdoc file from wikipedia_to_hdoc_result into input of hdoc_to_opale
-->
<!--
copy .hdoc file from wikipedia_to_hdoc_result into input of hdoc_to_canoprof
-->
<
!--<
delete dir="../hdoc_to_canoprof/input"/>
<delete
dir=
"../hdoc_to_canoprof/input"
/>
<mkdir
dir=
"../hdoc_to_canoprof/input"
/>
<mkdir
dir=
"../hdoc_to_canoprof/input"
/>
<copy todir="../hdoc_to_canoprof/input" file="../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"/>
-->
<copy
todir=
"../hdoc_to_canoprof/input"
file=
"../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"
/>
<mkdir
dir=
"./testing_ant"
/>
<mkdir
dir=
"./testing_ant"
/>
<copy
todir=
"./testing_ant"
file=
"../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"
/>
<copy
todir=
"./testing_ant"
file=
"../wikipedia_to_hdoc/result/${filename}/${filename}.hdoc"
/>
</target>
</target>
...
@@ -49,22 +49,22 @@
...
@@ -49,22 +49,22 @@
<!-- Run hdoc_to_canoprof bat -->
<!-- Run hdoc_to_canoprof bat -->
<target
name=
"run_hdoc_to_canoprof_windows"
if=
"${is_windows}"
>
<target
name=
"run_hdoc_to_canoprof_windows"
if=
"${is_windows}"
>
<
!--<
exec executable="cmd" dir="${hdoc_to_canoprof}">
<exec
executable=
"cmd"
dir=
"${hdoc_to_canoprof}"
>
<arg
value=
"/c"
/>
<arg
value=
"/c"
/>
<arg
value=
"${hdoc_to_canoprof}/run.bat"
/>
<arg
value=
"${hdoc_to_canoprof}/run.bat"
/>
</exec>
-->
</exec>
</target>
</target>
<!-- Run hdoc_to_canoprof sh -->
<!-- Run hdoc_to_canoprof sh -->
<target
name=
"run_hdoc_to_canoprof_unix"
if=
"${is_unix}"
>
<target
name=
"run_hdoc_to_canoprof_unix"
if=
"${is_unix}"
>
<
!--<
exec executable="/bin/bash" dir="${hdoc_to_canoprof}">
<exec
executable=
"/bin/bash"
dir=
"${hdoc_to_canoprof}"
>
<arg
value=
"${hdoc_to_canoprof}/run.sh"
/>
<arg
value=
"${hdoc_to_canoprof}/run.sh"
/>
</exec>
-->
</exec>
</target>
</target>
<target
name=
"move_output_hdocToCanoprof_into_ouput_wikipediaToCanoprof"
>
<target
name=
"move_output_hdocToCanoprof_into_ouput_wikipediaToCanoprof"
>
<
!--<
copy todir="${resultPath}" failonerror="false">
<copy
todir=
"${resultPath}"
failonerror=
"false"
>
<fileset
dir=
"../hdoc_to_canoprof/output"
includes=
"**"
/>
<fileset
dir=
"../hdoc_to_canoprof/output"
includes=
"**"
/>
</copy>
-->
</copy>
</target>
</target>
</project>
</project>
\ No newline at end of file
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