bld-property-file/examples
2023-04-02 18:38:56 -07:00
..
.idea Added GitHub workflow 2023-04-02 16:14:43 -07:00
.vscode Initial commit 2023-04-02 15:29:27 -07:00
lib/bld Initial commit 2023-04-02 15:29:27 -07:00
src Updated examples 2023-04-02 17:24:46 -07:00
.gitignore Initial commit 2023-04-02 15:29:27 -07:00
bld Initial commit 2023-04-02 15:29:27 -07:00
bld.bat Initial commit 2023-04-02 15:29:27 -07:00
README.md Updated readme 2023-04-02 18:38:56 -07:00
version.properties Updated examples 2023-04-02 17:24:46 -07:00

Bld Property File Extension Examples

Compile

First make sure the project up-to-date and compiled:

./bld download compile

Run

To run the examples, issue one of the following command or combination there off.

./bld updateMajor run
./bld updateMinor run
./bld updatePatch run

Upon execution, the content of the verison.properties file will be displayed, reflecting the modification to the version.major, version.minor or version.patch properties.

./bld updatePatch run
+---------------------------+
| version.properties        |
+---------------------------+
#
#Sun Apr 02 17:19:10 PDT 2023
version.major=1
version.minor=0
version.patch=1