Closed VivekMChawla closed 5 years ago
This may have been due to the presence of DEVTEST code that was calling the write command a second time (unexpectedly).
I removed the DEVTEST code and the problem seems to have gone away. I'll keep this bug open for now but if we don't see this again soon I think we squashed this one.
The fix mentioned in the previous comment appears to have held up. Closing this bug now.
The
package.xml
file should look like this:But after the
tm-tools:tm1:transform
process completes, the user is provided with apackage.xml
file that looks like this:This is also happening with the
territory2Type
file. Not sure, but it might have happened with theterritory2Model
file as well.At the outset, it looks like all of the NEW XML files I'm creating are getting doubled up.
NOTE: We need to make sure that this is not happening because we've called the same operation twice on the same folder.
It's possible that the XML tool we use is somehow additive to existing directory contents. Not sure if that's true, but it's a lead we'll need to chase down.