Re: Conditionally build different versions of a package?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812) Kevin, Kevin _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... marc hoffman wrote: Step 2 is complicated by the fact that PM may change the internal names of the XML files in the package if you change something. If you change things through the GUI, you need to verify the names of the files the script is processing. You also need to watch out for this if you've got your projects in a SCM system. You might make an apparently trivial change and then find out there are a number of files that need to be added and/or deleted from the SCM repository... thanx. so the real answer is that i wasn't missing anything, and there's no official way to do it, besides manually messing with the raw files - i was afraid of that. guess for the short term i'll try to go with two separate projects, then :(. it's a shame, really. if only the random renaming/reordering of the files wouldn't happen, this would he halfway feasible (ie, keeping the folder in almost-sync thru, say, Araxis Merge)... I may have made the renaming sound worse than it is... Generally it's only an issue when you add or remove something. You could probably write the scripts so that they figure out which XML file is which component based on the contents, instead of hard-coding the file names. This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Brock