On Aug 16, 2009, at 12:43 PM, Russel Winder wrote:

It seems that the :integTest is undertaken even when -Dskip.test=true.
Is this intentional?  A priori I would have though not.

Sometimes you want to execute the integration tests without executing the unit tests. Although in our current scenario this doesn't really work, as the skipping the unit tests prevents compiling the unit tests, which is the task that also compiles the integration test. So the integTest task should also depend on compile test. Our new SourceSet functionality will be a very good fit to model problems like this one.

- Hans

--
Hans Dockter
Gradle Project Manager
http://www.gradle.org


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

   http://xircles.codehaus.org/manage_email


Reply via email to