• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

build file generator - final builder

 
Ranch Hand
Posts: 312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,

I wanted to check if anyone can post their experience working with FinalBuilder or similar tools which actually generate the an or maven build script file for java based projects.
We are evaluating usage of FinalBuilder to replace having someone master Ant or Maven for developing and managing Ant build scripts.

Let me know your thoughts.

Thanks,
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have no idea about Final Builder. But I do not understand why you would want someone to take the time to master Final Builder, when instead they could master either Ant or Maven and thus have generic skills that could be applied to other projects that use those tools. You might respond that Final Builder is easier to learn, which is fine until you run across something that Final Builder cannot do (or where it does something wrong), in which case you have to learn Ant or Maven anyway to work around or debug the issue.

Though looking at the Final Builder web site, it looks to me more like an alternative to Hudson/Jenkins rather than to Ant/Maven. In which case you still need to learn Ant or Maven.
reply
    Bookmark Topic Watch Topic
  • New Topic