Giter Site home page Giter Site logo

eclipse / ice Goto Github PK

View Code? Open in Web Editor NEW
31.0 16.0 55.0 174.09 MB

This project has moved to: https://gitlab.eclipse.org/eclipse/ice/ice

Home Page: https://gitlab.eclipse.org/eclipse/ice/ice

License: Eclipse Public License 1.0

HTML 2.10% PHP 0.01% Java 96.95% Shell 0.28% Perl 0.08% Python 0.44% Batchfile 0.01% CSS 0.02% Assembly 0.13%

ice's Introduction

The Eclipse Integrated Computational Environment (ICE) Main Repository

This project has moved to: https://gitlab.eclipse.org/eclipse/ice/ice

Please see our wiki for detailed information about Eclipse ICE, including where to download binaries.

Build instructions are available on our wiki too.

Contributions follow the standard Eclipse mechanisms and you should check out our CONTRIBUTING.md file for more information. If you are looking at this, then you are most likely using Git and can start the process by issuing a pull request on our GitHub repo.

ice's People

Contributors

amccaskey avatar anarak avatar arbennett avatar eclipsewebmaster avatar jarrah42 avatar jayjaybillings avatar jdeyton avatar jiokmiso avatar jonahgraham avatar kaspergam avatar klaskyhb avatar l33tlabs avatar menghanli avatar nickstanish avatar scottwittenburg avatar smithrwornl avatar tcpatt avatar wo-amlangwang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ice's Issues

File copy bug in mccaskey/joblauncherRefactor

Steps to replicate:

  1. Create Existing Moose Workflow Item
  2. Launch (succeeds)
  3. Invalidate the Tree
  4. Launch to get appropriate tree validation error
  5. Fix tree and relaunch (expected successful execution)

The JobLaunchAction fails to copy files to the local iceLaunch_* directory. Specifically, we get

17:33:52.325 [Thread-175] INFO o.e.ice.item.action.JobLaunchAction - JobLaunchAction copying launchJob_20151214053326.sh to local job launch folder: /Users/aqw/iceworkspace/moose_test_project/jobs/iceLaunch_20151214053352.
17:33:52.329 [Thread-175] ERROR o.e.ice.item.action.JobLaunchAction - JobLaunchAction Error - Could not copy files from the project space to the job folder.
org.eclipse.core.internal.resources.ResourceException: Resource '/moose_test_project/launchJob_20151214053326.sh' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:334) ~[na:na]
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:208) ~[na:na]
at org.eclipse.core.internal.resources.File.getContents(File.java:267) ~[na:na]
at org.eclipse.core.internal.resources.File.getContents(File.java:260) ~[na:na]
at org.eclipse.ice.item.action.JobLaunchAction.run(JobLaunchAction.java:1464) ~[na:na]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_65]

I've only seen this in the new joblauncherRefactor branch, so I probably introduced it somehow. Starting this tracker mainly as a reminder to fix this.

JavaFX Implementations and Data Structure Refactoring for ICE Native Visualization Services

The Geometry Editor, Mesh Editor, and Plant view are to be refactored to make use of a single generic modeling structure which will be extended with implementations for JavaFX and JME3 graphics. There are two major subtasks to be achieved:

  1. Create a set of data structures based on the agreed upon EMF, MVC-based, model. These generic data types will encompass all parts of all models in ICE's native visualization packages, providing universal pieces such as edges or CSG shapes. These are to include more specific specialized parts for the various services and JavaFX/JME3 implementations for the views and, where necessary, controllers for each part.

  2. Create JavaFX implementations for viewing the objects. This is based on the work of Tony McCrary and feature implementation specific data structures to offer all functionality currently made available through ICE's UI, in the same way the JME3 implementations do.

Task 1) is finished and task 2) requires only the plant view, which will avoid using the actual data structures from task 1) and not be given a full implementation due to disuse of the functionality and forthcoming removal of the Reactor Analyzer which currently houses it.

