22Release Notes for v0.10.0 of SIF3 Framework (MM DD, 2016)
33==============================================================
44
5+ Please note that as of this version the SIF3 Framework no longer uses Ant for the build process. It now uses
6+ Maven that is superior when it comes to dependency management. Therefore if you wish to build the framework
7+ yourself or need changes and want to rebuild it, you need either a Maven capable IDE or maven installed.
8+ Please refer to the developer's guide for maven version information.
9+
10+ If you have the framework imported to your IDE and want to upgrade to the latest version it is suggested
11+ that you perform the steps listed below. The directory structure has changed considerably and uses
12+ maven conventions. Therefore it is best to completely re-import the project to your IDE:
13+
14+ 1) Remove the current SIF3 Framework Project from your IDE. This not only includes the removal from the IDE
15+ but also physical removal of the SIF3 Framework directory and its sub-directory. If you made changes to
16+ the framework, make sure you make a backup first!
17+ 2) Now re-import the project as a Maven multi-module project into your IDE. Details for Eclispe are listed
18+ in the developer's guide under section "3.3.6.1 Eclipse Notes" Follow similar steps for other IDEs.
19+
20+ More details about the various maven modules can be found in the Developer's Guide in section
21+ "3.2. Framework Structure".
22+
523Bug Fixes
624---------
725- Fixed issue on provider with external security services and the environment resource class. External tokens are
@@ -22,7 +40,9 @@ Changed Functionality
2240
2341Removed Artifacts/Functionality
2442-------------------------------
25- - None
43+ - None
44+ - Dependency on the systemoc-framework_<date>.jar has been removed. Applicable classes of that library are now part of
45+ the SIF3 Framework.
2646
2747--------------------------
2848-- Upgrade Instructions --
0 commit comments