Are there more example projects for download? The first issue I notice (we have the Delphi XE version of FB) is that none of the Delphi examples are there, just the basic examples. When I try to open them, it says it can't find them. Can I download these? And more than that, I would love much more complicated examples to learn from. The example in the demo videos that shows the build used to build finalbuilder itself would be very helpful. We have a build that looks like this if anyone can point us to a good example or examples:
Update the version info for each of 6 different build types for each of 7 different IDEs. ex: ful, eval, pro_only, standard_only, etc, for Delphi7, Delphi 2005, Delphi2007, etc, etc. So that is over 40 builds with only slight variations that take the core code, change the version info, rebuild the resource file (we now have to open the IDE manually for this since they are Delphi packages (dpk files)) build each of the build types for that IDE, then copy the source into a folder for the next IDE, build the project with the command line options of the compiler, and do it all over again.
We have a bunch of EXEs we wrote (to inject a serial number or stick a version into a DOF or .dproj file) and a bunch of batch files that do this now. I believe I can do it all in final builder, even what the EXEs do because it seems that parsing text in and out of files can be done with a FB action. Thanks!