On Tuesday 16 December 2008 08:26, J. McConnell wrote:
> On Mon, Dec 15, 2008 at 7:33 PM, Rich Hickey <richhic...@gmail.com> 
wrote:
> > When pulling new Clojure from SVN, please do:
> >
> > ant clean
> > ant
> >
> > So you know you have a consistent build.
>
> If the supported way to build Clojure is to clean before the build,
> can we just have the init target depend on clean? Attached is the
> trivial patch to do this.

I've been bitten by not doing clean before the build a couple of times 
(which then led to Rich being pestered needlessly by me), so it's 
probably a good idea.

However, if you make the init target depend on clean, it's then 
impossible to do an incremental build, which probably isn't good for 
Rich or anyone else actively working on the guts, so it would be better 
to make the default target one that depends on clean and jar and thus 
leave it possible for those who know that a clean is not required to 
get a quick incremental build.


> Regards,
>
> - J.


Randall Schulz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to