Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] e291c1: Committing updates to Item, JobLauncher, JobLaunch...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: e291c1a700263f3d8a02fd23eb0b802c68957264
      https://github.com/eclipse/ice/commit/e291c1a700263f3d8a02fd23eb0b802c68957264
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2014-12-17 (Wed, 17 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/Item.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/Action.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSELauncher.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/ItemTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/TestItem.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/nuclear/MOOSEModelTester.java

  Log Message:
  -----------
  Committing updates to Item, JobLauncher, JobLaunchAction, and
MooseLauncher. Implemented JobLauncher.getWorkingDirectory() to let
subclasses get a reference to the absolute path of the
iceLaunch_timestamp working directory. 

Removed code in JobLaunchAction.launchLocal that moves generated files
into the default project space. Added code to JobLauncher.launchRemotely
that creates a local remoteIceLaunch_timestamp directory to serve as a
place for downloaded files from the remote host. 

Added file creation/copying/moving functionality to the Item.
Implemented copyFile(s), moveFile(s), getFiles, and deleteDirectory that
subclasses can utilize for simulation file manipulation. 

Reimplemented MOOSELauncher.updateResourceComponent to use these new
Item methods. 

Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>



Back to the top