Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS data reporting"

(Agenda)
(Agenda)
Line 33: Line 33:
 
== Agenda ==
 
== Agenda ==
 
*COSMOS i8 ER status
 
*COSMOS i8 ER status
 +
*Copywrite issues - New files should state 2008.  Modified files should append 2008 to the copywrite.  (e.g. 2007,2008).
 +
<pre>
 +
The Eclipse repository contains a tool that will fix copyrights in your code.  It will insert copyrights into any files that are missing them, and will also attempt to insert the additional year for modified files (e.g. "2007, 2008").  In my experience, it does the former perfectly, but it's not extremely accurate in performing the latter task.  But since it's most important that all relevant files have a copyright, I encourage you to run this tool periodically against your own code.
 +
 +
Here are the steps to load and run the fix copyrights tool.
 +
 +
1. Load module org.eclipse.releng.tools from repository /cvsroot/eclipse on dev.eclipse.org.
 +
2. Export the plugin to your plugins directory by selecting Export... from the popup menu and then Deployable plugins and fragments
 +
3. Restart Eclipse to pick up the new plugin (shortcut is to choose File > Switch Workspace and incidate the same workspace).
 +
4. Go to Window > Preferences > Copyright Tool to set your copyright preferences.  For IBM committers, the template should appear as follows:
 +
 +
Copyright (c) ${date} IBM Corporation.
 +
All rights reserved. This program and the accompanying materials
 +
are made available under the terms of the Eclipse Public License v1.0
 +
which accompanies this distribution, and is available at
 +
http://www.eclipse.org/legal/epl-v10.html
 +
 +
Contributors:
 +
    IBM Corporation - initial API and implementation
 +
 +
5. Set default creation year in the preferences to 2008 and default revision year to 2008.  Click OK to save the preferences.
 +
6. Switch to the Resource perspective.
 +
7. Select all projects for which you want to run the tool and select Advanced Fix Copyrights from the context menu.
 +
8. If the tool has changed any files (and it probably will), you will want to inspect its work during synchronization with the repo, since as I mentioned, it's not entirely accurate with modified files, even though it works well for files that didn't already have a copyright.
 +
 +
Let me know if you have any questions.  I guess it probably wouldn't hurt to copy these instructions to the dev process area of the wiki.
 +
</pre>
 
*Build Issues?
 
*Build Issues?
 
*End-to-End Integration Issues?
 
*End-to-End Integration Issues?

Revision as of 10:58, 10 January 2008

COSMOS Main Page


Data Reporting

Meeting Title: Standing Conference Call on COSMOS Data Reporting
Link to information on Wiki: CosmosDataReportingDesign
Day & Time: Thursday, 1000 EST / 10am EST
Toll-free Dial-in number: +1 (866) 245-5059
Local Dial-in number: +1 (416) 343-2607
International Dial-in: +1 (800) 4444-1010
Passcode: 2771920

Contact

Email [Sheldon Lee-Loy] Phone +1 (905) 413-2610

Agenda

  • COSMOS i8 ER status
  • Copywrite issues - New files should state 2008. Modified files should append 2008 to the copywrite. (e.g. 2007,2008).
The Eclipse repository contains a tool that will fix copyrights in your code.  It will insert copyrights into any files that are missing them, and will also attempt to insert the additional year for modified files (e.g. "2007, 2008").  In my experience, it does the former perfectly, but it's not extremely accurate in performing the latter task.  But since it's most important that all relevant files have a copyright, I encourage you to run this tool periodically against your own code. 

Here are the steps to load and run the fix copyrights tool. 

1. Load module org.eclipse.releng.tools from repository /cvsroot/eclipse on dev.eclipse.org. 
2. Export the plugin to your plugins directory by selecting Export... from the popup menu and then Deployable plugins and fragments 
3. Restart Eclipse to pick up the new plugin (shortcut is to choose File > Switch Workspace and incidate the same workspace). 
4. Go to Window > Preferences > Copyright Tool to set your copyright preferences.  For IBM committers, the template should appear as follows: 

Copyright (c) ${date} IBM Corporation. 
All rights reserved. This program and the accompanying materials 
are made available under the terms of the Eclipse Public License v1.0 
which accompanies this distribution, and is available at 
http://www.eclipse.org/legal/epl-v10.html 

Contributors: 
    IBM Corporation - initial API and implementation 

5. Set default creation year in the preferences to 2008 and default revision year to 2008.  Click OK to save the preferences. 
6. Switch to the Resource perspective. 
7. Select all projects for which you want to run the tool and select Advanced Fix Copyrights from the context menu. 
8. If the tool has changed any files (and it probably will), you will want to inspect its work during synchronization with the repo, since as I mentioned, it's not entirely accurate with modified files, even though it works well for files that didn't already have a copyright. 

Let me know if you have any questions.  I guess it probably wouldn't hurt to copy these instructions to the dev process area of the wiki. 

Minutes of prior meetings

Back to the top