-
Notifications
You must be signed in to change notification settings - Fork 177
Getting Started
Jean-Rémy Falleri edited this page Jun 30, 2015
·
27 revisions
GumTree requires Java 1.8 to run. Also we use Maven to manage the dependencies and the build of GumTree. We therefore recommend also to have Maven 3 installed.
Note that you need Maven to compile GumTree. You can clone GumTree with the following command: git clone https://github.com/GumTreeDiff/gumtree.git
.
Coming soon.
The class to run any command line in GumTree is fr.labri.gumtree.client.Run
. You can check out the help of this class to discover the main commands.
For instance java fr.labri.gumtree.client.Run webdiff file1.java file2.java
will compute the diff between file1.java and file2.java, and launch a local web server that will show you the output of the diff. This server is accessible via the URL http://localhost:4754/.