Deliver Modified Files
Hello, I am having trouble getting the changes I am making to files in a change set to be carried over in to the deliver.
I have written a precondition that runs before a deliver and checks to make sure that some general book keeping comments are contained in the file. after i make the change I insert the new content in to the existing I file. Then the deliver continues on and succeeds.
The problem is that when you compare the file in the stream with the local file you notice that the changes that the precondition made are only reflected in the local file. The file in the stream remains as it did before the deliver.
My question is how to get these changes to carry over in to the deliver.
I have written a precondition that runs before a deliver and checks to make sure that some general book keeping comments are contained in the file. after i make the change I insert the new content in to the existing I file. Then the deliver continues on and succeeds.
The problem is that when you compare the file in the stream with the local file you notice that the changes that the precondition made are only reflected in the local file. The file in the stream remains as it did before the deliver.
My question is how to get these changes to carry over in to the deliver.
2 answers
Jack,
My best guess is the content needs to be saved before delivery.
Ralph
My best guess is the content needs to be saved before delivery.
Ralph
Hello, I am having trouble getting the changes I am making to files in a change set to be carried over in to the deliver.
I have written a precondition that runs before a deliver and checks to make sure that some general book keeping comments are contained in the file. after i make the change I insert the new content in to the existing I file. Then the deliver continues on and succeeds.
The problem is that when you compare the file in the stream with the local file you notice that the changes that the precondition made are only reflected in the local file. The file in the stream remains as it did before the deliver.
My question is how to get these changes to carry over in to the deliver.