I'm working on a project that uses NetBeans to generate the ANT build files. I come from an environment where the build file is something checked into source control, but with it being generated by the local NetBeans application, that doesn't seem correct. I'd like to add some custom targets to the build file, which I see that NetBeans has support for, but I'm concerned with making this custom and creating the need to check it in.
So, my main question for those of you out there who use NetBeans, how do you deal with the generated build files? Also, how do you automated builds on a build machine in this type of environment? Do you then have to install NetBeans on the build machine?
Thanks much.