Skip to content

albfan/jmeld

Folders and files

NameName
Last commit message
Last commit date
Mar 9, 2025
Jul 19, 2015
Mar 9, 2025
Nov 14, 2021
Nov 14, 2021
Nov 14, 2021
Dec 1, 2021
Mar 9, 2025
Nov 10, 2014
Nov 10, 2014
Mar 9, 2025
Mar 9, 2025
Mar 9, 2025

Repository files navigation

JMeld

Stories in Ready Build Status

A visual diff and merge tool. It is build to be fast with large files and runs on any operating system.

This is how it looks like: jmeld

VCS Comparation VCS layout

And here is a isolate diff component jmeld component

Background

This repo comes from a svn migration to git from jmeld which in fact, is modelled after the fantastic program meld

Compilation

JMeld can be compiled with the command:

$ ant

or with maven

$ mvn clean install

Usage

Start jmeld with the command:

$ java -jar JMeld.jar <file1> <file2>

or use mvnexec

$ mvnexec -Pqaf jmeld.JMeld
$ mvnexec -BCDPqaf jmeld.JMeld src/test/resources/file{1,2}
$ mvnexec -BCDPqaf component src/test/resources/file{1,2} 

trust me, that commands works out-of-the-box

License

This license of this program is the LGPL.

Credits

Nice to see JMeld survive. I hope you get as much pleasure (and knowledge) as I got from working with JMeld. Kees Kuip