Hi,

  This used to work in gradle 0.8, and seems to stop working in 0.9.
Basically, I don't want to use the resources location, and prefer to place
my resources under the main and test 'java' locations. So, I placed this in
my build file:

sourceSets.main.resources.srcDirs 'src/main/java',
rootProject.file('config')
sourceSets.test.resources.srcDirs 'src/test/java'

It seems like this works for the main sourceSet (json files are copied over
to the build target), but does not work for the test resources (though I see
that its set correctly) and json files are not copied to the build test
target classes location.

Any hint?
Shay
-- 
View this message in context: 
http://old.nabble.com/Adding-resources-to-test-sources-set-does-not-work-tp28287930p28287930.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