Page 1 of 1

Auto recognize ide from ProjectVersion

Posted: Mon Mar 20, 2023 11:44 am
by tzvif
Hi
I'm using jtmake to compile multiple versions of Embarcadero projects, such as RAD Studio XE4, Tokyo(10.2) and I recently started using RAD Studio version 11.2.
when I'm creating/changing a project using RAD Studio 11.2 it automatically changes the ProjectVersion to 19.5, but then when I run from the command-line the following command: jtmake "MyProject" I get an error:
Unknown project version "19.5".
if I manually edit the cbproj and change the ProjectVersion to 19.4 it works perfectly.
I know that the suggested solution is to explicitly specify the -ide flag while calling jtmake, but since I have multiple tools & procedures that use jtmake for different versions of the IDEs, it means that I'll have to change all of them to identify the correct -ide flag for each version.
Is there any way to make TwineCompile recognize projects with version 19.5 without having to add an extra flag?
I tried with TwineCompile from Get-It(version 5.4.2), and also with the latest trial version (version 5.5.1) and the issue persists.
Thanks in advance.

Re: Auto recognize ide from ProjectVersion

Posted: Sat Mar 25, 2023 10:28 am
by jomitech
Please download and extract this updated jtmake into the TwineCompile Program Files directory - it should resolve this issue.

https://jomitech.com/downloads/jtmake.zip

Re: Auto recognize ide from ProjectVersion

Posted: Thu Mar 30, 2023 8:57 am
by tzvif
Thank you very much, this is indeed solve the problem.
Are you going to release this fix in the next version? do you have an estimation when this we be released via GetIt?
Thank you