jmeld

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

License

License

GroupId

GroupId

org.devocative
ArtifactId

ArtifactId

jmeld
Last Version

Last Version

3.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/albfan/jmeld
Source Code Management

Source Code Management

https://github.com/mbizhani/jmeld

Download jmeld

How to add to project

<!-- https://jarcasting.com/artifacts/org.devocative/jmeld/ -->
<dependency>
    <groupId>org.devocative</groupId>
    <artifactId>jmeld</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.devocative/jmeld/
implementation 'org.devocative:jmeld:3.2'
// https://jarcasting.com/artifacts/org.devocative/jmeld/
implementation ("org.devocative:jmeld:3.2")
'org.devocative:jmeld:jar:3.2'
<dependency org="org.devocative" name="jmeld" rev="3.2">
  <artifact name="jmeld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devocative', module='jmeld', version='3.2')
)
libraryDependencies += "org.devocative" % "jmeld" % "3.2"
[org.devocative/jmeld "3.2"]

Dependencies

compile (9)

Group / Artifact Type Version
jgoodies : forms jar 1.0.5
com.jgoodies : looks jar 2.2.1
org.mod4j.com.ibm : icu jar 4.0.1
javax.help : javahelp jar 2.0.05
eu.medsea.mimeutil : mime-util jar 2.1.3
com.l2fprod.common : l2fprod-common-fontchooser jar 6.9.1
com.jidesoft : jide-oss jar 3.6.9
org.swinglabs : swing-layout jar 1.0.3
org.swinglabs : swingx jar 1.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.2