Menu

#35 Problems with annotations

open
None
5
2006-09-14
2006-09-14
Anonymous
No

A good example is trying to compare releases of findbugs

<target name="easyjdiff" depends="init">
<taskdef name="jdiff"
classname="jdiff.JDiffAntTask"
classpath="${JDIFF_HOME}/lib/antjdiff.jar"/>

<jdiff destdir="jdiff_report" stats="on" docchanges="on">
<old name="findbugs-1.0.0">
<dirset dir="/home/mdoar/findbugs/findbugs-1.0.0"
includes="src/java/**"/>
</old>
<new name="findbugs-1.1.0-rc5">
<dirset
dir="/home/mdoar/findbugs/findbugs-1.1.0-rc5"
includes="src/java/**"/>
</new>
</jdiff>

</target>

Discussion

  • Nobody/Anonymous

     
  • Matthew Doar

    Matthew Doar - 2006-09-14
    • assigned_to: nobody --> mdoar
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.