Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] bd007d: Adding to Feature/Product, improving Item error ha...

  Branch: refs/heads/mccaskey/moosecomposite_468384
  Home:   https://github.com/eclipse/ice
  Commit: bd007dcfa88e5c9404f1d5e751483230eed8ddfd
      https://github.com/eclipse/ice/commit/bd007dcfa88e5c9404f1d5e751483230eed8ddfd
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-07-07 (Tue, 07 Jul 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M repository/org.eclipse.ice.repository/ice.macosx_product.launch
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/Item.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSE.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSELauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  Adding to Feature/Product, improving Item error handling

Added remote jsch ui bundle to the feature and product so that we can
add a new remote connection for remote job launching. Added a protected
method to Item for better error handling. Subclasses can now invoke this
method to throw up a descriptive error dialog. Set up MOOSELauncher to
check that the required files are in the project space, and if not throw
up an error. 

Also fixed bug with Core and XMLPP, lowered XMLPP bundle start level to
4 instead of 5. 

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



Back to the top