Juridian
August 19th, 2004, 02:12 AM
What type of automation do you use to build your software?
Do any of you have experience with makefiles or dealing with the gnu toolset (autoconf, automake, libtools)? Nant? Ant? Bash or other shell code? Perl?
Any implemented build verification tests and what kind?
This type of stuff may be useful for our less experienced users. I'll be writing some quick mini-tutorials on the subject soon. Any suggestions would be appreciated.
chsh
August 19th, 2004, 02:21 AM
Originally posted here (http://www.AntiOnline.com/showthread.php?threadid=261166#post782528) by Juridian
What type of automation do you use to build your software?
Five fingered automation. :D
Do any of you have experience with makefiles or dealing with the gnu toolset (autoconf, automake, libtools)?
Any? Yes. Enough? No.
Nant?
No.
Ant?
Yes.
Bash or other shell code?
Yes.
Perl?
Yes.
Any implemented build verification tests and what kind?
Since most of my work lately has been with java, and in the past with interpreted languages (Perl, PHP, ASP), not as much as I'd like. When I have done it, I've used some simple test scripts (vbs or bash) to run the app in a few different ways and ensure it executes without error. In one instance, I checked to ensure it failed under certain conditions.
This type of stuff may be useful for our less experienced users. I'll be writing some quick mini-tutorials on the subject soon. Any suggestions would be appreciated.
As I've said elsewhere, I'm rusty on a lot of my compiled languages, so anything I would be interested in. A guide to makefiles with C++ might be good.
whizkid2300
August 19th, 2004, 02:32 AM
I do use any Automation, basicly because perl is my main, and pretty much only language.
I would be interested in reading Automation, on perl. Can't quite see how you would do it, but definately interested.