The Fullc_XXX.bat scripts contain the following command which may cause problems with other components, such as TMS:
del /Q "%BDSCOMMONDIR%\Dcp\*.*"
As a result, after running Fullc_XXX.bat it ended up deleting the *.bpi files from the TMS packages.
This instruction was added to the scripts in the XE5 version.
This instruction is important to avoid the IDE being confused with two separate Indy installations. However, perhaps it would be prudent to revert to the previous and improved configuration:
del /Q "%BDSCOMMONDIR%\Dcp\Indy*.*"
del /Q "%BDSCOMMONDIR%\Dcp\%IndyPlatform%\Indy*.*"
The
Fullc_XXX.batscripts contain the following command which may cause problems with other components, such as TMS:del /Q "%BDSCOMMONDIR%\Dcp\*.*"As a result, after running
Fullc_XXX.batit ended up deleting the*.bpifiles from the TMS packages.This instruction was added to the scripts in the XE5 version.
This instruction is important to avoid the IDE being confused with two separate Indy installations. However, perhaps it would be prudent to revert to the previous and improved configuration: