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 "An auto-configuration plugin for Eclipse"

m (Meeting Time)
m
Line 1: Line 1:
This project aims to design an Eclipse plugin that allows the binaries required by other Eclipse plugins to be automatically located.
+
This project aims to design an Eclipse plugin that allows the binaries required by other Eclipse plugins to be automatically located. The source code shall be released under the Eclipse Public License
 +
 
 +
==About
 +
This is one of the selected projects for Google's Summer of Code program in [[Google Summer of Code 2007|2007]]. The original application can be found [http://code.google.com/soc/eclipse/appinfo.html?csaid=80E216D7E2DC218F here].
  
 
Project Lead:
 
Project Lead:
Line 7: Line 10:
 
*Markus Alexander Kuppe (IRC: lemmy) Blog: [http://www.lemmster.de/blog/?feed=rss2&cat=9 http://www.lemmster.de]
 
*Markus Alexander Kuppe (IRC: lemmy) Blog: [http://www.lemmster.de/blog/?feed=rss2&cat=9 http://www.lemmster.de]
 
*Remy Chi Jian Suen (IRC: rcjsuen)
 
*Remy Chi Jian Suen (IRC: rcjsuen)
 
This is one of the selected projects for Google's Summer of Code program in [[Google Summer of Code 2007|2007]]. The original application can be found [http://code.google.com/soc/eclipse/appinfo.html?csaid=80E216D7E2DC218F here].
 
 
  
  

Revision as of 12:38, 27 May 2007

This project aims to design an Eclipse plugin that allows the binaries required by other Eclipse plugins to be automatically located. The source code shall be released under the Eclipse Public License

==About This is one of the selected projects for Google's Summer of Code program in 2007. The original application can be found here.

Project Lead:

  • Ogechi Nnadi (IRC: onnadi3) E-mail: onnadi3 AT mail DOT gatech DOT edu

Mentors:


Meeting Time

We meet on Saturdays at 9:30am EDT/7:00pm IST in the #eclipse-soc channel on irc.freenode.net.

Here are our meeting logs.

Deliverables

  • 1 June 2007 Create a compilable plug-in in the cvs repository that takes a collection of possible URIs and returns any JDKs found in those locations.


Applications / Services that should be detected

  • JDK/JRE, GCC, Python, Perl, etc.
    • Blobs of documentation (javadoc, PoD, Doxygen), preferably linked to the resources they document
  • Apache Http server, Apache Tomcat, Jetty
  • bzip2,gzip,rar,arj,... (for deployment and browsing into archives)
    • An EFS provider that allows browsing into such archives like folders might be a nice side project
  • Cygwin (including auto-detect of cygwin mount points and path translation)
    • An EFS provider that shows the cygwin local filesystem might be a nice side project

Back to the top