A-A-P

A-A-P is a computer program used primarily to download, build and install software. It executes what are called "recipes", which are similar to Makefiles, but significantly more powerful. It has integrated support for uploading and downloading files; aside from automatically downloading a source distribution, it can also be used for website maintenance.

AAP
Developer(s)Bram Moolenaar
Stable release
1.094 / June 6, 2015 (2015-06-06)
Written inPython
Operating systemWindows, POSIX
TypeSoftware development tools
LicenseGNU GPL
Websitewww.a-a-p.org 

A-A-P is written and can be scripted in the Python language.

Comparison with Make AAP was created because Bram Moolenaar saw some classic properties of make as problematic and was therefore looking for a replacement. Make uses the time stamp to determine whether a target to be created is already up-to-date or needs to be updated. However, time stamps are not a reliable means. AAP uses a signature (checksum) instead. In addition, Make is very dependent on the platform used. Even porting a Makefile from one UNIX system to another can present numerous challenges. Porting to a non-UNIX system, e.g. B. Windows, represents an additional challenge. One of the reasons is that the capabilities of the Make tool extend to the creation automation, but not to the functionality required for this, so that external programs (shell commands) have to be used. Similar to Apache Ant, AAP wants to make calling external programs as superfluous as possible by using as much functionality as possible and thereby increasing portability. [2]

Comparison with Ant In Bram Moolenar's view, AAP has the advantage over Ant that it is not based on Java and thus only requires a comparatively small installation of AAP, otherwise a Java virtual machine would have to be available. In addition, Ant is only suitable to a limited extent for translating C ++ and C programs. Ant's strengths lie in the translation of Java- based software and the processing of XML , e.g. B. using XSLT .

Spread AAP is currently rarely used. The predominant build automation tools are still Ant and make.

Agide, the A-A-P GUI IDE, is a modular development framework. Editing, building and debugging with different combinations of programs can theoretically be combined, though only the Vim (vi clone) editor, A-A-P's "recipe" build instructions and the gdb debugger are currently supported.

The project leader for A-A-P is Bram Moolenaar, author of Vim, a text editor which is very popular among programmers.

A-A-P is not an acronym.[1][2]

References

  1. "A-A-P Presentations". quote: "The most often asked question was what A-A-P stands for."
  2. Bram Moolenaar. "A-A-P: A Software Build Facility for the Internet Era". 2003.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.