First things first - Great product - We are very happy with it.
My history: I have a final builder script that I use to create localised versions of my company's products. My script is a modified subset of the Dev team's final builder script. Everything works nice and easy until Dev team decides to update their script (which happens very often).
Question: Do you guys have any suggestions as to what tool should I use to compare two final builder scripts? I used Beyond Compare for comparing the new and old scripts generated by the dev team but of course BeyondCompare shows me the XML code and it is quite hard to have an idea of what was modified as it seems to be all over the place.
Unfortunately using a diffing tool (such as Beyond Compare) on the uncompressed project files is the best way to compare the projects. My only suggestion would be to see whether the project can be modified so that you can do the localization within the dev’s build script so that you don’t need to have the separate project.
Thanks for confirming the diff tool and thanks for the idea. That is our final destination - having a sim-ship - but there are several steps to go before this is possible.
Oh and I found out that breaking the Action Lists into individual files made the comparison much easier.