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"

(Team meetings)
(Goals)
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#eclipseproject:technology.linux-distros}}
+
{{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 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.
  
{| 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:
 
* 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 and OProfile integration
+
** Valgrind, Perf integration
 
** SystemTap integration
 
** SystemTap integration
 +
** GCov, GProf integration
 
** LTTng integration
 
** LTTng integration
 
** and more...
 
** and more...
Line 21: Line 16:
 
* Connect the '''Eclipse Update Mechanism''' with the Linux multi-user system model.
 
* 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
 
==Articles==
 
* [http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/videos/changelogdemo.ogg ChangeLog Demo in ogg format]
 
* [http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/videos/libhoverdemo.ogg Libhover Demo in ogg format]
 
* [http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/videos/eclipse-oprofile-demo.ogg OProfile Demo in ogg format]
 
* [http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/videos/valgrind-demo-1.ogg Valgrind Demo (Memcheck) in ogg format]
 
* [http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/videos/valgrind-demo-2.ogg Valgrind Demo (Massif) in ogg format]
 
 
==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>
 
 
==User guides==
 
[[Linux_Tools_Project/OProfile/User_Guide | OProfile User Guide]]<br/>
 
[[Linux_Tools_Project/Valgrind/User_Guide | Valgrind User Guide]]<br/>
 
[[Linux_Tools_Project/SpecfileEditor/User_Guide | Specfile Editor User Guide]]<br/>
 
[[Linux_Tools_Project/ChangeLog/User_Guide | ChangeLog User Guide]]<br/>
 
 
==Resources==
 
* [[Linux_Tools_Project/Releng | Release engineering procedures]]
 
* [[Linux_Distributions_Project/Proposal | Original Project Proposal]] to the Eclipse Foundation.
 
* [https://dev.eclipse.org/mailman/listinfo/linuxtools-dev Project Mailing List]
 
* Anonymous subversion repository:
 
** svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools
 
** [http://dev.eclipse.org/viewcvs/index.cgi/?root=Technology_LINUXTOOLS http://dev.eclipse.org/viewcvs/index.cgi/?root=Technology_LINUXTOOLS]
 
 
| width="2%" | &nbsp;
 
| width="24%" |
 
 
{{Infobox
 
| name = Linux Tools
 
| download = http://download.eclipse.org/technology/linuxtools
 
| website = http://eclipse.org/linuxtools
 
| list = linuxtools-dev
 
| newsgroup = eclipse.technology.linuxtools
 
| product = Technology
 
| viewvc = ?root=Technology_LINUXTOOLS
 
| psf = http://dev.eclipse.org/viewcvs/index.cgi/releng/trunk/org.eclipse.linuxtools.releng/psfs/?root=Technology_LINUXTOOLS
 
}}
 
 
==News==
 
'''2009-12-21'''
 
 
{{:Linux Tools Project/News/2009-12-21}}
 
 
'''2009-11-23'''
 
 
{{:Linux Tools Project/News/2009-11-23}}
 
 
==Packaging Status==
 
 
{{:Linux_Distributions_Packaging_Status}}
 
 
----
 
 
 
[ [[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