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"

(Remove a dead linke.)
 
(54 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Project Lead:
+
==About==
Ogechi Nnadi (IRC: onnadi3)
+
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. This is one of the selected projects for the  [[Google Summer of Code 2007|2007 Google Summer of Code]]. The original application can be found [[autoconf plugin proposal | here]]. All Bugs filed against Discovery are available in [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=SoC%20Discovery Bugzilla].
  
Mentors:  
+
Project Lead:
Remy Chi Jian Suen (IRC: rcjsuen),
+
*Ogechi Nnadi (IRC: onnadi3) Blog: [http://www.perilsofeclipse.blogspot.com  The Perils of Hacking Eclipse] E-mail: onnadi3 AT mail DOT gatech DOT edu
Markus Alexander Kuppe (IRC: lemmy)
+
Blog: [http://www.lemmster.de/blog/?feed=rss2&cat=9 http://www.lemmster.de]
+
  
This project is part of the [[Google Summer of Code 2007]]. The original application can be found [http://code.google.com/soc/eclipse/appinfo.html?csaid=80E216D7E2DC218F here]
+
Mentors:
 +
*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)
  
 +
==Downloads==
 +
===Update Site===
 +
Use this if you simply want to test out the JRE Discoverer, or if you do not care about viewing the source code
  
==About==
+
[http://wiki.eclipse.org/Image:Update_site_20070815.zip JRE Finder example]
Many Eclipse plugins require the user to specify the location of certain programs or services running locally in order for them to work. Having humans do this is unnecessary since services are commonly installed in only a few fixed locations. Thus I propose writing an Eclipse plugin that uses a number of heuristics to locate local services that other Eclipse plugins need. I also propose including a number of utilities that enable developers to easily write, extend, and distribute these service 'scanners.'
+
 
 +
===Source Code===
 +
The most up-to-date version can be found in the CVS repository at <b>soc.eclipse.org:/cvsroot/soc/org.eclipse.soc.discovery</b>. An old version of our code is currently hosted in the eclipse-incub project at SourceForge, under the module name, [http://eclipse-incub.cvs.sourceforge.net/eclipse-incub/sevice-discovery/ service-discovery].
 +
 
 +
==Bugs==
 +
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=SOC&component=org.eclipse.soc.discovery&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Open bugs against Discovery]
 +
 
 +
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=SOC&component=org.eclipse.soc.discovery&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Resolved bugs in Discovery]
  
==Deliverables==
+
==Meetings==
 +
We meet on Saturdays at 9:30am EDT/3:30pm CEST in the #eclipse-soc channel on irc.freenode.net.
 +
Meeting has been rescheduled permanently to Mondays at 11:30amEDT/5:30pm CEST.
  
==Terminology==
+
Here are [[auto-conf meeting agenda | open issues to discuss]].
  
==Use cases==
+
Here are our current [[auto-conf meeting logs | meeting logs]]. Here are the [[auto-conf meeting backlogs | older logs 1]], [[auto-conf meeting backlogs2 | older logs 2]], [[auto-conf meeting backlogs3 | older logs 3]].
  
==Architecture==
+
[[Category:SOC]]

Latest revision as of 17:37, 14 October 2007

About

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. This is one of the selected projects for the 2007 Google Summer of Code. The original application can be found here. All Bugs filed against Discovery are available in Bugzilla.

Project Lead:

Mentors:

Downloads

Update Site

Use this if you simply want to test out the JRE Discoverer, or if you do not care about viewing the source code

JRE Finder example

Source Code

The most up-to-date version can be found in the CVS repository at soc.eclipse.org:/cvsroot/soc/org.eclipse.soc.discovery. An old version of our code is currently hosted in the eclipse-incub project at SourceForge, under the module name, service-discovery.

Bugs

Open bugs against Discovery

Resolved bugs in Discovery

Meetings

We meet on Saturdays at 9:30am EDT/3:30pm CEST in the #eclipse-soc channel on irc.freenode.net. Meeting has been rescheduled permanently to Mondays at 11:30amEDT/5:30pm CEST.

Here are open issues to discuss.

Here are our current meeting logs. Here are the older logs 1, older logs 2, older logs 3.

Back to the top