Hi, > I just pulled and tried ant release and it immediately failed because there > is no build.properties. Yes as discussed on list we you need to copy the template file and edit. Once in place there no need to change it again and it wont be overwritten.
> I liked the old way So did I but it didn't work with git in a nice way. > we had it which was: > 1) a build.properties is in version control > 2) anything you need to override in your system was changed in > local.properties for which there was a local.template.properties Issue here is the TLF path - there's no reasonable default as it could be anything. You might be able to assume "../flex-tlf" but that is only going to be a match a a small % of cases. This means everyone must have a local.properties with the TLF path in it and you have exactly the same issue ie an initial check out it will fail to build because there's no local.properties file. Justin