moving the topic slightly to the side, I noticed some of you said you are using make, I was wondering what other build tools people use (and why) ?
These days I use rake for my build and deployment http://rake.rubyforge.org/ I actually just use the eclipse / ASDT automatic build during development but when I deploy to a server (using rsync over ssh) the build script re-compiles the swfs with the '-trace no' option. What I like about rake is although it has a nice DSL for tasks and related activities any time i need to do something slightly more involved you can just write some code. martin. btw, I use Ubuntu 8.04, Eclipse 3.4 and ASDT. The startup time of Eclipse doesnt bother me because I only open it once a day, and for me the real win with Eclipse is the combination of SVN, Trac and Mylyn. http://www.eclipse.org/mylyn/ I also write code in PHP, Python, Ruby and Java so having it all in the same editor makes my life a lot easier. izak marais wrote: > @Darren: Once again thanks for the info. Also the makefile on your blog > looks useful. Which version of ubuntu are you using? _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
