Re: strange behavior with ant
Peter Miller <[email protected]>
| Newsgroups | gmane.comp.version-control.aegis.user |
|---|---|
| Message-ID | <1322382883.7016.6.camel@hawk> |
On Sat, 2011-11-26 at 04:58 -0500, Aryeh Friedman wrote: > Is this the expected result of the following session assuming that I have > say build_command="exit 0" (in reality I have a standard cook call there): You don't say which part you found unexpected. > ~/kiosk-c.C010 aryeh@flosoft% aeb > kiosk-c built > ~/kiosk-c.C010 aryeh@flosoft% aefinish > aefinish: aegis --diff --no-merge --project=kiosk-c --change=10 --verbose > aefinish: aegis --test --project=kiosk-c --change=10 --verbose --no-progress > aegis: project "kiosk-c": change 10: this change requires tests before this > command may be used > aefinish: command "aegis" exit status 1 > ~/kiosk-c.C010 aryeh@flosoft% aent > aegis: appending log to "/home/aryeh/kiosk-c.C010/aegis.log" > aegis: project "kiosk-c": change 10: file "test/00/t0001a.sh" new test This adds a new source file, and therefore requires a new build, which is what I'm guessing is your question. > ~/kiosk-c.C010 aryeh@flosoft% aefinish > aefinish: aegis --diff --no-merge --project=kiosk-c --change=10 --verbose > aefinish: aegis --build --project=kiosk-c --change=10 --verbose > aefinish: aegis --test --project=kiosk-c --change=10 --verbose --no-progress > aefinish: aegis --develop-end --project=kiosk-c --change=10 --verbose > aegis: project "kiosk-c": change 10: development completed > ~/kiosk-c.C010 aryeh@flosoft%