Good morning,
taking inspiration from the thread of B4A "Compilation time and auto-increment build version"
(https://www.b4x.com/android/forum/t...d-auto-increment-build-version.64183/#content) I tried to implement for B4i too.
So I tried with the following:
and I have the following error:
While if i use the following the compilation starts ok:
So using build step equal to 1 is it possible to obtain the same functionality of the B4A?
What are the build step allowed values and what do they mean?
Best regards.
taking inspiration from the thread of B4A "Compilation time and auto-increment build version"
(https://www.b4x.com/android/forum/t...d-auto-increment-build-version.64183/#content) I tried to implement for B4i too.
So I tried with the following:
B4X:
#CustomBuildAction: 2, C:\Program Files\Java\jdk1.8.0_25\bin\java.exe, -jar C:\b4x_compile_version\compiletime.jar
B4X:
B4i Version: 4.81
Parsing code. Error
Invalid build step: 2
B4X:
#CustomBuildAction: 1, C:\Program Files\Java\jdk1.8.0_25\bin\java.exe, -jar C:\b4x_compile_version\compiletime.jar
What are the build step allowed values and what do they mean?
Best regards.