IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Food YES, build tool NO
I've spent a couple afternoons trying to penetrate the docs on jam because its what XCode uses under the hood. I ultimately concluded that either Apple is using it very stupidly (always more than likely) or it failed the "easy to understand while staying flexible" test.

Do you really want to rewrite a build system that works now? Personally I'd rather have a root canal.

Ant is OK in the java world although it does no dependency checking on its own. This is left up to the task writer. Consequently deeply dependent builds can be kind of slow because each task will get a chance to look and see if it wants to do anything. So above a certain size of project it becomes ponderous to make a small change. Make is better at pruning this way I think and I don't find it hard to use at all.

OTOH, java confounds make because make figures out its dependencies at the beginning, then sets out to build stuff, but javac does its own dependency checking and you end up with double compiles using make. Harmless but slower.

Tough call - but I'm fairly sure you'll be miserable whichever way you go.



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
Expand Edited by tuberculosis Aug. 21, 2007, 06:25:49 AM EDT
New ICLRPD (new thread)
Created as new thread #210637 titled [link|/forums/render/content/show?contentid=210637|ICLRPD]
--
Steve
New ICLRPD (new thread)
Created as new thread #210639 titled [link|/forums/render/content/show?contentid=210639|ICLRPD]
All tribal myths are true, for a given value of "true" Terry Pratchett
[link|http://boxleys.blogspot.com/|http://boxleys.blogspot.com/]

Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 49 years. meep
questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
     Ant or gnumake? - (bluke) - (20)
         Interesting comments by the creator of Ant - (bluke)
         What about jam? -NT - (pwhysall) - (9)
             Cherry, please. On toast and cheddar cheese. Yum! -NT - (CRConrad) - (5)
                 It's not just me, then. - (pwhysall) - (4)
                     Few things are better than toasted fresh bread with butter. - (Another Scott) - (1)
                         s/provides/prevents -NT - (tuberculosis)
                     Actually, I prefer orange on cheese, too. - (CRConrad) - (1)
                         jam/conserve/preserve/confiture etc - (pwhysall)
             Food YES, build tool NO - (tuberculosis) - (2)
                 ICLRPD (new thread) - (Steve Lowe)
                 ICLRPD (new thread) - (boxley)
         If it's all Java, use Ant - (admin) - (2)
             Agreed - (Yendor)
             Re: If it's all Java, use Ant - (dws)
         Re: Ant or gnumake? - (JimWeirich) - (5)
             Gee, why is THAT not a surprise... - (ben_tilly) - (1)
                 Re: Gee, why is THAT not a surprise... - (JimWeirich)
             OT - izzat a Breedlove you're hiding behind? - (Steve Lowe) - (2)
                 Re: OT - izzat a Breedlove you're hiding behind? - (JimWeirich) - (1)
                     Re: OT - izzat a Breedlove you're hiding behind? - (Steve Lowe)

Little Red Plasma Riding Dot.
101 ms