Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 08973c: Setup ICE to take a http post of type FILE_PLOTEDI...

  Branch: refs/heads/mccaskey/curlPostPlotEditor
  Home:   https://github.com/eclipse/ice
  Commit: 08973c780b7bd42873f70dcc4e21e9da0a6ec6ec
      https://github.com/eclipse/ice/commit/08973c780b7bd42873f70dcc4e21e9da0a6ec6ec
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-11-23 (Mon, 23 Nov 2015)

  Changed paths:
    M org.eclipse.ice.core/META-INF/MANIFEST.MF
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/itemmanager/ItemManager.java
    M org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/PlotEditor.java
    A utils/openICEPlotEditor.sh

  Log Message:
  -----------
  Setup ICE to take a http post of type FILE_PLOTEDITOR. 

This commits enables users to point ICE to a data file via an http post
and have ICE open it in the PlotEditor if it can. 

Also adding a simple script to do this post via the command line. Just
run ./openICEPlotEditor fileName port. We can make this more robust
later for remote hostname posts. 

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



Back to the top