Skip to content

FULLC scripts are deleting non-Indy BPI/DCP files #665

@rlebeau

Description

@rlebeau

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*.*"

Metadata

Metadata

Assignees

Labels

Element: Compiler/IDEIssues related to a particular Compiler and/or IDEStatus: AcceptedIssue has been accepted to be worked onType: BugIssue is a bug in existing code

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions