Projects tagged ‘build’ and ‘rake’


Jump to tag:

Projects tagged ‘build’ and ‘rake’

Filtered by Project Tags build rake

Refine results Project Tags make (4) ruby (3) ant (3) nant (2) automation (2) boo (2) ci (2) powershell (1) java (1) cross-platform (1) qmake (1) scons (1)

[8 total ]

2 Users

psake is a build automation tool written in PowerShell. It avoids the angle-bracket tax associated with executable XML by leveraging the PowerShell syntax in your build scripts. psake has a syntax ... [More] inspired by rake (aka make in Ruby) and bake (aka make in Boo), but is easier to script because it leverages your existent command-line knowledge. psake is pronounced sake - as in Japanese rice wine. It does NOT rhyme with make, bake, or rake. The source code has moved to GitHub: git://github.com/JamesKovacs/psake.git You can also download ZIP files of the project "binaries" from GitHub by selecting the appropriate tag and clicking the Download link: http://github.com/JamesKovacs/psake [Less]
Created about 1 year ago.

0 Users

Metamake is a simple way to define common tasks and execute those tasks by name, similar to Rake. Metamake is not a dependency-tracking build tool like Make, ant, qmake, SCons, Visual Studio, or ... [More] XCode. Metamake is used with these build tools to orchestrate complex builds that work in a cross-platform fashion. Metamake runs on Mac, Windows, and Linux - basically anything that runs Python. InstallationThe simplest way to install metamake is through easy_install: easy_install metamakeAlternatively, you can download the latest source from here: http://pypi.python.org/packages/source/m/metamake/ Then just untar the source and run python setup.py install. Documentationhttp://pypi.python.org/pypi/metamake/ Release Notesmetamake 1.1.5 bugfix: first namespace no longer prefixes all others metamake 1.1.4 no longer manipulate system path to import Makefile.py (use imp module instead) metamake 1.1.3 shell() returns a Result object now (has stdout, stderr, returncode attrs) metamake 1.1.1 implemented namespaces when no default task is specified, the default task simply lists all tasks bugfix: commandline flags always show up [Less]
Created about 1 year ago.

0 Users

A build, automation system written in Boo.
Created about 1 year ago.

0 Users

Hopes to create a target based build system with common tasks for Continuous Integration. Finally it should be extensible and able to make it's own tasks.
Created 7 months ago.

0 Users

bee is a build tool running YAML build files à la Ant, which won't bother you with writing code when not necessary and happens to be as fast as Make. These build files are thin layers around scripts ... [More] written in Shell, Ruby or bee tasks for platform independant builds. [Less]
Created over 3 years ago.

0 Users

A build system written in Boo, inspired by Rake.
Created about 1 year ago.

0 Users

CI-Grid is a set of Rake tasks that can be used to create a build that executes across multiple machines. It also includes a simple file distribution mechanism to distribute build artifacts across the grid.
Created about 1 year ago.

0 Users

Rake running on top of JRuby, with the power of Ruby at our disposal, with all the snappy goodness of a JVM based tool and the usual Ant tasks.
Created about 1 year ago.