Open main menu

CDOT Wiki β

Changes

Resources and Guidelines 4

907 bytes added, 21:41, 15 March 2010
Created page with '== Activity 4: Dive into the source code and create a patch. == == Resources == * How to fix a Bug in Eclipse? (Eclipse article) [http://www.eclipse.org/articles/article.php?fil...'
== Activity 4: Dive into the source code and create a patch. ==

== Resources ==
* How to fix a Bug in Eclipse? (Eclipse article) [http://www.eclipse.org/articles/article.php?file=Article-How-to-Fix-a-Bug-in-Eclipse/index.html]
* Eclipse FAQ [http://wiki.eclipse.org/The_Official_Eclipse_FAQs]
* Eclipse : building commercial-quality plug-ins by Eric Clayberg and Dan Rubel (college library eBook)
* Eclipse Plugin Development [http://www.eclipsepluginsite.com/]

== Guidelines ==
* Read the resources.
* Install the Plugin Development Environment (PDE).
* Check out the source code (e.g. the Valgrind plugins) from the SVN repository.
** When you install Subclipe, you need to fix the problem of missing JavaHL Library.
* Inspect the source code of some Java classes that interest you.
* Change the source code (e.g. the ColorManager class in ??? plug-in) and run it.
* Create a patch if it runs correctly!
1
edit