Search found 6 matches
- Wed Sep 02, 2026 12:15 am
- Forum: General
- Topic: Parallel compilation in jtmake
- Replies: 3
- Views: 7283
Re: Parallel compilation in jtmake
Hi, You were right — the issue was that the thread count was set to 4 in the IDE, which made me think the -parallel option wasn't working. After resetting it to Automatic , I'm getting much faster builds. Thanks! However, I've encountered another issue with parallel builds. I'm building large projec...
- Mon Jul 20, 2026 1:57 am
- Forum: General
- Topic: Parallel compilation in jtmake
- Replies: 3
- Views: 7283
Parallel compilation in jtmake
I'm trying to improve our CI build performance. Our application consists of around 1,000 projects, and the build machine has a 16-core CPU. I'm trying to find a way to fully utilize it to speed up the build. I noticed that jtmake supports the -parallel option when building a project group, but testi...
- Wed Feb 25, 2026 1:47 am
- Forum: General
- Topic: TwineCompile breaks XE4 command-line after installing for RAD Studio 13
- Replies: 3
- Views: 28306
Re: TwineCompile breaks XE4 command-line after installing for RAD Studio 13
That would be a problem, as all my build tools are using jtmake.exe via windows path.
- Tue Feb 24, 2026 4:24 pm
- Forum: General
- Topic: TwineCompile breaks XE4 command-line after installing for RAD Studio 13
- Replies: 3
- Views: 28306
TwineCompile breaks XE4 command-line after installing for RAD Studio 13
After installing TwineCompile for RAD Studio 13, command-line builds for XE4 projects fail. Scenario: After installing TwineCompile for XE4 → command-line build works fine. After installing TwineCompile for RAD 11 (via GetIt) → still works. After installing TwineCompile for RAD 13 (via GetIt) → comm...
- Thu Mar 30, 2023 8:57 am
- Forum: General
- Topic: Auto recognize ide from ProjectVersion
- Replies: 2
- Views: 123893
Re: Auto recognize ide from ProjectVersion
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
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
- Mon Mar 20, 2023 11:44 am
- Forum: General
- Topic: Auto recognize ide from ProjectVersion
- Replies: 2
- Views: 123893
Auto recognize ide from ProjectVersion
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...