Skip to content

Commit

Permalink
properties for by module report
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown authored and Unknown committed Sep 26, 2017
1 parent a5e6174 commit efd73df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nbbuild/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1946,8 +1946,11 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
<pathelement location="external/apache-rat-0.12.jar"/>
</classpath>
</taskdef>
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportfile="build/rat-report.txt">
<fileset dir="${nb_all}">
<property name="module" value="" /> <!-- folder for report by module ant rat -Dmodule=modulename -->
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportfile="build/rat-report${module}.txt">


<fileset dir="${nb_all}/${module}">
<exclude name="*/build/**" />
<exclude name="nbbuild/netbeans/**" />
<exclude name="**/manifest.mf" /> <!--do not nativelly support comments-->
Expand Down

0 comments on commit efd73df

Please sign in to comment.