[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Tracking build numbers?

Depo wrote:
>
> I'd like to keep track of how many times a project has been compiled,
> per project.   Is there any way to do that inside of Eclipse?

"How many times a project has been compiled" is not even a well-defined concept, inside Eclipse. The project is getting incrementally compiled with every few keystrokes you type.

What is more commonly done, and much more useful, is to associate build information with a version control tag, such as Perforce changelist ID, CVS tag, or Subversion version number. That way you can always roll back to a particular build's code when you need to.