Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.4
-
None
Description
Currently there are 13 occurrences of using regular expressions to retrieve information from the build.properties file. They are all reliant on build.properties having a specific format - and there is no error checking. So, if someone changes something in build.properties (for instance the format of the fluid_version line), then the data required will not be found and the Builder might not perform as expected.
Jacob suggests creating a class to perform operations on the build.properties file and incorporate the error checking into that class.
Attachments
Issue Links
- is depended on by
-
FLUID-3358 refactor php code to handle contents of build properties better
-
- Closed
-
- relates to
-
FLUID-3201 add error checking to PostClass.php - getFluidVersionNumber
-
- Closed
-