From Fedora Project Wiki
Line 91: Line 91:


== Release Notes ==
== Release Notes ==
<!-- The Fedora Release Notes inform end-users about what is new in the release. Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
It may make sense to add something similar to the following to ''What's New'' paragraph. Would need adjustments in accordance with features (plugins) that could actually be packaged:
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
 
TBD.
<pre>
IntelliJ IDEA Community Edition integrated development environment
is available in package collection for this release of Fedora. Most
important features include:
 
* Intuitive creation of GUIs similar to IDEA's own one
* Integration with Ant and Maven
* Testing with TestNG and JUnit
* Compatibility with Eclipse projects
* Language support for Java, Groovy, XML and Regular Expressions
* Version control with CVS, Subversion and GIT
</pre>


== Comments and Discussion ==
== Comments and Discussion ==

Revision as of 11:36, 9 November 2009

IDEA Community Edition in Fedora

IntelliJ IDEA

Summary

Add Community IntelliJ IDEA Community Edition packages and their dependencies into repositories. Along with Eclipse and NetBeans already provided by Fedora, IDEA is a popular Java-based development environment.

Owner


Current status

  • Targeted release: Fedora 13
  • Last updated: Nov Mon 09 2009
  • Percentage of completion: 19.832%

Detailed Description

(TBD: Summary + Scope probably gives a rather complete picture of what this is about. Feature Wrangler, does this section really need to exist here?)

Benefit to Fedora

Fedora users will gain comfortable access to features of Communiuty Edition if IDEA, which include support for Java language, popular version control systems, GUI designer, etc. The overview of features is available in comparison matrix.

Scope

  • Several new packages have to be added to Fedora
    • Pulled in from JPackage and adjusted to conform with guidelines
    • Newly packaged
  • Some packages need to be updated (or compat packages added) to be compatible with IDEA requirements
    • This is the only change that touches existing stuff
  • IDEA itself has to be packaged
    • The build system adjusted not to use bundled prebuilt code

How To Test

(TBD: Does this paragraph need to be more specific?)

  • Install yum install intellij-idea
  • Run idea

User Experience

Probably not relevant here.

Dependencies

Since IDEA itself is a new package, nothing depends on it. Here are idea's requirements [1]:

Core

Package From where Notes Ticket (review, etc.)
intellij-idea Needs to be created In works
cglib Pull from JPackage Need 2.1.3 version
nanoxml Pull from JPackage Review done, need cvs 532315 Green check.png
picocontainer Pull from JPackage
xmlbeans Pull from JPackage (in works) Depends on saxon8 (532664). 227122
xstream Pull from JPackage (done: [2]) Depends on jettison (508521, done), cglib (see above).
groovy New package (upstream's RPM package is useless) Big dependency chain. [3] At the very least we seem to need apache ivy and livetribe jsr. [4]
jna Needs -examples subpackage 532208 Green check.png
junit4 Needs update to 4.6 Need to check dependencies 532210 Green check.png
microba New package Already done 532205
jgraph New package Need to review 532203

Plugins

TBD (can wait until Core is finished). No plugin is a hard dependency.

Package From where Notes Ticket (review, etc.)

Contingency Plan

None necessary. If the work will not be finished early enough, he existing packaging work does not need to be reverted.

Documentation

The packaging will be well described in comments, this wiki page will be regularly updated with progress and serve as overview of what is done to anyone who would like to contribute.

Release Notes

It may make sense to add something similar to the following to What's New paragraph. Would need adjustments in accordance with features (plugins) that could actually be packaged:

IntelliJ IDEA Community Edition integrated development environment
is available in package collection for this release of Fedora. Most
important features include:

* Intuitive creation of GUIs similar to IDEA's own one
* Integration with Ant and Maven
* Testing with TestNG and JUnit
* Compatibility with Eclipse projects
* Language support for Java, Groovy, XML and Regular Expressions
* Version control with CVS, Subversion and GIT

Comments and Discussion