I have two vesions of JavaDoc. Need to compare between them. I am wondering JDIFF support for that?
Thanks,
No. JDiff can compare sets of source files, class files and jar files, but not the Javadoc HTML reports.
There are other products that compare HTML files: http://www.aaronsw.com/2002/diff/ http://www.htmlmatch.com/
~Matt
Can JDiff compare sets of Javadoc HTML in version-1.1.1 now? I want to compare two versions of Lucene. The locations of existing Javadoc are "http://lucene.apache.org/java/2_3_1/api/" and "http://lucene.apache.org/java/2_3_2/api/". If JDiff can support for that, what is the executed command?
Thanks.
Not the HTML, no. But you can download the sources for those two versions and go from there.
Log in to post a comment.
I have two vesions of JavaDoc.
Need to compare between them.
I am wondering JDIFF support for that?
Thanks,
No. JDiff can compare sets of source files, class files and jar files, but not the Javadoc HTML reports.
There are other products that compare HTML files:
http://www.aaronsw.com/2002/diff/
http://www.htmlmatch.com/
~Matt
Can JDiff compare sets of Javadoc HTML in version-1.1.1 now?
I want to compare two versions of Lucene.
The locations of existing Javadoc are "http://lucene.apache.org/java/2_3_1/api/" and "http://lucene.apache.org/java/2_3_2/api/".
If JDiff can support for that, what is the executed command?
Thanks.
Not the HTML, no. But you can download the sources for those two versions and go from there.
~Matt