Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Invoking Remote Make (org.eclipse.ptp.rdt.core.remotemake.RemoteMakeBuilder)

Hi Wyatt,

Do you really need to invoke make directly, or is what you really want to just tell the project to build? The reason all that stuff is not public is that the build is all intended to happen via the Eclipse build mechanisms, and isn't really meant to be invoked directly. I guess I need to understand your use case better.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Wyatt Spear ---08/31/2011 06:51:34 PM---Greetings, For the ETFW to function it needs to be able to inWyatt Spear ---08/31/2011 06:51:34 PM---Greetings, For the ETFW to function it needs to be able to invoke make on a project.


From:

Wyatt Spear <wspear@xxxxxxxxxxxxxx>

To:

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

Date:

08/31/2011 06:51 PM

Subject:

[ptp-dev] Invoking Remote Make (org.eclipse.ptp.rdt.core.remotemake.RemoteMakeBuilder)

Sent by:

ptp-dev-bounces@xxxxxxxxxxx




Greetings,

For the ETFW to function it needs to be able to invoke make on a project.  I'm having issues invoking a remote build.  For local cdt builds I can get an IMakeTarget object and just invoke its build.  I can get an IMakeBuilderInfo object for a remote build but that's where I'm stuck.  It looks like I need methods in RemoteMakeBuilder to invoke the build and I don't see how to get a useful instance of that class and the relevant methods are protected anyway.  Is there any way I can do a remote build short of just duplicating all of that code over on the ETFW side?  Is there another mailing list where rdt people hang out that I should try?

Thanks,
Wyatt_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


GIF image

GIF image


Back to the top