Re: [cross-project-issues-dev] script that checks presence of file headers (copyright+legal)

2012-12-10 Thread Daniel Megert
s-dev] script that checks presence of file headers (copyright+legal) Hi all, we're considering to introduce a script that checks for the presence of file headers (copyright+legal). The script should be able to scan certain file extensions (.java, .xtend, .xml, ...) and create an XUnit t

Re: [cross-project-issues-dev] script that checks presence of file headers (copyright+legal)

2012-12-10 Thread Joakim Erdfelt
Within the CBI and Maven, you can use the maven-license-plugin. https://code.google.com/p/maven-license-plugin/wiki/HowTo There is also the RAT (Release Audit Tool) / Creadur libraries at Apache that could be integrated as well. https://creadur.apache.org/ On Mon, Dec 10, 2012 at 9:42 AM, Hen

Re: [cross-project-issues-dev] script that checks presence of file headers (copyright+legal)

2012-12-10 Thread Jesse McConnell
there are a number of maven plugins that provide this support, we use one in jetty that scans all our java files at build time to ensure certain licence block presence. http://code.google.com/p/maven-license-plugin/ tis a good goal to have :) cheers, jesse -- jesse mcconnell jesse.mcconn...@gma

[cross-project-issues-dev] script that checks presence of file headers (copyright+legal)

2012-12-10 Thread Henrik Rentz-Reichert
Hi all, we're considering to introduce a script that checks for the presence of file headers (copyright+legal). The script should be able to scan certain file extensions (.java, .xtend, .xml, ...) and create an XUnit test report. Before developing such a script from scratch I want to make sure