Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Development Resources/HOWTO/Starting A New Project"

(Replaced content with "Before you start the process of creating a new project, consider whether or not it makes sense to Development Resources/HOWTO/Starting A New Project/Subproject or Compon...")
(71 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Before you propose a new project at Eclipse, make sure that you understand the value proposition. Eclipse is more than just a place for hosting code; Eclipse is very much about community, adoption, and eco-system. Projects are expected to take necessary precautions to mitigate the risk to adopters; a company that integrates the code from your Eclipse project, for example, does so with confidence that the code in your project can legally be distributed under the agreed-to terms. The processes that we have in place are designed to support this.
+
Before you start the process of creating a new project, consider whether or not it makes sense to [[Development Resources/HOWTO/Starting A New Project/Subproject or Component|create a component]] within an existing project instead.
  
Ensure that you are familiar with the [http://www.eclipse.org/dev_process/development_process.php Eclipse Development Process] (EDP), [http://eclipse.org/org/documents/Eclipse_IP_Policy.pdf Eclipse IP Policy], and [http://eclipse.org/legal/EclipseLegalProcessPoster.pdf IP Due Diligence Process].  
+
{{Warning|This content has been moved to the [https://www.eclipse.org/projects/handbook/#starting Eclipse Project Handbook].}}
  
The EDP is mostly about community involvement. An Eclipse project is considered successful only if a vibrant community develops around it. While the reviews and processes described by the EDP may seem onerous, they are a necessary part of community development. You should anticipate spending a significant amount of time responding to questions posed in various forums ([http://www.eclipse.org/forums Eclipse Forums], [http://www.eclipse.org/mail/ mailing lists], or even [http://stackoverflow.com/questions/tagged/eclipse Stack Overflow]. You should plan on attending conferences (especially [http://eclipsesummit.org/ Eclipse Summit Europe] and [http://eclipsecon.org EclipseCon]), presenting webinars, writing papers, etc to support your project.
+
<hr/>
  
There is tremendous value in the Eclipse IP Policy, but that value comes at a cost. It is important that you understand what is involved. Code provenance tracking is critical (we need to know the source of all code that ends up in our repositories). To that end, all new projects are required to make an [[Development Resources/Initial Contribution | initial contribution]] before '''any''' code is committed to an Eclipse source code repository. The Eclipse IP Team will review your initial contribution to ensure that the code can distributed through an eclipse.org property. In effect, we review to code to make sure that it hasn't been copied inappropriately, that licenses are being used correctly, and so forth. As part of this process, the IP Team will research the source of all code; depending on the size of your contribution, this can be a time-consuming process. Furthermore, any third-party libraries required by your code will have to be checked and approved by the IP Team.
+
''This page is moderated by the EMO.''
 
+
Again, this should sound like a lot of work.
+
 
+
Here are some other links that should help you with the process:
+
* [[Development Resources/HOWTO/Project Naming Policy | Project Naming Policy]];
+
* [[Development Resources/HOWTO/Pre-Proposal Phase | Pre-Proposal Phase] - The whole process for proposing a project;
+
* [http://www.eclipse.org/projects/dev_process/architecture-council.php The role of the Architecture Council in a new project];
+
* [http://www.eclipse.org/projects/dev_process/creation-review.php Scheduling the proposal's creation review]; and
+
* [http://www.eclipse.org/projects/dev_process/incubation-phase.php After the project has been created]
+
  
 
[[Category:Development_Resources]]
 
[[Category:Development_Resources]]
 
[[Category:How to Contribute]]
 
[[Category:How to Contribute]]

Revision as of 10:37, 13 October 2015

Before you start the process of creating a new project, consider whether or not it makes sense to create a component within an existing project instead.

Warning2.png
This content has been moved to the Eclipse Project Handbook.



This page is moderated by the EMO.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.