| Line 4032... |
Line 4032... |
| 4032 |
const std::string manifestPrefix = GenerationPropertiesForm->ManifestPrefixEdit->Text.c_str();
|
4032 |
const std::string manifestPrefix = GenerationPropertiesForm->ManifestPrefixEdit->Text.c_str();
|
| 4033 |
const std::string manifestSuffix = GenerationPropertiesForm->ManifestSuffixEdit->Text.c_str();
|
4033 |
const std::string manifestSuffix = GenerationPropertiesForm->ManifestSuffixEdit->Text.c_str();
|
| 4034 |
const std::string securityServer = GenerationPropertiesForm->SecurityServerPipeEdit->Text.c_str();
|
4034 |
const std::string securityServer = GenerationPropertiesForm->SecurityServerPipeEdit->Text.c_str();
|
| 4035 |
const unsigned short keyNumber = GenerationPropertiesForm->KeyNumberEdit->Text.ToInt();
|
4035 |
const unsigned short keyNumber = GenerationPropertiesForm->KeyNumberEdit->Text.ToInt();
|
| 4036 |
const unsigned short keyVersion = -2;
|
4036 |
const unsigned short keyVersion = -2;
|
| - |
|
4037 |
const std::string pathmapTarget = GenerationPropertiesForm->PathmapTargetEdit->Text.c_str();
|
| 4037 |
|
4038 |
|
| 4038 |
/**
|
4039 |
/**
|
| 4039 |
Create a transaction stream into our generation folder, and generate
|
4040 |
Create a transaction stream into our generation folder, and generate
|
| 4040 |
the transactions into it. We need to know whether we have to prepend
|
4041 |
the transactions into it. We need to know whether we have to prepend
|
| 4041 |
header (i.e., whether it is a .xdr which has a header, or a .devud which
|
4042 |
header (i.e., whether it is a .xdr which has a header, or a .devud which
|
| Line 4106... |
Line 4107... |
| 4106 |
folder,
|
4107 |
folder,
|
| 4107 |
batchPrefix,
|
4108 |
batchPrefix,
|
| 4108 |
batchSuffix,
|
4109 |
batchSuffix,
|
| 4109 |
buildManifest,
|
4110 |
buildManifest,
|
| 4110 |
manifestPrefix,
|
4111 |
manifestPrefix,
|
| 4111 |
manifestSuffix );
|
4112 |
manifestSuffix,
|
| - |
|
4113 |
pathmapTarget );
|
| 4112 |
Iteration iteration(
|
4114 |
Iteration iteration(
|
| 4113 |
m_currentproject.c_str(),
|
4115 |
m_currentproject.c_str(),
|
| 4114 |
m_currentiteration,
|
4116 |
m_currentiteration,
|
| 4115 |
*XMLSchema->GetSchemaWrapperFactory(),
|
4117 |
*XMLSchema->GetSchemaWrapperFactory(),
|
| 4116 |
*XMLSchema->GetSchema(),
|
4118 |
*XMLSchema->GetSchema(),
|