MOOSETester SWTBot test fails on Mac at Save widget

The MOOSETester SWTBot test fails at line 86 where it tries to find the button with tooltip marked Save (Ctrl+S).

I believe this may be happening due to the fact that I'm on a Mac and it might need to be Save (CMD+S) or something like that.

Robert, will you please test this for yourself on your Mac and fix if necessary?

Add tests for new data structures

Newer data structures for the UnifiedVizRefactor_NoReactor branch need to have test cases written for them. In particular, The JavaFX Views and Controllers in the viz.service.javafx.geometry and viz.service.javafx.mesh packages, the UpdateableSubscriptionManager, and the Plant View modeling classes are currently untested.

Add Geometry Editor Camera options

Currently, the UnifiedVizRefactor_NoReactor branch always uses the camera pointing at the origin with mouse drags rotating it. The user should have the option to instead make use of the flight camera implemented by Tony McCrary's FPSController.

JavaFX Mesh Editor bounds enforcement

The JavaFX Mesh Editor in the UnifiedVizRefactor_NoReactor branch will currently allow the user to drag a vertex off the edge of the grid if they are moving their mouse fast enough. The FXMeshViewer should check the Vertex's new position against the bounds of the grid before moving it, limiting movements to acceptable values.

JavaFX Mesh Editor HUD needs to be implemented

Currently, the JavaFX Mesh Editor from the UnifiedVizRefactor_NoReactor branch ignores the "Show HUD" button. It should display the coordinates for current location of the mouse and the point the camera is centered on, either in the JavaFX scene itself or, since that has been causing difficulties, in another box.

New ICE Item Projects fail when setting ICEItemNature

In NewICEItemProjectWizard the setNature method throws a CoreException when trying to add the ICEItemNature to the project. Error message says:

Contains: Nature does not exist: org.eclipse.ice.projectgeneration.

Target error when adding Xtext/Xtend

When trying to add Xtext/Xtend to the target definition an error pops up with:

You have selected a targe with a newer version than your current Eclipse installation. This can cause unexpected behaviour in PDE. Please use a newer version of Eclipse.

Following this, most of the projects are broken due to bundles not resolving correctly. Notable bundles include org.slf4j and org.eclipse.platform, among many others.

Both the Xtext/Xtend libraries being added are from download.eclipse.org/releases/mars.

Refactor JobLauncher to use ActionFactory

We need to break up the JobLaunchAction into smaller separate Actions, and refactor the JobLauncher to use the ActionFactory to create and use the Actions it needs to accomplish it's job.

JavaFX Camera jerks at the start of a drag

In the UnifiedVizRefactor_NoReactor branch, the camera will move greatly when a drag action is started. It needs to be updated with code like that in the FXMeshViewer to detect whether a drag action is already in progress when handling a MouseEvent.

Glitched graphical representation of text in code editor

When working with the Java code editor in ICE, I sometimes get glitches where the editor will display some lines multiple times while skipping others. The duplication effect can be seen here:

code editor graphics glitch

The issue is rare for me, and I'm not sure it's related to ICE per se. It could be a problem with base Eclipse, or my computer. It's normally happened near the end of the day, leading me to believe it may be related to Windows memory issues that are resolved by rebooting. Alex is checking for the issue on his machines to see if it can be replicated.

org.eclipse.ice.client.compatibility missing src directory

I just pulled down all the plugins into Eclipse. After setting the target I still had build errors that traced back to org.eclipse.ice.client.compatiblity missing its src directory (which never had anything in it anyway). I pulled down the same plugin from sourceforge and everything build fine.

Target Resolution for Linux computers

This problem has been effecting me for a while, but it's now interfering with one of the last steps on getting the JavaFX branch building. When I try to resolve mars.target on my Linux machines, I get the error message

