- 18 Nov, 2016 4 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Fixed the way logging works and configured the logging bundles to match the rest of ICE's run configurations. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Updated the target. Added properties map in the core. Updated the launch configuration. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 13 Oct, 2016 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 07 Oct, 2016 1 commit
-
-
Robert Smith authored
Setting the version number to 0.1.1 for release candidate one of version 0.1 Also updated EASE Jython version in the target. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
- 07 Aug, 2016 1 commit
-
-
Jay Jay Billings authored
Re-added the proper version of javax.ws.rs back to the bundle reconfiguring the Neon target to work like the Mars target. Because I am all that is man. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 25 Mar, 2016 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 24 Mar, 2016 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 15 Mar, 2016 1 commit
-
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
- 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>
-
- 10 Feb, 2016 2 commits
-
-
Jay Jay Billings authored
ICE now uses an aggregator pom instead of combining the list of modules with the parent. Both the parent and the aggregrator are in their own bundles. Every other bundle has been redirected to point to the new parent and all ICE bundles are now Maven projects. It is no longer necessary to install the build bundle. Now, just go into the org.eclipse.ice.aggregator directory and run "mvn clean verify" from the CLI or run the build with these goals from the Maven run configuration. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Feb, 2016 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 19 Jan, 2016 1 commit
-
-
Robert Smith authored
Modified the core OSGi launch to properly load JavaFX classes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 15 Jan, 2016 1 commit
-
-
Robert Smith authored
This commit features a working Plant View in JavaFX. the IControllerFactories have been refactored to avoid use of instanceof and to extend from an AbstractControllerFactory. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 18 Nov, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 16 Nov, 2015 1 commit
-
-
Alex McCaskey authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 05 Nov, 2015 1 commit
-
-
amccaskey authored
Addressing bug 481426 by providing a cleaner way to rename an Item through the IPersistenceProvider. Also updating the form editor header contents to display the type of the Item plus its Id, and the form editor top tab the item XML file name. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 04 Nov, 2015 1 commit
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 28 Oct, 2015 3 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
The recent changes caused, for some unknown reason, the ReflectivityModel Item to no longer receive the IMaterialsDatabase service. This addresses that problem by catching the service in the core and reconfiguring the XMLMaterialsDatabase to register directly with an activator. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
If ICE was executed from ICE (as in development) and the HTTP services from both instances were configured to use the same port (perhaps the default) then ICE would throw a null pointer exception on close because the Core would try to unget a null service reference. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 26 Oct, 2015 2 commits
-
-
Jay Jay Billings authored
Replaced references with "itemDB" since it is the new default. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
amccaskey authored
This commit sets the Core to import files and items to the itemDB directory when no directory has been specified. This addresses bug 480601 Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 21 Oct, 2015 2 commits
-
-
amccaskey authored
Added ability to rename item XML files. Updated tests accordingly. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Menghan Li authored
I moved this operation to be a static interface operation on IJAXBClassProvider, which will remove the requirements for the XMLPersistenceProvider Signed-off-by:
Menghan Li <menghanli723@gmail.com>
-
- 20 Oct, 2015 1 commit
-
-
amccaskey authored
Added new methods to import files to specific projects. Tests updated in CoreTester.checkFileImports Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 19 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 18 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Updated the client, core, the ItemManager and associated tests to support and test the ability to loadItems from IFiles. This has not been tested in the product yet and there are some obvious bugs to work out. This is just the initial cut of the code. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 17 Oct, 2015 2 commits
-
-
Jay Jay Billings authored
Fixed the remaining test errors in the build. Commented out one small check at TableComponentCompositeTester.java:128. Moved IPersistenceProvider to org.eclipse.ice.item to resolve circular dependency issues. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
The bug fixes from last week caused several test failures because of the way services were refactored. This commit fixes that and also repairs some extensions. The tests will not yet work in the build because of some class circularity issues. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 13 Oct, 2015 1 commit
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 09 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Mic drop! Got the Core and Client working smoothly together in such a way that the ItemViewer now works again, the workspace dialog still works, the HttpService still works, neither are set to auto-start in the run configuration and both are registered as services. The primary problem was in the way that Declarative Services are activated by the framework. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Oct, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 07 Oct, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Nick Stanish authored
Added extension points for IJAXBClassProvider and ICompositeItemBuilder. Added IceJAXBClassProvider as extension. Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
- 06 Oct, 2015 1 commit
-
-
Robert Smith authored
Removed references to Win32 plug-ins in some launch files, as the Mac build is failing on the corresponding packages and its inability to resolve Windows plug-ins may be the reason. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-