- 26 Oct, 2015 4 commits
-
-
Jay Jay Billings authored
Replaced references with "itemDB" since it is the new default. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
-
Robert Smith authored
The Developer menu for the Linux launch configuration was removed in the latest commit. This re-adds it. Signed-off-by:
Robert Smith <SmithRW@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>
-
- 25 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 24 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 23 Oct, 2015 6 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
-
Jay Jay Billings authored
Bug 479184
-
Nick Stanish authored
XMLPersistenceExtensionFactory pulls in IJAXBClassProviders from interface. Added static method to ICompositeItemBuilder for getting list of registered extensions of that interface. Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
- 22 Oct, 2015 4 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>
-
Jay Jay Billings authored
I fixed the messed up provider id in the IJAXBClassProvider. I also renamed the extension point and added documentation to the schema. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Menghan's commit included autogenerated make files that are not needed, so I removed them. Here getJAXBProviders() operation has a bug in it too, which I will fix in the next commit. We still need a bug # for this work too. Signed-off-by:
Jay Jay Billings <billingsjj@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 8 commits
-
-
amccaskey authored
Created an extension of the ITextContentDescriber for ICE content describing that provides a method to get Item specific details, such as the Item ID. Updated XMLFormContentDescriber to realize this interface, updated its test to check getItemID. Updated ICEItemDeleteParticipant to use the available FormTextContentDescriber from the extension registry. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
https://github.com/eclipse/iceamccaskey authored
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
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>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Updated these interface to contain methods that import Files into a given project space. Updated ClientTester file import tests. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
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 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
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 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>
-
- 11 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Reworked some previous modifications to the Client and the hooked up the ICEFormEditor to load ICE’s XML files. I also fixed the Content Type and default editor bug for ICE XML files. Also cleaned up some things. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 09 Oct, 2015 5 commits
-
-
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>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
I moved this operation to be a static interface operation on ItemBuilder, which will remove the requirements for the XMLPersistenceProvider to call the ExtensionRegistry. To make this work I had to modify a few manifests and preferences to correctly use a Java 1.8 library since static and default interface operations are only available in Java 1.8. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-