Problems occurred while resolving the target contents
An error occurred while configuring the installed items
Preference node "http:_download.eclipse.org_tools_cdt_releases_8.7" has been removed.
session context was:(profile=TARGET_DEFINITION:resource:/org.eclipse.ice.target.mars/mars.target, phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null --> [R]org.eclipse.cdt.feature.group 8.7.0.201506070905, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddRepositoryAction)

This happens regardless of where in ICE I try to open the target from or what version of ICE I'm using, including the most recent unstable nightly. Once it occurs on a machine, it effects every instance of ICE on it.

Item and Datastructures bundle depend on Viz bundles

I just noticed that org.eclipse.ice.item depends indirectly on org.eclipse.ice.viz.* through its dependence on org.eclipse.ice.datastructures. Datastructures depends on these for ICEGeometry and ICEShape.

I'm don't think its a good idea for Item/Datastructures to depend on Viz bundles, especially when the Viz bundles will be moved to another project soon.

ICE nightlies need "latest" directory

The ICE nightly builds at eclipseice.ornl.gov/downloads should have a dedicated directory structure for the latest nightly build so that we can always point to the p2 site. Right now I have to change the address in ICE, but I shouldn't have to.

I think the directory structure should be:

downloads/(un)stable-nightly/latest/p2

in addition to

downloads/(un)stable-nightly/YYYYMMDD/p2

This can be accomplished by setting the Cron job to remove the /latest directory, then "cp -r YYYYMMDD latest" to create the new one. A symlink would work too, I think.

Fix Entry Parent Relationship in JobProfileForm

Something like this should work

// Setup the Entry - Number of Processes
entry = new ContinuousEntry("1", "512000") {
    @Override
    public void update(IUpdateable updateable) {
        if (updateable instanceof DiscreteEntry) {
            DiscreteEntry entry = (DiscreteEntry) updateable;
            if ("Enable MPI".equals(entry.getName())) {
                boolean turnOn = entry.getValue().equals("yes") ? true : false;
                setReady(turnOn);
            }
        }
    }
};
mpiEntry.register(entry);

Allow user to select from available implementations for a specific capability

In the UnifiedVizRefactor_NoReactor branch, ICE should detect the presence of two or more OSGI services capable of implementing a given capability, prompt the user for which version to use, then get the correct IVizService and use it to perform the requested function. In particular, this should be done for the Geometry and Mesh Editors and the MOOSE Plant View.

Related to this, IVizServices should be able to identify which capabilities they may be used for. Currently, an IVizService can provide only the file types it is able to open, but they should be able to communicate which use cases they are applicable for even when a file is not being opened (eg when a new Geometry Editor Item is being created.)

Maven Lifecycle Mappings Error

