[Fedora Project Wiki] Update of "Docs/Beats/Devel/Tools/Eclipse" by KarstenWade

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by KarstenWade:
http://fedoraproject.org/wiki/Docs/Beats/Devel/Tools/Eclipse?action=diff&rev2=7&rev1=6

The comment on the change is:
fixing content for test4

------------------------------------------------------------------------------
- = Eclipse =
+ === Eclipse ===
  
- This release of Fedora includes Fedora Eclipse, based on the [http://www.eclipse.org Eclipse] SDK version 3.2.2.  The "New and Noteworthy" page for the 3.2.x series of releases can be accessed [http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/new_noteworthy/eclipse-news.html here].  Release notes specific to 3.2.2 are available [http://www.eclipse.org/eclipse/development/readme_eclipse_3.2.2.html here].
+ This release of Fedora includes Fedora Eclipse, based on the [http://www.eclipse.org Eclipse] SDK version 3.2.2.  The "New and Noteworthy" page for the 3.2.x series of releases can be accessed at [http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/new_noteworthy/eclipse-news.html].  Release notes specific to 3.2.2 are available at [http://www.eclipse.org/eclipse/development/readme_eclipse_3.2.2.html].
  
- The Eclipse SDK is known variously as "the Eclipse Platform," "the Eclipse IDE," and "Eclipse." The Eclipse SDK is the foundation for the combined release of ten Eclipse projects under the [http://www.eclipse.org/callisto Callisto] combined release umbrella.  A few of these Callisto projects are included in Fedora:  [http://www.eclipse.org/cdt CDT], for C/C++ development, [http://www.eclipse.org/emf EMF] the Eclipse Modeling Framework, and [http://www.eclipse.org/gef GEF], the Graphical Editing Framework.
+ The Eclipse SDK is known variously as "the Eclipse Platform," "the Eclipse IDE," and "Eclipse." The Eclipse SDK is the foundation for the combined release of ten Eclipse projects under the Callisto combined release umbrella ([http://www.eclipse.org/callisto]).  A few of these Callisto projects are included in Fedora:  CDT ([http://www.eclipse.org/cdt], for C/C++ development, EMF ([http://www.eclipse.org/emf]) the Eclipse Modeling Framework, and GEF ([http://www.eclipse.org/gef]), the Graphical Editing Framework.
  
- Many third-party Eclipse projects are also available, including [http://subclipse.tigris.org/ Subclipse] for integrating Subversion version control, [http://pydev.sf.net PyDev] for developing in Python, and [http://www.phpeclipse.de/ PHPeclipse] for developing in PHP.  [http://eclipse.org/mylar Mylar], a task-focused UI for Eclipse is also available in Fedora with task connectors for Bugzilla and Trac.  It was not part of Callisto but will be part of the forthcoming Europa combined Eclipse release.
+ Many third-party Eclipse projects are also available, including Subclipse ([http://subclipse.tigris.org/]) for integrating Subversion version control, PyDev ([http://pydev.sf.net]) for developing in Python, and PHPeclipse ([http://www.phpeclipse.de/]) for developing in PHP.  Mylar ([http://eclipse.org/mylar]), a task-focused UI for Eclipse, is also available in Fedora with task connectors for Bugzilla and Trac.  It was not part of Callisto but will be part of the forthcoming Europa combined Eclipse release.
  
- Assistance in getting more projects packaged and tested with GCJ is always welcome.  Contact the interested parties through [http://www.redhat.com/mailman/listinfo/fedora-devel-java-list/ fedora-devel-java-list] and/or #fedora-java on freenode.
+ Assistance in getting more projects packaged and tested with GCJ is always welcome.  Contact the interested parties through fedora-devel-java-list ([http://www.redhat.com/mailman/listinfo/fedora-devel-java-list/]) and/or #fedora-java on freenode.
  
- Fedora also includes plugins and features that are particularly useful to FOSS hackers,  ChangeLog editing with `eclipse-changelog` and Bugzilla interaction with `eclipse-mylar-bugzilla`.  Our CDT package also includes the work-in-progress GNU Autotools plugin.  This plugin allows end-users to build and maintain C/C++ projects that use GNU autotools, in Eclipse.  Enhancements to the CDT include:
+ Fedora also includes plugins and features that are particularly useful to FLOSS hackers, ChangeLog editing with `eclipse-changelog`, and Bugzilla interaction with `eclipse-mylar-bugzilla`.  Our CDT package also includes the work-in-progress GNU Autotools plugin.  This plugin allows end-users to use Eclipse to build and maintain C/C++ projects that use GNU autotools.  Enhancements to the CDT include:
  
-  * performing configuration prior to build
+  * Performing configuration prior to build
-  * special editors for `autoconf`/`automake` input files
+  * Special editors for `autoconf`/`automake` input files
-  * special help for `autoconf` macros
+  * Special help for `autoconf` macros
-  * hover help for C library functions
+  * Hover help for C library functions
-  * a special console for configuration
+  * A special console for configuration
  
- The latest information regarding these projects can be found at the [http://sourceware.org/eclipse/ Fedora Eclipse Project] page.
+ The latest information regarding these projects can be found at the Fedora Eclipse Project page: [http://sourceware.org/eclipse/].
  
- This release includes 21 language packs for the Eclipse SDK. Each language is packed into a separate package, such as `eclipse-sdk-nls-ko` for Korean translation.
+ This release includes 21 language packs for the Eclipse SDK. Each language is packed into a separate package, such as `eclipse-sdk-nls-ko` for the Korean translation.
  
- == Non-packaged Plugins/Features ==
+ ==== Non-packaged Plugins/Features ====
  
  Fedora Eclipse contains a patch to allow non-root users to make use of the Update Manager functionality for installing non-packaged plugins and features.  Such plugins are installed in the user's home directory under the `.eclipse` directory.  Please note, however, that these plugins do not have associated GCJ-compiled bits and may therefore run slower than expected.
  
- = Alternative Java Runtime Environments =
+ === Alternative Java Runtime Environments ===
  
  The Fedora free JRE does not satisfy every user, so Fedora does allow the installation of alternative JREs.  A caveat exists, however, for installing proprietary JREs on 64-bit machines.
  
- The 64-bit JNI libraries shipped by default on x86_64 systems in Fedora will not run on 32-bit proprietary JREs.  In other words, do not try to run Fedora's x86_64 Eclipse packages on Sun's 32-bit JRE.  They will fail in confusing ways.  Either switch to a 64-bit proprietary JRE, or install the 32-bit version of the packages, if available.  To install a 32-bit version, use the following command:
+ The 64-bit JNI libraries shipped by default on x86_64 systems in Fedora do not run on 32-bit proprietary JREs.  In other words, do not try to run Fedora's x86_64 Eclipse packages on Sun's 32-bit JRE.  They fail in confusing ways.  Either switch to a 64-bit proprietary JRE, or install the 32-bit version of the packages, if available.  To install a 32-bit version, use the following command:
  {{{yum install <package_name>.i386
  }}}
  
- Likewise, the 32-bit JNI libraries shipped by default on ppc64 systems will not run with a 64-bit JRE. To install the 64-bit version, use the following command:
+ Likewise, the 32-bit JNI libraries shipped by default on ppc64 systems do not run with a 64-bit JRE. To install the 64-bit version, use the following command:
  {{{yum install <package_name>.ppc64
  }}}
  
- = Europa/Eclipse 3.3 =
+ === Europa/Eclipse 3.3 ===
  
- In June 2007, the Eclipse community will release the Europa combined release of an assortment of plugins and features.  This will be based on and include version 3.3 of the Eclipse SDK.  This will be a major change and as such Fedora Eclipse will not be re-basing on it until Fedora 8.  This means that versions of Eclipse-based applications included in Fedora such as RSSOwl and Azureus may lag upstream releases if they require features only available in Eclipse 3.3.
+ In June 2007, the Eclipse community is releasing the Europa combined release of an assortment of plugins and features.  This will be based on and include version 3.3 of the Eclipse SDK.  This is a major change and because of that, Fedora Eclipse is not going to be re-basing on Europa until Fedora 8.  This means that versions of Eclipse-based applications included in Fedora such as RSSOwl and Azureus may lag upstream releases if they require features only available in Eclipse 3.3.
  

--
Fedora-relnotes-content mailing list
Fedora-relnotes-content@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-relnotes-content

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Gnome Users]     [KDE Users]

  Powered by Linux