The code will work with m4, you will see the deprecation warnings but it is a good start
Cheers! -- Szczepan Faber Principal engineer@gradleware Lead@mockito 04-08-2011 14:50 użytkownik "Marian Seitner" <[email protected]> napisał: > 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
