Hi,
> In my opinion dependencies in the compile configuration should be created in
> the latter form because they are most likely intended to be shipped.
>
> Possibly. Can you file a jira ticket for it?
Yes, will do.
> Another question: what's the easiest way for the time being to add the
> missing <attributes> tag to the respective entries?
>
> Assuming that you're on milestone-3, try this:
>
> eclipseClasspath.withXml {
> def node = it.asNode()
> //manipulate the xml contents like:
> node.appendNode('xml', 'is what I love')
> }
I'm on milestone-4. Any pointers how to manipulate XML with groovy?
Cheers,
Marian