Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 029f4a: Fixed Remote YAML and ICE Updater bug

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 029f4a2926226d291fc094ca1a837ee27b517de2
      https://github.com/eclipse/ice/commit/029f4a2926226d291fc094ca1a837ee27b517de2
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-11-02 (Mon, 02 Nov 2015)

  Changed paths:
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSE.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/RemoteYamlSyntaxGenerator.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/MOOSEFileHandler.java
    M org.eclipse.ice.repository/ice.macosx_product.launch
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Fixed Remote YAML and ICE Updater bug

Updated the RemoteYamlSyntaxGenerator to be more robust. Set it up to
create a new shell script to execute and generate the yaml/syntax files. 

Fixed the bug where real time plots failed to appear on form editor.
Somehow the javax.ws.rs 2.0.1 bundle got turned on in the launch config
that caused a clash with the 1.1.1 bundle. 

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



Back to the top