Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 8613c6: Bug fixes for MOOSE-App URI Value and MultiLaunche...

  Branch: refs/heads/mccaskey/moose_tree_verification
  Home:   https://github.com/eclipse/ice
  Commit: 8613c62898ebcbdaa8a96f28a4ec04e4abcc4ec6
      https://github.com/eclipse/ice/commit/8613c62898ebcbdaa8a96f28a4ec04e4abcc4ec6
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/CheckMooseInputAction.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSE.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEBuilder.java

  Log Message:
  -----------
  Bug fixes for MOOSE-App URI Value and MultiLauncher NPE

Previously, for remote applications the EntryComposite set the app URI
to the returned IFileStore's URI.toString - which was something like
ssh://CONNECTION_NAME/PATH/TO/APP where connection name was just the
name of the connection and not the hostname, which was needed to figure
out which IRemoteConnection to use in the launch. This commit fixes this
and sets the entry value to ssh://hostname/path. 

This commit also changes the MOOSE Workflow ItemType to Application,
which fixes the MultiLauncher NPE in bug 478177. 

Cleaned up CheckMooseInputAction a bit.

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



Back to the top