Hi Xavier. I am trying to write a simple command line utility to convert POM to ivy.xml .
If you don't have the time to write it yourself, can you instruct me how can I do so? I have started with a Java main class that uses " fr.jayasoft.ivy.external.m2.PomModuleDescriptorParser". I called "parseDescriptor" and got "ModuleDescriptor". How can I now write it as ivy.xml? (In the future, I think this utility should get a list (regexp?) of POM files as a parameter. Later it may be written also as an Ant task.) Thanks, easyproglife.
