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 "ECF Conference Call 11.25.2008"

Line 18: Line 18:
  
 
===ECF build===
 
===ECF build===
Build config for jSLP's Maven based build
+
*Build config for jSLP's Maven based build
* setup Hudson on ecf1 or ecf2 (https://hudson.dev.java.net/)
+
** setup Hudson on ecf1 or ecf2 (https://hudson.dev.java.net/)
* also in preparation for automated testing
+
* preparation for automated testing
 +
* distributed testing (http://www.gridgain.com/ and http://www.theserverlabs.com/blog/2008/11/24/distributed-junit-testing-with-gridgain/)

Revision as of 05:24, 25 November 2008

Attendees

  • Remy is on vacation in London and will not be attending.

Agenda

Discovery UI

org.eclipse.ecf.discovery.ui vs. Versant's contribution built on top of EMF (replace or keep both)

  • depends upon >=2.4 org.eclipse.emf.core, org.eclipse.emf.common, org.eclipse.emf.edit, org.eclipse.emf.edit.ui
  • Java5 (new Locks API, generics)

Add incubation to build (create an incubation feature)

Real-time Collaboration

Remy is investigating the distribution and synchronization of workspace resources at the project level (see bug 239048).

Discussed with Neil briefly over this:

  • Are there real use cases? It sounds cool, yes, but who's going to use this?
    • Forced to assume that "everything" is synchronized prior to sharing the project.
    • If this is not true, a long time may be required to synchronize the projects before work can begin.
  • Will this synchronization mechanism encourage novice hackers to not use an SCM system and to then use it as a poor man's peer-to-peer SCM system?

ECF build

Back to the top