My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 84: Ant Integration Script for Framework ans SVN
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by virtix, Mar 9, 2008
Instead of the tests/build.xml that just runs the tests, have the build
check out code from the repo, prompt to merge any changes, run the tests,
and then do a commit. Could also email the results summary and other meta
data. CI ...

 
Mar 10, 2008
Project Member #1 marc.es...@gmail.com
this is already in the main build.xml file. the only thing that's missing is the svn
checkout, mainly because when i've been doing builds, i've been updating the project
by habit anyway. but it'd be easy enough to add it in there!
Mar 23, 2008
Project Member #2 virtix
Working on this today along with antunit stuff. Instead of checkout, it should be
update, I think. So, the build should update -> run tests -> commit.
Mar 23, 2008
Project Member #3 virtix
Refactored tests/build.xml to update /mxunit, runtests, and then commit all, as long
as there are no build exceptions. Maybe should prompt for comment and set that as the
commit comment.
Status: Fixed
Mar 23, 2008
Project Member #4 marc.es...@gmail.com
excellent. definitely right on "update", although interestingly enough when i
switched all my "checkouts" to updates at work I saw no difference in performance. i
thought for sure i would.

anyway... looking forward to peeping it all when i get some free time!  nice job dude.

Powered by Google Project Hosting