Skip to content

kansasSamurai/jmeld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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} 

License

This license of this program is the GNU LGPL.

Preferences

  • Windows : Computer\HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\jmeld*
  • Linux : TBD
  • Mac : TBD

Credits

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

About

A visual diff and merge tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.5%
  • HTML 7.5%