[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: Tracking build numbers?
|
- From: Walter Harley <eclipse@xxxxxxxxxxxxxx>
- Date: Sat, 12 Sep 2009 18:52:49 -0700
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)
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.