Hi Terry,
I am reviewing Build Automator to use with a group of programmers, but I am confused about the project files. Example, I set up a project which uses files which all programmers would have on their PCs (same paths) but I want to check the project files into Version Control system. Which project files from Build Automator would I check in? Are the aprj files all I need? or do I need the sub directories?
Very good question, one that I definitely need to put in the FAQ and the help:)
Given that the project is "MyProject" you need this into version control is:
MyProject.aprj
MyProject.avar
In addition to this you need the subfolder for the project. To find out which folder, open the Project Properties window by clicking on the button that is farthest to the left on the toolbar on the PRoject Window - see
http://www.buildautomator.com/onlinemanual/project_properties.htm The name of the subfolder is the same as the Project GUID. For example if your project GUID is "BCD075FB-9582-4535-A54E-A0F886C5839E", then the subfolder is also named "BCD075FB-9582-4535-A54E-A0F886C5839E" If, like in the screenshot, the project folder is "T:\Shared Documents\Build Automator Projects" then the full path to the project data would be "T:\Shared Documents\Build Automator Projects\BCD075FB-9582-4535-A54E-A0F886C5839E"
Hope this makes sense:)
Best regards,