Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] e14b71: Fixing new Generate YAML action bug.

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: e14b713e073e6fc577b5d80ed97398b9492f4e84
      https://github.com/eclipse/ice/commit/e14b713e073e6fc577b5d80ed97398b9492f4e84
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/wizards/GenerateYAMLHandler.java

  Log Message:
  -----------
  Fixing new Generate YAML action bug. 

The JobLauncher now throws an error if any of the file entries are empty
or null. This was put in before checking that the generate yaml action
worked, which it doesn't because it uses no files. 

Since this action does not need any files, I'm just clearing them from
the file DataComponent in the MooseLauncher Form. 

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



Back to the top