Re: test reports for scala / scalatest

2010-02-15 Thread Peter Maas
Those reports are great, but it would be even better to have XML report which are compatible to the junit XML report format; from that it would be fairly easy to have the test reports pop-up in CI systems like hudson! The XMLs for this look something like this; not sure we need all the properties

Re: test reports for scala / scalatest

2010-02-15 Thread Alex Boisvert
Ok, I'll see what I can do. alex On Mon, Feb 15, 2010 at 7:12 AM, Peter Maas pfmm...@gmail.com wrote: Those reports are great, but it would be even better to have XML report which are compatible to the junit XML report format; from that it would be fairly easy to have the test reports

Re: cleaning / package

2010-02-15 Thread Alex Boisvert
On Mon, Feb 15, 2010 at 7:15 AM, Peter Maas pfmm...@gmail.com wrote: It seems that buildr has a hard time figuring out what was changed and should be recompiled/repackaged in my projects; I've seen tests succeed when they really shouldn't. If I don't run 'clean' manually. Is this a know

Re: cleaning / package

2010-02-15 Thread Peter Maas
Okee I'll have a look at that tomorrow! On Mon, Feb 15, 2010 at 4:25 PM, Alex Boisvert alex.boisv...@gmail.comwrote: On Mon, Feb 15, 2010 at 7:15 AM, Peter Maas pfmm...@gmail.com wrote: It seems that buildr has a hard time figuring out what was changed and should be recompiled/repackaged

Buildfiles in project directory

2010-02-15 Thread Kerry Wilson
I am kicking the tires of Buildr for company usage. It seems that the buildfile has to reside in the parent directory of the projects with each projects build definition inside it. This is not optimal for my company as we need to be able to put each project's buildfile under source control

Re: Buildfiles in project directory

2010-02-15 Thread Rhett Sutphin
Hi Kerry, On Feb 15, 2010, at 11:23 AM, Kerry Wilson wrote: I am kicking the tires of Buildr for company usage. It seems that the buildfile has to reside in the parent directory of the projects with each projects build definition inside it. This is not optimal for my company as we need

Re: Buildfiles in project directory

2010-02-15 Thread Alex Boisvert
On Mon, Feb 15, 2010 at 9:23 AM, Kerry Wilson kwil...@picagroup.com wrote: I am kicking the tires of Buildr for company usage. It seems that the buildfile has to reside in the parent directory of the projects with each projects build definition inside it. This is not optimal for my company

Re: Integration Testing

2010-02-15 Thread Antoine Toulme
test.using :integration forced using integration I think. Just remove that line, and use either buildr test or buildr integration for each target. This is all said from memory without looking at the doc, if that doesn't work please let us know! On Mon, Feb 15, 2010 at 13:02, Kerry Wilson

Re: Integration Testing

2010-02-15 Thread Rhett Sutphin
Hi Kerry, On Feb 15, 2010, at 3:02 PM, Kerry Wilson wrote: Reading from the documentation I am unclear how to run integration tests. Here is what I have: define 'my-project' do ... ... # unit tests test.compile.from('unit-tests').with *TEST_DEPENDENCIES test.with *TEST_DEPENDENCIES

junit reports

2010-02-15 Thread Kerry Wilson
Thanks for all the quick responses. One more for today. :) How do you get junit HTML reports? I have tried junitreport:html and junit-reports to no avail. ** Disclaimer: This electronic message may contain information that is

Re: junit reports

2010-02-15 Thread Alex Boisvert
On Mon, Feb 15, 2010 at 2:04 PM, Kerry Wilson kwil...@picagroup.com wrote: Thanks for all the quick responses. One more for today. :) How do you get junit HTML reports? I have tried junitreport:html and junit-reports to no avail. buildr junit:report