Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 91d5d4: Implemented LocalExecutionAction for local job lau...

  Branch: refs/heads/mccaskey/joblauncherRefactor
  Home:   https://github.com/eclipse/ice
  Commit: 91d5d4b5445acf713f19cbf76d693b79ce90fb3a
      https://github.com/eclipse/ice/commit/91d5d4b5445acf713f19cbf76d693b79ce90fb3a
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-12-15 (Tue, 15 Dec 2015)

  Changed paths:
    M org.eclipse.ice.item/plugin.xml
    A org.eclipse.ice.item/src/org/eclipse/ice/item/action/ExecutionHelper.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java
    A org.eclipse.ice.item/src/org/eclipse/ice/item/action/LocalExecutionAction.java
    A org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/ICEJob.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/RemoteYamlSyntaxGenerator.java

  Log Message:
  -----------
  Implemented LocalExecutionAction for local job launches. 

Restructured the JobLauncher to use this new LocalExecutionAction for
local job launches. Created a new ICEJob subclass of Eclipse Job that
takes a list of Actions to execute as part of the Eclipse Jobs API. 

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top