Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Which of these extensions are need to be changed to develop over Eclipse RDT

Yes, that is fair to say.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto
Inactive hide details for Greg Watson <g.watson@xxxxxxxxxxxx>Greg Watson <g.watson@xxxxxxxxxxxx>


          Greg Watson <g.watson@xxxxxxxxxxxx>
          Sent by: ptp-dev-bounces@xxxxxxxxxxx

          05/26/2009 11:19 AM

          Please respond to
          Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

To

Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

cc


Subject

Re: [ptp-dev] Which of these extensions are need to be changed to develop over Eclipse RDT

Chris,

Would it be safe to say that any plugins that use the getLocation method on IResource, or access the local filesystem using java.io.File would at least need to be looked at, and possibly changed to use getLocationIURI and EFS?
      * org.eclipse.debug.core.launchConfigurationTypes

I presume this is adding a new launch configuration, so it will probably need to be modified to launch remotely (this could use either a PTP launch configuration or the CDT remote launch configuration.)
      * org.eclipse.cdt.managedbuilder.core.buildDefinitions
      * org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile
      * org.eclipse.cdt.managedbuilder.ui.newWizardPages

Seems like these would also need to be remote enabled?

Greg

On May 26, 2009, at 10:53 AM, Chris Recoskie wrote:
      I have already more or less indicated on other threads to this list what it takes to get remote build working, so given that you appear to have some sort of builder which you want to make remote, I would suggest you look at those messages in the archives and see what you would need to to do there.

      Beyond that, we have no clue what you are trying to do, so it is hard for us to say what you need to do to make those things work remotely and how much effort that entails. It is not enough, for example, to know that you are creating some views... what do those views actually do?

      ===========================
      Chris Recoskie
      Team Lead, IBM CDT and RDT
      IBM Toronto
      <graycol.gif>Nayna Jain <
      naynjain@xxxxxxxxxx>

      Please respond to
      Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
      <ecblank.gif>
      To
      <ecblank.gif>
      ptp-dev@xxxxxxxxxxx
      <ecblank.gif>
      cc
      <ecblank.gif>
      <ecblank.gif>
      Subject
      <ecblank.gif>
      [ptp-dev] Which of these extensions are need to be changed to develop over Eclipse RDT
      <ecblank.gif><ecblank.gif>

      Hi all,

      Following is the list of extensions we have implemented as part of CDT
      Extension.

      We are looking forward to move to RDT. But I need to find how much extra
      effort we would be required to put. And based on that only the move to RDT
      will be accepted.

      I am facing bit difficulty in estimating the amount of change need to be
      done to support RDT.
      Like the things to be developed for RDT-Server or to be developed for
      RDT-Client etc.

      The first thing I could think of seeing the list of extensions which are
      implemented for our plugins.

      So, I would like to know that if I want to move the current plugins design
      to
      RDT, which of these extensions need to be changed.

      If it is required to give more specific information for people to reply let
      me know, I will try to be as specific as I can.

      * org.eclipse.debug.core.launchConfigurationTypes
      * org.eclpise.core.runtime.adapters
      * org.eclipse.core.expressions.propertyTesters
      * org.eclipse.core.runtime.preferences
      * org.eclipse.cdt.managedbuilder.core.buildDefinitions
      * org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile
      * org.eclipse.cdt.managedbuilder.ui.newWizardPages
      * org.eclipse.core.runtime.preferences
      * org.eclipse.core.resources.natures
      * org.eclipse.core.resources.builders
      * org.eclipse.debug.core.launchConfigurationTypes
      * org.eclipse.cdt.debug.core.CDebugger
      * org.eclipse.debug.core.sourcePathComputers
      * org.eclipse.core.expressions.definitions
      * org.eclipse.debug.core.statusHandlers

      * org.eclipse.ui.views
      * org.eclipse.ui.perspectiveExtensions
      * org.eclipse.ui.newWizards
      * org.eclipse.ui.navigator.navigatorContent
      * org.eclipse.debug.ui.launchConfigurationTabGroups
      * org.eclipse.debug.ui.launchShortcuts

      * org.eclipse.ui.perspectives
      * org.eclipse.ui.actionSets
      * org.eclipse.ui.editors
      * org.eclipse.ui.views.properties.tabbed.propertySections
      * org.eclipse.ui.preferencePages

      * org.eclipse.ui.editorActions
      * org.eclipse.ui.commands
      * org.eclipse.ui.contexts
      * org.eclipse.ui.bindings
      * org.eclipse.ui.preferencePages
      * org.eclipse.ui.menus

      * org.eclipse.ui.handlers
      * org.eclipse.ui.propertyPages
      * org.eclipse.debug.ui.launchConfigurationTabGroups
      * org.eclipse.debug.ui.launchConfigurationTypeImages
      * org.eclipse.ui.views.properties.tabbed.propertySections
      * org.eclipse.ui.views.properties.tabbed.propertyContributor
      * org.eclipse.ui.views.properties.tabbed.propertyTabs

      Thanks & Regards,
          - Nayna Jain


      _______________________________________________
      ptp-dev mailing list

      ptp-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/ptp-dev

      _______________________________________________
      ptp-dev mailing list

      ptp-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

GIF image

GIF image

GIF image

GIF image


Back to the top