Thanks Peter for clarifying this.

Is this something that is planned or something generally viewed as not necessary? Is there another preferred way of doing this?

I was actually playing with the spock IncludeExcludeExtension example in the https://github.com/spockframework/spock-example project.

I was looking at it trying to evaluate, what it would look like if you annotated a bunch of tests as @Fast, @Slow or whatever, how easy would it be to run these. That's why I was trying the command line args for the test jvm.

Thanks in advance for any advice.



On 3/21/12 3:52 AM, Peter Niederwieser wrote:
Gradle doesn't yet have a generic feature that allows to configure arbitrary
model properties from the command line. But you can do it yourself (per
property):

test.jvmArgs System.getProperty("test.jvmArgs", [])



--
View this message in context: 
http://gradle.1045684.n5.nabble.com/passing-jvm-args-to-forked-jvm-tp5580908p5582134.html
Sent from the gradle-user mailing list archive at Nabble.com.




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

   http://xircles.codehaus.org/manage_email


Reply via email to