On 2012-10-16 00:46, Marcin Zajączkowski wrote:
> Hello Panagiotis, sorry for delay.
>
> On 2012-10-08 15:09, Panagiotis Tzerefos wrote:
>> I tried running with both 0.28 and 0.29. It looks like it's not pulling in
>> the dependencies as it should cause I cannot find them locally,
>>
>> Here are the segments of my build script that pertain to PIT
>>
>> Repository
>>
>> add(new org.apache.ivy.plugins.resolver.URLResolver()) {
>> name = 'GitHub'
>> addArtifactPattern
>> '
http://cloud.github.com/downloads/szpak/[module]/[module]-[revision].[ext]'
>> }
>>
>> Added dependencies
>>
>> testCompile
>> 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:0.29.0'
>> testCompile "org.pitest:pitest:0.29"
>
> There is still no gradle-pitest-plugin 0.29 nor pitest 0.29 released, so
> it could be a problem with missing dependencies. Nevertheless it should
> work smoothly with 0.28.
>
> Could you configure your project to use version 0.28 and run gradle with
> --stacktrace parameter (and put your results in some pastebin service)?
I've uploaded a snapshot for 0.29.0. Could you try your build with that