Page 1 of 1

jtmake fails to determine project group version

Posted: Mon Oct 16, 2023 9:00 am
by Kerem
When I try to run jtmake on a C++Builder project group, it reports "Failed to determine project version from ..."

I'm using RAD Studio Alexandria 11.3. I replaced jtmake.exe with the version provided in this post:

viewtopic.php?f=8&t=3282&p=7867&hilit=jtmake#p7867

Am I missing something?

Re: jtmake fails to determine project group version

Posted: Mon Oct 16, 2023 9:06 am
by jomitech
I would suggest using the -ide110 parameter on the command-line to force the correct version. It sounds like the version # in the project file isn't explicit enough for jtmake to be able to automatically determine the correct version.

Re: jtmake fails to determine project group version

Posted: Tue Oct 17, 2023 6:27 am
by Kerem
That was the solution, thank you very much. I tried it with 113 before.