Posted By:
Anonymous
Posted On:
Monday, March 13, 2006 10:51 AM
What is a "build made with Eclipse" for you? Each time you save a file and Eclipse uses its incremental builders? Or only clean-builds? What with external builds via Ant? I think it would make more sense to extract a version number from versioning system, set this manually or use a timestamp.
You could attach builders to your project, e.g. an AntBuilder which calls a buildfile each time....