On 24 Sep 2002, Daniel Rall wrote:

> > > http://www.generationjava.com/projects/vij/commons-lang.javadiff

> Also, I don't know how you produced diffs, but the diff provided by
> the GNU diffutils package has recursive capabilities:
>
> dlr@despot:lang$ alias dirdiff
> alias dirdiff='diff -drPN'
>
> I generally do comparisons like this using CVS:
>
> dlr@despot:lang$ cvs diff -r LANG_1_0_B1
> ...
>
> Sorry if this is all obvious -- I just like people to have to do as
> little work as possible.  :)

The big thing for me was that I wanted to do diff on the javap output and
not the source. Users don't generally care about source changing, but want
to know if methods arrive/vanish/change etc.

So
http://www.generationjava.com/projects/vij/javadiff
is a simple chunk of bash-scripting to do that.

It also works on jars and not source. Something I couldn't see how to
easily do in jdiff.

I need to play with it some more :)

Hen


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to