Alberto Gallardo

Results 21 comments of Alberto Gallardo

Uhmmm... this is currently the case. See screenshots below. ``` $grep ReplaceTokens ~/usr/gradle-2.6/lib/*.jar Binary file /home/alberto/usr/gradle-2.6/lib/ant-1.9.3.jar matches ``` Global gradle properties: ![image](https://cloud.githubusercontent.com/assets/790448/9411421/275ba140-4826-11e5-8932-89a5dbaec65d.png) Project gradle properties: ![image](https://cloud.githubusercontent.com/assets/790448/9411508/97da9f5c-4826-11e5-8752-be472f760416.png)

This issue is also applicable to "Single Gradle Projects"

Thanks! I'd love to, but the weekend keeps me away from my keyboard. I'll give it a try on Monday.

Thanks! It now looks much better :-) ![image](https://cloud.githubusercontent.com/assets/790448/9435568/4777a67a-4a49-11e5-8eb6-4bcac8fd7c3e.png)

Why are you excluding `groovy-*` ? The [script I'm working with](https://github.com/alkacon/opencms-core/blob/build_9_5_2/build.gradle) makes use of an XmlParser. I have rebuilt the plugin without the `lowerCaseName.startsWith("groovy-")` filtering and I finally had another...

> the Groovy plugin uses the groovy-all jar defined in the library manager Interesting. I completely missed that the gradle plugin depends on the groovy plugin, but unfortunately, configuring groovy...

By the way, I have desperately tried to create a test case for this issue mimicking https://github.com/kelemen/netbeans-gradle-project/blob/master/netbeans-gradle-default-models/src/test/java/org/netbeans/gradle/model/java/Issue101Test.java, but I'm failing miserably with `FileNotFound` errors: ``` java.io.FileNotFoundException: /tmp/gradle-dyn-model-test5453917525107490602/project-issue-229/build.gradle (No such file...

In any case, these issues doesn't impede the use of the plugin, so feel free to mark this (and #231) as enhancements.

For the time being, I have patched it locally so I don't get distracted with the red flags. I'll report if I have any kind of undesired side-effects, but I...

> I don't know about any API of Gradle which would let me retrieve it I cannot suggest anything(*) to overcome this problem or to improve the situation. I was...