Difference between revisions of "What are your favorite build tools?"

From CitconWiki
Jump to navigationJump to search
(New page: == What are your favorite build tools? == Present: Chris, Julian, Eric, Ivan Tools: Ant Maven 2 Make Rake Scons: old? made by the Perforce team? Rool your own IDE Raven? just an API in...)
 
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
Tools:
 
Tools:
  
Ant
+
* Ant
Maven 2
+
* Maven 2
Make
+
* Make
Rake
+
* Rake
Scons: old? made by the Perforce team?
+
* SCons (old? made by the Perforce team? That's jam, not SCons)
Rool your own
+
* Roll your own
IDE
+
* IDE
Raven? just an API in Ruby on top of Maven?
+
* Raven? just an API in Ruby on top of Maven?
Rant/Nant: few people use it
+
* Rant/Nant: few people use it
  
 
Ant:
 
Ant:

Latest revision as of 10:50, 21 February 2008

What are your favorite build tools?

Present: Chris, Julian, Eric, Ivan

Tools:

  • Ant
  • Maven 2
  • Make
  • Rake
  • SCons (old? made by the Perforce team? That's jam, not SCons)
  • Roll your own
  • IDE
  • Raven? just an API in Ruby on top of Maven?
  • Rant/Nant: few people use it

Ant:

  • hard to refactor
  • XML: not good
  • dependencies
  • macros
  • pushing too much in path overgrowth trying to reuse