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
a2096b57
Commit
a2096b57
authored
Jan 04, 2017
by
Tyrannas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conversion opale_to_neo4j + installation modules
parent
6bc78266
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
hdoc_to_neo4j/runWithNode.bat
hdoc_to_neo4j/runWithNode.bat
+3
-3
hdoc_to_neo4j/runWithNode.sh
hdoc_to_neo4j/runWithNode.sh
+2
-0
opale_to_hdoc/opale_to_hdoc.ant
opale_to_hdoc/opale_to_hdoc.ant
+2
-0
opale_to_neo4j/opale_to_neo4j.ant
opale_to_neo4j/opale_to_neo4j.ant
+2
-2
opale_to_neo4j/runWithNode.bat
opale_to_neo4j/runWithNode.bat
+2
-2
No files found.
hdoc_to_neo4j/runWithNode.bat
View file @
a2096b57
...
...
@@ -2,8 +2,8 @@
set
ant
=
hdoc_to_neo4j
.ant
set
antparam
=
-DNode
true
;
IF
NOT
EXIST
./node_modules
call
npm
install
ant
-buildfile
%ant%
%antparam%
pause
IF
NOT
EXIST
./node_modules
npm
install
&
ant
-buildfile
%ant%
%antparam%
&
pause
ant
-buildfile
%ant%
%antparam%
&
pause
REM start /MIN java.exe -classpath "%scJarList%" -Xmx150m org.apache.tools.ant.Main -buildfile %ant% %antparam%
hdoc_to_neo4j/runWithNode.sh
View file @
a2096b57
...
...
@@ -33,7 +33,9 @@ scJarList="$lib/*"
#test si les packages ont été installés
if
[
!
-d
"
$node_modules
"
]
;
then
cd
../hdoc_to_neo4j/
npm
install
cd
../opale_to_neo4j
fi
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
opale_to_hdoc/opale_to_hdoc.ant
View file @
a2096b57
...
...
@@ -22,6 +22,8 @@
<!-- Beginning -->
<target name="convert">
<delete dir="${OutputPath}"/>
<mkdir dir="${OutputPath}"/>
<for param="filename">
<path>
<fileset dir="./input" includes="*.scar"/>
...
...
opale_to_neo4j/opale_to_neo4j.ant
View file @
a2096b57
...
...
@@ -21,7 +21,7 @@
<target name="clean_everything">
<delete dir="../opale_to_hdoc/input"/>
<delete dir="../opale_to_hdoc/output/
result.hdoc
"/>
<delete dir="../opale_to_hdoc/output/"/>
<delete dir="../hdoc_to_neo4j/input"/>
<delete dir="../hdoc_to_neo4j/output/"/>
</target>
...
...
@@ -38,7 +38,7 @@
<echo message="The value of property DocType is ${DocType}" />
<!-- get input hdoc file path -->
<copy todir="../opale_to_hdoc/input/
sample.scar
">
<copy todir="../opale_to_hdoc/input/">
<fileset dir="${InputPath}"/>
</copy>
<ant antfile="../opale_to_hdoc/opale_to_hdoc.ant" inheritAll="false"/>
...
...
opale_to_neo4j/runWithNode.bat
View file @
a2096b57
...
...
@@ -2,8 +2,8 @@
set
ant
=
opale_to_neo4j
.ant
set
antparam
=
-DNode
true
;
IF
NOT
EXIST
.
/node_modules
call
npm
install
ant
-buildfile
%ant%
%antparam%
IF
NOT
EXIST
.
./hdoc_to_neo4j/node_modules
cd
../hdoc_to_neo4j/
&
npm
install
&
cd
../opale_to_neo4j
&
ant
-buildfile
%ant%
%antparam%
&
pause
ant
-buildfile
%ant%
%antparam%
&
pause
pause
REM start /MIN java.exe -classpath "%scJarList%" -Xmx150m org.apache.tools.ant.Main -buildfile %ant% %antparam%
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