Currently if you pull down the latest ICE binary from next, then do a Developer > Clone ICE (or clone form Git Perspective I'm pretty sure), all pom.xml files have errors related to something like invalid goals related to m2e. To fix this you can mark those goals as ignored in the lifecycle-mapping.xml file, or install a new tycho plugin via the market place.

We should look into adding this plugin to the target and filing a CQ.

JavaFX Implementation for Plant View

The UnifiedVizRefactor_NoReactor branch needs a JavaFX implementation for the Plant View. This requires that relevant modeling classes for plant parts from the UnifiedVizRefactor branch be moved into it. ICE's direct interactions with the PlantAppState need to be broken and replaced with references to a generic IPlantView which PlantAppState and the FXGeometryCanvas will realize. Further, the MOOSEFormEditor should get an appropriate IVizService and use it to draw the Plant View.

The FXGeometryCanvas will need to be updated to include functionality from the Plant View: the option to display objects in wireframe mode and to have explicit functions for moving the camera programatically. Code for converting a PlantComposite into a collection of modeling objects to place in the FXGeometryCanvas will also be required.

Error executing mvn clean in org.eclipse.ice.build

Executing mvn clean in org.eclipse.ice.build fails as follows. What is the correct way to build ice?

[ERROR] The build could not read 63 projects -> [Help 1]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.target.kepler:2.0.0 (/Users/marco/git/ice/org.eclipse.ice.target.kepler/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact ICE:org.eclipse.ice.build:pom:2.0.0 in central (http://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 7, column 12 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.client.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.compatibility:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.compatibility/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.widgets/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.moose:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.widgets.moose/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.widgets.reactoreditor/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.client.widgets.reactoreditor.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor.grid:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.widgets.reactoreditor.grid/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor.grid.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.client.widgets.reactoreditor.grid.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor.lwr:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.widgets.reactoreditor.lwr/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor.lwr.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.client.widgets.reactoreditor.lwr.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor.sfr:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.widgets.reactoreditor.sfr/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.reactoreditor.sfr.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.client.widgets.reactoreditor.sfr.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.rcp:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.widgets.rcp/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.client.widgets.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.widgets.rcp.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.client.widgets.rcp.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.client.rcp:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.client.rcp/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.datastructures:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.datastructures/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.datastructures.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.datastructures.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.core:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.core/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.core.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.core.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.item:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.item/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.item.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.item.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.persistence.xml:2.1.1 (/Users/marco/git/ice/src/org.eclipse.ice.persistence.xml/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.persistence.xml.test:2.1.1 (/Users/marco/git/ice/tests/org.eclipse.ice.persistence.xml.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.io:1.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.io/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.io.test:1.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.io.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.analysistool:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.analysistool/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactor:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.reactor/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactor.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.reactor.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactor.sfr:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.reactor.sfr/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactor.sfr.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.reactor.sfr.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactor.plant:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.reactor.plant/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactor.plant.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.reactor.plant.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactor.perspective:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.reactor.perspective/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactorAnalyzer:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.reactorAnalyzer/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reactorAnalyzer.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.reactorAnalyzer.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.caebat:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.caebat/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.caebat.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.caebat.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.kdd:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.kdd/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.kdd.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.kdd.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.proteus:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.proteus/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.proteus.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.proteus.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.mesh:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.mesh/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.mesh.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.mesh.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.nek5000:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.nek5000/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.nek5000.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.nek5000.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.viz:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.viz/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.viz.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.viz.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.xolotl:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.xolotl/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.materials:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.materials/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.materials.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.materials.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.materials.ui:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.materials.ui/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.caebat.batml:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.caebat.batml/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.caebat.batml.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.caebat.batml.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.sassena:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.sassena/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.sassena.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.sassena.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reflectivity:2.0.0 (/Users/marco/git/ice/src/org.eclipse.ice.reflectivity/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.reflectivity.test:2.0.0 (/Users/marco/git/ice/tests/org.eclipse.ice.reflectivity.test/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice:2.0.0 (/Users/marco/git/ice/features/org.eclipse.ice.feature/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 11, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.repository:2.0.0 (/Users/marco/git/ice/repository/org.eclipse.ice.repository/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find ICE:org.eclipse.ice.build:pom:2.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project ICE:org.eclipse.ice.build:2.0.0 (/Users/marco/git/ice/org.eclipse.ice.build/pom.xml) has 2 errors
[ERROR]     Child module /Users/marco/git/ice/org.eclipse.ice.build/../../org.eclipse.ice.dependencies of /Users/marco/git/ice/org.eclipse.ice.build/pom.xml does not exist
[ERROR]     Child module /Users/marco/git/ice/org.eclipse.ice.build/../../visit_java_client/gov.lbnl.visit.swt of /Users/marco/git/ice/org.eclipse.ice.build/pom.xml does not exist
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

ProjectGeneration bundle fails on build.

When running mvn install on the jay/ProjectSupport branch the ProjectGeneration bundle fails to build. The junit tests pass when run separately, so it seems that something is not set up correctly.

The only relevant output that I could find is:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version 
(default-validate-version) on project org.eclipse.ice.projectgeneration: 
Maven version 2.1.8 must have -SNAPSHOT qualifier for SNAPSHOT builds -> [Help 1]

Steps to reproduce: run mvn install.

ClassCastException when opening Mesh_Editor.xml

When I open the Mesh_Editor.xml file in the itemDB folder, I get the following error:

java.lang.ClassCastException: org.eclipse.ice.datastructures.ICEObject.ICEObject cannot be cast to org.eclipse.ice.datastructures.ICEObject.Component
at org.eclipse.ice.datastructures.form.Form.copy(Form.java:373)
at org.eclipse.ice.item.Item.copy(Item.java:1248)
at org.eclipse.ice.core.internal.itemmanager.ItemManager.rebuildItem(ItemManager.java:547)
at org.eclipse.ice.core.internal.itemmanager.ItemManager.loadItems(ItemManager.java:644)
at org.eclipse.ice.core.internal.itemmanager.ItemManager.loadItem(ItemManager.java:615)
at org.eclipse.ice.core.internal.Core.loadItem(Core.java:562)
at org.eclipse.ice.client.internal.Client.loadItem(Client.java:450)
at org.eclipse.ice.client.widgets.ICEFormEditor.init(ICEFormEditor.java:873)
at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:361)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:319)
at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:898)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:879)
at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:121)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:345)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:264)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:104)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:73)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:55)
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:971)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:640)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:746)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:717)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:711)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:695)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:99)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:186)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4781)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:85)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:494)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:458)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:724)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:396)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1166)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3234)
at org.eclipse.ui.internal.WorkbenchPage.access$25(WorkbenchPage.java:3149)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:3131)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3126)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3090)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3080)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:541)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:500)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:360)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:167)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:268)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:233)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:275)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:251)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:376)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:538)
at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:854)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:851)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1168)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1275)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:278)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:272)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:313)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)

