Re: Publishing ivy files

2008-01-28 Thread Xavier Hanin
You need to provide an Ivy file for Ivy to publish it. But generating the file on the fly is very easy with the module descriptor, you just have to use XmlModuleDescriptorWriter. Xavier On Jan 23, 2008 10:20 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > I would like to add that so far I use for

Re: Publishing ivy files

2008-01-23 Thread Hans Dockter
I would like to add that so far I use for publishing the following method of the PublishEngine: public Collection publish(ModuleDescriptor md, Collection srcArtifactPattern, DependencyResolver resolver, PublishOptions options) throws IOException { ... - Hans On Jan 23, 2008,

Publishing ivy files

2008-01-23 Thread Hans Dockter
I have the following requirement. My build tool, which uses ivy under the hood, does not work with ivy files. It uses Ivy via its API and thus creates the ModuleDescriptors, DependencyDescriptors, etc ... My problem is to publish a module via its ModuleDescriptors. The artifacts are publish