On Mon, 2006-06-12 at 16:42 -0400, Sid Wiesner wrote: > From http://bitten.cmlenz.net/wiki/WhitePaper: > > "The focus of tool support will be on Java and Python projects and the > predominant build systems used with those languages. For Java > projects, the integration of tools such as JUnit, Clover/jcoverage and > JMetric will be examined." > > Has anyone had any success running this to build C++ applications?
I think the WhitePaper was from the original proposal for the Google SoC, but it doesn't necessarily reflect the current state. Bitten provides commands for configure/make builds: http://bitten.cmlenz.net/wiki/RecipeCommands#C/UnixTools Or you can use the shell tools to execute any commandline program. There are also commands for CppUnit and gcov to collect the unit test and coverage results, though these aren't documented on the Wiki. You can see the attributes accepted by those tags from the method signatures in the source: http://bitten.cmlenz.net/browser/trunk/bitten/build/ctools.py -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
