Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PE proxy changes for process model id to taskid change

Dave,

You need to update from CVS. It sounds like you have an old version of the launch plugin.

Greg

On Apr 9, 2010, at 12:37 PM, Dave Wootton wrote:


Randy, Greg

I completed the changed to the PE proxy and ran some tests with the new model implementation. These tests were successful. I need to work on the LoadLeveler proxy which will take me a couple more days, but I don't anticipate any problems there.

I did notice a couple problems in the org.eclipse.ptp.launch plugin that are unrelated to the model changes
1) There were a couple errors in ParallelLaunchConfigurationDelegate where doCleanupLaunch and doCompleteJobLaunch were declared as protected while the declarations they override were declared public.
2)The getProgramArguments method in AbstractParallelLaunchConfigurationDelegate is trying to use an org.eclipse.ptp.utils.core.linux.ArgumentParser class which doesn't seem to exist.

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


Back to the top