From Fedora Project Wiki

(remove item done for BIRT)
No edit summary
Line 70: Line 70:
[http://sourceware.org/eclipse Fedora Eclipse Website]  
[http://sourceware.org/eclipse Fedora Eclipse Website]  


Most of the Fedora "free java" people hang out on #fedora-java on [http://freenode.net freenode] .  There are also people on #classpath also on Freenode.
Most of the Fedora "free java" people hang out on #fedora-java on [http://freenode.net freenode] .  There are also people on #classpath also on Freenode. Community around [http://www.eclipse.org/linuxtools/ Eclipse Linux tools] is emerging now and developers are hanging on #eclipse-linux on [http://freenode.net freenode].


[http://www.redhat.com/mailman/listinfo/fedora-devel-java-list/ Fedora Java Mailing list]  
[http://www.redhat.com/mailman/listinfo/fedora-devel-java-list/ Fedora Java Mailing list]  

Revision as of 13:13, 12 February 2009

(shamelessly copied from DaveMalcolm's page at http://live.gnome.org/Eclipse)

Eclipse

What is Eclipse?

Eclipse is an awesome IDE for creating apps, in various languages. It has a GTK+ UI that is much more accesible to regular programmers from a Windows environment than the tools traditionally used by FOSS hackers.

It is currently best for developing apps in Java, but support for C, C++, C# and Python is rapidly catching up.

It was originally a (very) large body of code that IBM open-sourced. There is now a large community of companies and developers using and extending Eclipse.

It has its own Open Source license (the Eclipse Public Library, or EPL).

It is shipped in FedoraCore (>= 4). Plug-ins will be added to Fedora as time permits or as people do the necessary work. ;)

Fedora Eclipse

Fedora Eclipse is a community project encompassing everything Eclipse-related in Fedora. We ship the Eclipse SDK, CDT, as well as the PyDev, ChangeLog, and Bugzilla plugins. We are working on making plugin packagin easier, and also on packaging more plugins.

Would you like to help?

Visit our current website . Talk to us on IRC or the fedora-devel-java mailing list. Package a plug-in for Fedora!

Plug-ins We Ship

ChangeLog

RPM Specfile Editor

RPM Specfile Generator -- This plugin makes packaging other plugins really easy.

PyDev

Mylyn -- a task-focused UI for Eclipse with bugzilla integration.

EMF -- Eclipse Modelling Framework

GEF -- Eclipse Graphical Editing Framework (not the Visual Editor )

Subclipse -- support for working with Subversion repositories

Photran -- Fortran support for Eclipse

CMakeed -- Editor for CMake files

Shelled -- Editor for shell scripts

MoreUnit -- Helper for writing more and better unit tests.

EclEmma -- Code coverage tool to help you enhance your unit tests.

Plug-ins We'd Like To Ship

  • BIRT
    • all of it needs DTP and WTP
    • could ship a stripped-down version in the meantime
  • DTP
  • WTP
    • probably needs some non-Eclipse deps
  • Valgrind
    • needs BIRT
  • OProfile
    • could go in now

Contact

Fedora Eclipse Website

Most of the Fedora "free java" people hang out on #fedora-java on freenode . There are also people on #classpath also on Freenode. Community around Eclipse Linux tools is emerging now and developers are hanging on #eclipse-linux on freenode.

Fedora Java Mailing list

Eclipse (upstream)

Planet Eclipse

GNU Classpath Wiki

Planet Classpath

GCJ - GNU Compiler for Java

Testing

It has automated tests . You can also run individual plug-in tests .

References