Hello,
I've just upgradled my build file to 0.9-preview-3 and I ran into some
problems with the copy spec's from method. I've got a working build again,
but it would be nice if someone could answer the following questions:
1. Should
from(someDir).include('**/*.java')
have the same effect as
from(someDir) {
include '**/*.java'
}
? (For me it doesn't, so I'm sticking to the second form ATM.)
2. When building an archive, should it be possible to use
from(someDir)without any configuration? This works for my source zip
files, but not for
my project's distribution (in the latter case, nothing gets added to the zip
file until I add include '**').
3. I thought that I had a third question, but I can't seem to remember
it. Oh well.
Thanks in advance,
Levi