PDA

View Full Version : Build tools


redsolo
2007-02-14, 16:51
I'm wondering if anyone of you people are using build tools to get your scripts together, and if so which one do you use?


For my script I use Ant (http://ant.apache.org), to build/test/publish my scripts. Check out build.xml (http://xbmc.ramfelt.se/browser/TV.com/trunk/build.xml). Its a great tool that can do alot of things.

donno
2007-02-15, 07:47
We commonly use Bat files to build/put the scripts together (we being the members of the XBMC-Scripting project on google project hosting)
As it means no addition software etc.
Of coruse a sh to match would be nice for linux users as well.

BAT Files is a typically a windows thing. That oringnates from the DOS age ;) and any Windows operating system should run them fine.