Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Copyright validation in build?


I don't believe there's any way to validate copyright headers in builds using existing Eclipse tools.  The copyright code is in the optional org.eclipse.releng.tools plugin as opposed to any of the jdt plugins, so I don't think jdt does anything special to validate copyrights.  The only thing you can do is run the copyright tool and see if it actually changes any files.

______________________________
Amy Wu
905.413.2522, T/L 969.2522
wuamy@xxxxxxxxxx



"Cameron Bateman" <cameron.bateman@xxxxxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

10/01/2007 03:15 PM

Please respond to
"cameron.bateman@xxxxxxxxxx" <cameron.bateman@xxxxxxxxxx>; Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To
"Webtools releng discussion list" <wtp-releng@xxxxxxxxxxx>
cc
Subject
[wtp-releng] Copyright validation in build?





Is it possible to do validation for missing copyright headers in the build?  There doesn't seem to be a JDT configuration option that checks for this (I guess not surprisingly given how specific it is).
 
 
--Cam_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top