Baptiste Chatrain

Results 12 comments of Baptiste Chatrain

Hey, OK I've never used android plugin so far, I'll have a look on a dummy test project I'll notifiy if I found something.... PS: I plan to deliver a...

ok I had a quick look and it seems that some assumptions of the git-dependencies plugin are no longer valid if you're applying the android plugin, I will get a...

Hello, indeed this is a piece of the problem, I've added this task dependency to make sure the git resolution would happen before the compilation phase and was not yet...

Hi Wijnand, Thanks for the precision on your problem and the android project, I've removed the implicit dependency to a java plugin usage by using `groovy afterEvaluate ` to execute...

Hi Wijnand ! my script failed with unknown target android-16 probably because I still have a wrong setup but I've checked that the dummy-java project was effectivelly installed on local...

Hello Wijnand, I've correctly set-up the dummy android project and there is indeed an incompatibility. The plugin looks for the user defined dependencies configurations but if you put them under...

Hi Wijnand, I've fixed the issue by liooking for git defined dependencies in any configuration, cf 2af95f917f I've added few log if you activate info. It is still under 0.1,...

Hi, looks like a timeout on git clone or fetch, could you try using this alternative url for the dummy project: git://github.com/bat-cha/dummy-java-project-a.git or use another project dependency/url if you have...

Hi Wijnand, Yes I was using gradle 1.2 and wa snot able to reproduce the bug. I've upgraded to plugin 0.3 on my dummy android project and it's also working...

Hi Wijnand, no worries, Iwas pretty busy too ;-) seems that the dependency you're resolving is failing to install if it takes forever in the install step could you try...