File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Class diagram
9
9
10
10
Usage
11
11
-----
12
- The processor can be run using Maven, so make sure you have installed it first: http://maven.apache.org/download.cgi
12
+ The processor can be run using Maven, so make sure you have installed it first: http://maven.apache.org/download.cgi and java 1.7
13
13
You can run a mapping process by executing the following command.
14
14
15
15
mvn exec: java -Dexec.args="<mapping_file> <output_file> [ -sp source.properties] [ -g <graph >] "
@@ -36,6 +36,8 @@ and the source.properties file should contain
36
36
37
37
/example1/example1=/path/to/the/source/file/example1.xml
38
38
39
+ On OSX, it might be needed to export JAVA_HOME=$(/usr/libexec/java_home)
40
+
39
41
More Information
40
42
----------------
41
43
You can’t perform that action at this time.
0 commit comments