Archive for the ‘Java’ Category

ANT & ANTENNA

Friday, July 4th, 2008 163 views

Most programmers, if not all, have heard about the C++ utility ‘make’. It’s purpose is simple: to aid in the configuration, compilation and deployment of C++ based applications. Make is used by creating makefiles which describe all the sets the above operations require. Then, instead of typing away ...