Heyho,
the second alpha of the 2.3 Xinc release is ready for installation. Following happened:
- CleanUp the PlugIn code.
- Fix PHPUnitTest Publisher
- Check Remote Revision number for given checkout path
- Update XSL files for PHPUnit to a later revision, fix nasted testcases
- Eliminate PEAR PostInstall (to get ready for composer builds)
- Add TriggerTask as CoreTask, move Cron & Scheduler into them, add Sensor. This is a small step to the "force build" task.
- Hacked on many parts arround.
Bad
news is, there won't be "forced builds" in 2.3 (and maybe also not in
2.4). as interprocess communication is neaded, else the xinc daemon
can't be informed about this "force build" request. So, the yet existing
implementation uses a sensor, which will monitor for the existence of a
file. So, there is a way to force, but it isn't real forcing.
Greetings Alexander//