BCI Nodes - Replace

<Replace> - In BBj 11.00 and higher, this node searches then replaces text in a file. The parent must be a <File> node.

Attribute Description Possible Values Default Value
search The text to search for. Any string None
replace The text that will replace the search text. Any string or variable None

Common Attribute Description Possible Values Default Value
bit

Specifies the Java bit level for which the BCI node will be active.

0 All bit levels
32 32-bit level
64 64-bit level

In BBj 19.21 and higher, the following values may also be used:

1 32-bit level
2 64-bit level

0 = All bit levels

osbit

Specifies the OS bit level for which the BCI node will be active.

0 All bit levels
32 32-bit level
64 64-bit level

In BBj 19.21 and higher, the following values may also be used:

1 32-bit level
2 64-bit level

0 = All bit levels

osname In BBj 24.10 and higher, specifies the OS for which the BCI node will be active. Multiple OS's are comma separated.
Windows
Mac
Linux
AIX
All
portid

Specifies the port ID for which the BCI node will be active. Multiple port IDs are comma separated.

As of BBj 24.10, the portid attribute has been removed. Use osname instead.

See Platform Availability for possible port IDs.

All port IDs

Example

<File name="unix/bin/.envsetup" installdir="bin" osname="Windows,Mac,Linux,AIX" permission="r+wx+" uninstall="never">
  <Keep variable="$CustomDefs" begin="$BeginCustomDefs" end="$EndCustomDefs" />
  <Replace search="$customdefs$" replace="$CustomDefs" />
</File>

BCI Nodes Listing

<BBExec>

<CustomAction>

<Directory>

<Exec>

<Feature>

<File>

<Jar>

<Keep>

<Kill>

<RegEntry>

<Replace>

<Shortcut>

<Suite>

<Suites>

<Variable>