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 "Linux Tools Project"

(added links to logs and irc channel)
(Goals)
 
(78 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 +
{{Linux_Tools}}
 
__NOTOC__
 
__NOTOC__
 +
Welcome to the main wiki page for the Eclipse Linux Tools Project.  If you use Eclipse on Linux and are interested in promoting the adoption of Eclipse as an application development environment for the Linux platform, you are very welcome to get involved and help us out.  Tips for getting involved are available at our [[Linux_Tools_Project/Getting_Involved | Getting Involved]] page.
  
Welcome to the home page for the Eclipse Linux Distributions Project.  If you use Eclipse on Linux and are interested in promoting the adoption of Eclipse as an application development environment for the Linux platform, we urge you to get involved and help us out.
 
 
{| border="0" cellpadding="0" cellspacing="0" width="100%"
 
|- valign="top"
 
| width="74%" |
 
 
==Goals==
 
==Goals==
 
The goals of our project are:
 
The goals of our project are:
* '''Simplify''' the creation of Eclipse packages (RPM and deb) for Linux platforms, and '''standardize''' the process for doing so across multiple distributions of Linux.
 
* Connect the '''Eclipse Update Mechanism''' with the Linux multi-user system model.
 
 
* Create more '''Linux Development Tools''' for Eclipse, for example:
 
* Create more '''Linux Development Tools''' for Eclipse, for example:
** GNU Autotools support
 
 
** GNU ChangeLog support
 
** GNU ChangeLog support
 
** RPM Spec file editors
 
** RPM Spec file editors
 +
** Valgrind, Perf integration
 +
** SystemTap integration
 +
** GCov, GProf integration
 +
** LTTng integration
 
** and more...
 
** and more...
 +
* '''Simplify''' the creation of Eclipse packages (RPM and deb) for Linux platforms, and '''standardize''' the process for doing so across multiple distributions of Linux.
 +
* Connect the '''Eclipse Update Mechanism''' with the Linux multi-user system model.
 
* Work within the open source community to promote adoption of Eclipse on Linux
 
* Work within the open source community to promote adoption of Eclipse on Linux
* [[Linux_Distributions_Project_AutotoolsPlans | Plans for GNU Autotools support]]
 
 
==Articles==
 
[[Debugging_Eclipse_GCJ_Problems | Debugging Eclipse GCJ Problems]] - a tutorial on how to debug Eclipse GCJ problems.
 
 
[[Fedora_Eclipse_Packages | Fedora Eclipse Packages]] - details the inter-dependancies of the Fedora Eclipse packages.
 
 
[[Linux_Packaging_Tasks | Linux Packaging Tasks]] - a list of tasks that need to be completed for the various Linux distro's Eclipse packages.
 
 
[[FHS_Compliant_Packages | FHS Compliant Packages]] - an overview what changes were needed to make the Fedora Eclipse packages FHS and multilib compatible.
 
 
==Team meetings==
 
If you're interested in contributing to this project or just want to ask question regarding Eclipse and Linux, feel free to join us on IRC:
 
*IRC (public):  <b>irc.freenode.net</b>  channel: <b>#eclipse-linux</b>  <b>[irc://irc.freenode.net/#eclipse-linux irc://irc.freenode.net/#eclipse-linux]</b><br>
 
 
===Logs from past meetings===
 
* [[Linux Distributions Project IRC Meeting 17.01.2007]]
 
 
 
==Resources==
 
[[Linux_Distributions_Project/Proposal | Original Project Proposal]] to the Eclipse Foundation.
 
 
[https://dev.eclipse.org/mailman/listinfo/linux-distros-dev Project Mailing List]
 
 
 
==Involvement==
 
The project currently has involved participants from the following distributions (in alphabetical order):
 
* [http://www.debian.org/ Debian]
 
* [http://fedora.redhat.com/ Fedora Core]
 
* [http://www.gentoo.org/ Gentoo]
 
* [http://www.novell.com/ Novell]
 
* [http://en.opensuse.org/ openSUSE]
 
* [http://www.redhat.com/ Red Hat]
 
* [http://www.ubuntu.com/ Ubuntu]
 
 
| width="2%" | &nbsp;
 
| width="24%" |
 
 
 
==Packaging Status==
 
 
* Feodra
 
** SDK 3.2.1
 
** [http://cvs.fedora.redhat.com/viewcvs/rpms/eclipse/FC-6/ FC6 patches and spec file]
 
** [http://cvs.fedora.redhat.com/viewcvs/rpms/eclipse/devel rawhide patches and spec file]
 
 
==News==
 
 
'''2006-12-04'''
 
 
{{:Linux Distributions Project/News/2006-12-04}}
 
 
----
 
 
'''2006-07-26'''
 
 
{{:Linux Distributions Project/News/2006-07-26}}
 
 
 
----
 
 
 
[ [[Linux Distributions Project/News|News Archive]] ]
 

Latest revision as of 07:45, 13 January 2022

Linux Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Welcome to the main wiki page for the Eclipse Linux Tools Project. If you use Eclipse on Linux and are interested in promoting the adoption of Eclipse as an application development environment for the Linux platform, you are very welcome to get involved and help us out. Tips for getting involved are available at our Getting Involved page.

Goals

The goals of our project are:

  • Create more Linux Development Tools for Eclipse, for example:
    • GNU ChangeLog support
    • RPM Spec file editors
    • Valgrind, Perf integration
    • SystemTap integration
    • GCov, GProf integration
    • LTTng integration
    • and more...
  • Simplify the creation of Eclipse packages (RPM and deb) for Linux platforms, and standardize the process for doing so across multiple distributions of Linux.
  • Connect the Eclipse Update Mechanism with the Linux multi-user system model.
  • Work within the open source community to promote adoption of Eclipse on Linux

Back to the top