- 15 Jul, 2016 1 commit
-
-
Greg Watson authored
-
- 14 Jul, 2016 3 commits
-
-
Greg Watson authored
workspace is workspace_dev Signed-off-by:
Greg Watson <g.watson@computer.org>
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
- 11 Jul, 2016 1 commit
-
-
Greg Watson authored
Various other changes to enable Neon build.
-
- 13 Apr, 2016 1 commit
-
-
amccaskey authored
org.eclipse.equinox.security.macosx caused errors in remote executions, removing it from the launch to fix. Adding bcpkix and bcprov for docker shaded plugins. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 12 Apr, 2016 1 commit
-
-
Robert Smith authored
THe Mac OS launch configuration wasn't starting any of the EAVP service bundles. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
- 23 Mar, 2016 2 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Updated the Mac launch configuration to have all the dependencies needed for the latest version of ICE to run. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
- 15 Mar, 2016 1 commit
-
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
- 02 Mar, 2016 1 commit
-
-
Alex McCaskey authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 25 Feb, 2016 2 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Greg Watson authored
screen progress bar. Signed-off-by:
Greg Watson <g.watson@computer.org>
-
- 24 Feb, 2016 1 commit
-
-
amccaskey authored
If you run ICE from with ICE and then try to clone ICE again, the javafx bundles don't build correctly due to the fact that you aren't launching the product but rather the launch config. Added javafx bundles to the mac launch config to fix this. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 20 Feb, 2016 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 18 Feb, 2016 1 commit
-
-
amccaskey authored
Changed DockerExecutionAction to CreateDockerContainerAction which launches the required container and modifies the hostname/port/containerId entries in the action data map, forcing the usual remote execution - remote file upload, launch, and file download. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 17 Feb, 2016 1 commit
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 16 Feb, 2016 1 commit
-
-
amccaskey authored
Committing fix where job launch directory wasn't being correctly received. Fixed build for client.widgets.moose, it wasn't including OSGI-INF for VizServiceFactory reference. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 11 Feb, 2016 1 commit
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 29 Jan, 2016 1 commit
-
-
Robert Smith authored
Fixed various errors that were causing test failures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 14 Jan, 2016 1 commit
-
-
amccaskey authored
Created initial layout for IEntry interface, AbstractEntry, StringEntry, DiscreteEntry, FileEntry, and MultiValueEntry.
-
- 17 Nov, 2015 1 commit
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 13 Nov, 2015 1 commit
-
-
amccaskey authored
This commit fixes the bug found in bug 481961 where an opened Item XML File failed to execute processes due the lack of an IFormWidget object. This has been fixed with the addition of an addFormWidget method to the IClient interface, and implementation on Client that adds it to the formWidgetTable, and the ICEFormEditor setting a new EclipseFormWidget(this) on its IClient reference if the input was a FileEditorInput. Updated tests as well. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 12 Nov, 2015 2 commits
-
-
amccaskey authored
Fixing bug where JobLauncher subclasses were being opened with default XML editor instead of ICEFormEditor. Turns out the JobLauncherForm was annotated with @XmlRootElement("form") instead of @XmlRootElement("Form") which caused the XMLFormContentDescriber to ignore it. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
The last commit added platform specific plugins to our target definition and failed to resolve on Mac and Windows. I've reverted the target to the previous configuration in this commit. I added a filter to the pom platform resolution to just use the javax.ws.rs 1.1.1 plugin, not 2.0.1, which revealed the 2.0.1 dependency came from the docker feature in the target. I removed the docker tooling, and the 2.0.1 addition to the target is gone. I'm leaving the filter for now to catch this bug in the future. We can remove it though since no plugins are pulling in the 2.0.1 plugin. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 11 Nov, 2015 1 commit
-
-
Robert Smith authored
Made some changes to get the JavaFX Geometry Editor running on Linux and updated the launch configurations to handle JavaFX. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 09 Nov, 2015 1 commit
-
-
amccaskey authored
This commit modifies the XMLFormContentDescriber to ensure that the correct ICEFormEditor subclass is used when a users double-clicks the ICE Item XML file. It checks that no other subclass of XMLFormContentDescriber is appropriate for describing the incoming text. If not, it returns VALID and the ICEFormEditor is used, otherwise, the correct ICEFormEditor subclass corresponding to the VALID XMLFormContentDescriber is used. Added a ReflectivityXMLFormContentDescriber and tester. Still need one for BatMLFormEditor and ReactorFormEditor Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 02 Nov, 2015 1 commit
-
-
amccaskey authored
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@ornl.gov>
-
- 13 Oct, 2015 2 commits
-
-
amccaskey authored
First bug - IReader used by MOOSEModel was null due to the fact that we are switching to extension points for our IReader/IWriter interface realizations. Set up the IOService to add all available IReaders/IWriters from extension points to itself Second bug - Found that when an Item XML file was in the project, and I went to refresh or close the workspace it would hang and throw up a dialog that said waiting on background task forever. Turns out the XMLFormContentDescriber was stuck in an infinite loop reading the XML contents to tell if it was a ICE Item or not. Fixed that and everything works as expected. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 06 Oct, 2015 1 commit
-
-
amccaskey authored
After cloning ICE via the dev menu, I found I couldn't load the Mars target. Turns out the fix was to ensure that the org.eclipse.equinox.p2.touchpoint.native plugin was included in the framework. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 05 Oct, 2015 1 commit
-
-
amccaskey authored
This commit updates the developer abstract handler hierarchy with a GitCloneHandler that simple clones a repository, but provides a hook for subclasses to provide PostCloneTasks, such as importing projects or creating make targets. This commit also provides a new Build ICE command that grabs the ILaunchManager and uses it to launch ICE's Maven Build launch configuration files. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 01 Oct, 2015 1 commit
-
-
amccaskey authored
Setup the ICE Developer Menu generation utility to create parameterized commands where the parameters are all the attributes from the provided extension point. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 30 Sep, 2015 1 commit
-
-
amccaskey authored
This commit adds a new extension point that lets users easily add new developer-related actions to the ICE Developer Menu. Added an extension for ICE and MOOSE - with MOOSE providing the existing developer actions we had before. I've turned off the action buttons that were in the toolbar for MOOSE previously. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 26 Sep, 2015 1 commit
-
-
Nick Stanish authored
Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
- 22 Sep, 2015 2 commits
-
-
Alex McCaskey authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This update adds a new CheckMooseInputAction that verifies if a constructed moose tree is valid before an actual simulation launch. It does so by using the --check-input flag for the moose executable. This is working for remote applications, still needs work and testing for local bc my local moose based apps aren't properly exiting after writing to Moose::err. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 17 Sep, 2015 1 commit
-
-
amccaskey authored
Set the TreeNodeFilteredItemsSelectionDialog to use the exemplar tree's description as the status line. Also removed the addition of BlankBlock to the MOOSE tree because it is not possible to create a custom block if its not already in the YAML. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 09 Sep, 2015 1 commit
-
-
amccaskey authored
Improved ICEUpdater addition mechanism and gave it the ability to communicate remotely. Improved Add Child Node dialog by having it use a FilteredItemsSelectionDialog so users can search for the child block to select, and they can now select multiple blocks. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 03 Sep, 2015 1 commit
-
-
amccaskey authored
Added a new FileComboBoxCellEditor that is a ComboBoxCellEditor but also adds a browse button to the Control in the Property Cell. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-