OSGI Services in built executables

In the UnifiedVizRefactor_NoReactor branch, OSGI services from my newly added packages are not being consumed in the built executables. They work when launched through a run configuration, so I assume this is a problem with not having the plug-ins started correctly. I added the plug-ins to the product, but either that wasn't enough or I did it wrong.

MOOSE Workflow tree is not populated on Windows

On Windows, the MOOSE Workflow will not populate the MOOSE Tree in the Input Data -- Tree View when the Item is saved. This bug occurs for all MOOSE applications and regardless of whether the application is local or remote to the ICE instance.

Edit: This bug is also affecting Linux, but not Mac.

ICE Next Product Broken

I just pulled down the latest next build for both Mac and Linux, and none of the ICE-specific stuff is there. No ICE or MOOSE perspective, no create new Item wizard, etc...

Looking into next's product file. Looks like org.eclipse.ice.dependencies was still in there, looking into it.

Equinox errors in stable-nightly/latest build on eclipseice.ornl.gov

The linux-x86_64 version of ICE found at http://eclipseice.ornl.gov/downloads/ice/stable-nightly/latest/ has Equinox issues. They can be seen in several ways:

  1. Open the Eclipse Marketplace via Help -> Eclipse Marketplace...
  2. Try to open the target platform configuration via Window -> Preferences -> Plug-in Development -> Target Platform.

These issues are not in newer builds, so updating the latest directory with a new build should resolve this issue.

Errors on JavaFX plugins after initial clone

Download the latest ICE binary from unstable. Execute Developer > ICE > Clone ICE. After the projects are imported and the builder finishes, there are still build errors on all plugins related to javafx. Opening the mars target and resolving dependencies and setting as target platform does nothing (thought it might, for e(fx)clipse stuff).

VisIt Connections in the Visualization Perspective

As it stands now, even if VisIt connections are persisted and/or connected through the Preferences > Visualization > VisIt view, users still have to click 'Launch VisIt' in the Visualization perspective to create a VisIt connection.

We should investigate/discuss ways to leverage existing VisIt connections in the Visualization Perspective.

Geometry Editor missing images

The ActionReplicateShape and ActionAddShape classes don't properly register their icons. Everything appears to be in the icons folder correctly, but the icons only show up as red squares.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.