Re: [ JDiff-users ] Status
Brought to you by:
mdoar
From: mike d. <md...@st...> - 2000-05-29 03:22:26
|
On Sun, 28 May 2000, Manfred Usselmann wrote: > I haven't heard anything about jDiff for a while. On the project home > page I find "JDiff is temporarily on hold...". Since I was looking > forward to a nice diff utility I wonder if the development will > continue? well, to be honest, i haven't done any work on jDiff for a while. as it stands, the main reason for this is that all i have to do is type 'diff -u file1 file2 > file.diff ; jedit file.diff' to get a diff utility that is adequate for my purposes. actually, i usually don't even bother with using an editor for highlighting, since i can find and hihglight changed lines easily enough in less(1) with a simple regular expression. i can't say what is needed to spur jDiff development. i'm going to spend a few hours looking at what i've got here and try to figure things out. sorry i can't say anything more useful. -md |