Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-architecture-council] [Bug 249959] [discussion] How to treat copyright headers for checked-in generated sources?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=249959  
Product/Component: Community / Architecture Council




--- Comment #4 from Martin Oberhuber <martin.oberhuber@xxxxxxxxxxxxx>  2008-10-07 10:54:53 -0400 ---
.. and to add on that advice, if it's technically feasible then it would make
sense to have all generated artifacts written into some folder

   foo/bar/generated
or
   generated/com/yoyodyne/...

to identify them as being generated, and to optionally add some license.txt /
readme.txt alongside them in the "generated" folder. 

I'm aware that this may not always be possible, and the Java package structure
requirements will typically not allow the first option above -- while the
second one may make sense and might not be too hard to set up thanks to JDT /
PDE's very flexible classpath setup possibilities.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top