|
From: Lars O. <la...@le...> - 2006-12-13 23:18:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am using EasyEclipse with PHPEclipse, and I want to do the following: I want to automate builds of code I have in a Subversion repos to a server. The build should only be performed if all tests written with SimpleTest passes (I have the SimpleTest plugin as well). So the following should happen: - - check out code from the subversion repos - - run tests - - if fail - stop build - - if pass - make a build to the server The subversion repos is working and the tests are working. However, I am not sure how to do the following: - - check out the code from the repos using ant? - - run the tests on the code? - - stop the build if tests fail? - - go on with the build if tests pass? Hope that you know more than me :) - -- Lars -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFgIpe38cNW+2JLEoRAuqbAJ0WipBEZytetc96DhWPWVBqx075hQCeJQPP 9Jn5v+Zocynoq1b56OHObuU= =AgR5 -----END PGP SIGNATURE----- |