Changes

OFormsCI - Continuous integration for Oracle Forms
===================================================

Release Notes - OFormsCI - Version 1.2.0
-----------------------------------------

** Improvement
    * [OFC-14] - formsc task should not need user configured file
                 globbing 
    * [OFC-17] - password check shows info of connected database
    * [OFC-19] - Example ant script should not echo password on input
    * [OFC-20] - formsc task should not need user configured file type
                 order 
    * [OFC-21] - formsc task should not abort on first compile error


Release Notes - OFormsCI - Version 1.1.2
-----------------------------------------

** Bug
    * [OFC-18] - Build target "clean" failed with missing Folder
                 ./build 


Release Notes - OFormsCI - Version 1.1.1
-----------------------------------------

** Bug
    * [OFC-16] - ant script cannot execute sqlplus and frmcomp in
                 Jenkins under Linux


Release Notes - OFormsCI - Version 1.1.0
-----------------------------------------

** Improvement
    * [OFC-13] - formsc task accepts forms and reports compiler in one
                 call configuration
    * [OFC-15] - formsc task switch to fullbuild if a pll has changed

** New Feature
    * [OFC-12] - OFormsCI should be able to create the usual icons.jar
                 and sign it


Release Notes - OFormsCI - Version 1.0.0
-----------------------------------------

** Bug
    * [OFC-4] - Build error if older version of Ant is used
    * [OFC-8] - Failed compile does not fail build even if failonerror=true

** Task
    * [OFC-1] - Forms compiler should run in batch mode
    * [OFC-2] - Working directory cannot be different from source directory
    * [OFC-3] - Forms compiler should skip already compiled files
    * [OFC-5] - Forms compiler should run minimized
    * [OFC-6] - example build files and documentation
    * [OFC-7] - OFormsCI should be able to show its own version
    * [OFC-9] - Forms .err files should be shown in build output
    * [OFC-10] - Failed compile should cause delete of result
    * [OFC-11] - Forms compiler does not report an error but destfile is not
                 created in some cases