I have ant script (yes, its a complete script) that do that for rad7. It is unfortunatelly too loosly coupled with my project to share it. The major reason to do this was to : 1. Support dependencies between project present in the eclipse workspace 2. Support dependencies in Ear and War projects.
I also already started to write ant task to do it [1]. But it was difficult to make it generic and I fall out of time to finish it. [1] http://ivytools.svn.sourceforge.net/viewvc/ivytools/ 2008/1/17, Jing Xue <[EMAIL PROTECTED]>: > > > Quoting "Loehr, Ruel" <[EMAIL PROTECTED]>: > > > +1. > > > > I like the idea of having an xsl to do this (I'm a little > > embarrassed that I didn't think of it before). I'd be happy to > > help you work on it or test it. > > > > I had written an ant task to do the same sort of thing, but XSL > > would be a lot simpler. > > I wrote my own ant task to do that, too, which uses ant xml task to > manipulate .classpath. > > My turn-off with IvyDE is it runs ivy.xml+ivysettings.xml without > going through the same ant script used to make official builds. We > have lots of property and environment settings done in ant before > invoking ivy, so the "naked" ivy files just won't work. > > Cheers. > -- > Jing Xue > > -- Gilles Scokart
