xhsyy / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
1 stars 0 forks source link

Ant Build Script for JUnit Tests #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need an Ant build script that will run all the available Junit tests.

Original issue reported on code.google.com by case.and...@gmail.com on 9 Jun 2009 at 4:16

GoogleCodeExporter commented 9 years ago
Andrew - have you gotten anywhere with this? If you want to pass it on to me, 
I'd
like to take it up so we can have our tests run now that we have a bunch that
actually matter.

Original comment by ksjohnson3 on 8 Jul 2009 at 8:02

GoogleCodeExporter commented 9 years ago
No this is up for grabs (otherwise I would have changed it to "Started" status).

Original comment by case.and...@gmail.com on 9 Jul 2009 at 1:04

GoogleCodeExporter commented 9 years ago
I should mention that on completion of this I can finish up Issue 29 which this 
issue
is blocking.  :-)

Original comment by case.and...@gmail.com on 9 Jul 2009 at 1:06

GoogleCodeExporter commented 9 years ago
OK, great, I'll take this then. Can you tell me more about our continuous 
build? Is the 
script checked in the repository? Is it currently running somewhere? How would 
I go 
about changing it and running it?

Original comment by ksjohnson3 on 9 Jul 2009 at 2:05

GoogleCodeExporter commented 9 years ago
Yeah.  The autobuild scripts are here (I don't export them by default, so if you
commit an update to one of them let me know so I can pull the changes down):
  http://omnidroid.googlecode.com/svn/tools/autobuild/ant-build.sh
  http://omnidroid.googlecode.com/svn/tools/autobuild/check-build.sh

They publish results to:
  http://groups.google.com/group/omnidroid-build

It runs on linserv1.cims.nyu.edu every 5 minutes via cronjob:
  linserv1[~]$ crontab -l
  */5 * * * * /home/acase/projects/omnidroid/build/bin/check-build.sh

I think you should be able to just modify the constant variables in the script 
and
setup your own cronjob as you like.  You may (or may not) need to create 
directory
structures as needed.  If you have any problems feel free to ask.

Original comment by case.and...@gmail.com on 9 Jul 2009 at 2:17

GoogleCodeExporter commented 9 years ago
Build script delivered.  Taking this up as my job to get the automated part 
running.

Original comment by case.and...@gmail.com on 12 Aug 2009 at 12:37

GoogleCodeExporter commented 9 years ago
Awaiting code review: http://codereview.appspot.com/104098

Original comment by case.and...@gmail.com on 12 Aug 2009 at 8:22

GoogleCodeExporter commented 9 years ago
Fixed in r582

Original comment by case.and...@gmail.com on 20 May 2010 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by case.and...@gmail.com on 20 May 2010 at 5:36