Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2003-07-30 23:57:46
Size: 968
Editor: MikeRovner
Comment:
Revision 7 as of 2007-06-19 03:18:47
Size: 2049
Editor: S01060000c032accd
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Configuration and Build tools: = Configuration and Build Tools =
Line 3: Line 3:
 * [http://scons.sourceforge.net/ SCons] - best of breed {{{make}}} replacement - Software CONStruction tool
 * [http://confix.sourceforge.net/ Confix] - generates input files for AutoMake
 * [http://vertoo.sourceforge.net/ Vertoo] - VERsion management TOOl (automates version number maintanace across several files)
 * [http://staff.bbhc.org/christophern/exos/rebuild/index.html Rebuild] - python module that replaces make
 * [http://www.a-a-p.org/ AAP]
 * [http://confix.sourceforge.net/ Confix] - generates input files for [http://www.gnu.org/software/automake/ automake]
 * [http://www.python.org/doc/current/lib/module-distutils.html distutils] - standard module provides support for building and installing additional modules into a Python installation
 * PyAnt - ''development apparently discontinued''
 * [http://staff.bbhc.org/christophern/exos/rebuild/index.html Rebuild] - python module that replaces make - ''site unavailable, see the [http://web.archive.org/web/20041111233140/http://staff.bbhc.org/christophern/exos/rebuild/index.html Internet Archive version]''
 * [http://www.scons.org/ SCons] - software construction tool (comparable to make)
 * [http://vertoo.sourceforge.net/ Vertoo] - '''ver'''sion management '''too'''l (automates version number maintanace across several files)
 * [http://freehackers.org/~tnagy/bksys.html Waf] - software construction tool (comparable to autotools, CMake, SCons, ant)
 * [http://pybuilder.sf.net PyBuilder] - A Gui interface to compile scripts using py2exe.

= Build Testing =
Line 8: Line 16:
 * [http://www.a-a-p.org/ AAP]
 * [http://www.python.org/doc/current/lib/module-distutils.html distutils] - standard module provides support for building and installing additional modules into a Python installation
 * PyAnt
 * [http://gump.apache.org/ Apache Gump] - Apache's continuous integration tool. "It is written in python and fully supports Apache Ant, Apache Maven and other build tools."

== Editorial Notes ==

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. If, as the developer of a listed application, you disagree with the classification of the work, please move it into the appropriate category or create a new category, respecting the ascending alphabetical order of the categories. When specifying release dates please use the format YYYY-MM-DD.

1. Configuration and Build Tools

2. Build Testing

2.1. Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. If, as the developer of a listed application, you disagree with the classification of the work, please move it into the appropriate category or create a new category, respecting the ascending alphabetical order of the categories. When specifying release dates please use the format YYYY-MM-DD.

ConfigurationAndBuildTools (last edited 2022-09-02 13:27:22 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.