Have your ant script create your version.

Here's what we are using:

<target name="buildVersion">
   <tstamp>
     <format property="buildDate" pattern="MM/dd/yyyy hh:mm aa" />
   </tstamp>
   <echo file="buildversion.html">Build: ${buildVersion} - ${buildDate}
</echo>
</target>

On Nov 14, 1:25 pm, Alex Rice <[EMAIL PROTECTED]> wrote:
> Is there any good ways people are using to automatically make a build
> number + release date- and save it into a properties file or something
> like that? Maybe Eclipse has some macro capability or something?
>
> I can just hardcode it into my properties file, but that's no good if
> we forget to update it before the next release. Actually  I could add
> a call Perl code from my -compile script, to update the properties
> file.
>
> Thanks Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to