About | FAQ | Backlog
FOSSfind.com
Open Source projects, categorized.
add filters by typing...
...or clicking
adobe ant automation build-tool build-tools c++ code coding configuration cross-platform development fcsh flex linux programming python ruby scm sdk shell tools visualbasic6 win32
SCons - a Software Construction tool
[92 users on Ohloh]
SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses MD5 signatures to detect changed file contents reliably. Timestamps can be used if you prefer. SCons also supports parallel bu...
Mxx_ru
[3 users on Ohloh]
Mxx_ru (Make++ on Ruby) is a cross-platform build tool. It's intended for C/C++ languages in general, but it's easy to extend for handling other languages. It uses a template based approach for describing build process.
fsch
[0 users on Ohloh]
Tags: ant shell sdk adobe visualbasic6 compiler build flex fcsh
Flex Compiler SHell integration with Apache AntCurrent version 1.0.76

How it worksDownload and install FCSHServer. Set environment variable FCSHServer={application directory, e.g. C:\Program File\Fcsh Server\}. Edit server.ini file: setup Flex SDK location (e.g. sdk=C:\Flex_sdk_3.0) or modify Flex Compiler SHell vmoptions Application directory contains fcsh.jar file. So example ant build.xml is:

<?xml version="1.0" encoding="UTF-8"?>






...