Hi there,

I have an additional test task where I set a system property to
another value:

  task implTests(type: Test, dependsOn: jar) {
    classpath = test.classpath
    testClassesDir = test.testClassesDir
    systemProperties['myprop'] = 'myval'
  }

  build.dependsOn implTests


That works so far (at least I see at the cmd line that the tests are
executed), but I wonder if it is possible to add these tests to the
HTML test report. I only get the test results for the "default" tests,
but not for my "implTests".

Note, that I execute the *same* tests but with another implementation.

Any clue?

Thanks in advance and best regards,
Lars
-- 
Semagia 
<http://www.semagia.com>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to