Nicolas Lalevée wrote: > > I don't know firebug configuration, plugins and so on. > So as far as I understand what you are trying to do, shouldn't this > work ? > > <ivy:retrieve conf="firebug-lib" pattern="firebugdir/libs/[artifact]. > [ext]"> > <ivy:retrieve conf="firebug-plugins" pattern="firebugdir/plugins/ > [artifact].[ext]"> > > And in your ivy.xml you have two configurations firebug-lib and > firebug-plugins which contains the expected modules. > It would work, but I don't want to have more then one retrieve task. I thought that there might be some way to do it in the ivy.xml file of my project, because here I define the dependencies in the build file and not the ivy file.
-- View this message in context: http://www.nabble.com/Retriving-a-dependency-%28findbugs%29-with-file-structure-other-than-the-default-one-tp17123845p17143394.html Sent from the ivy-user mailing list archive at Nabble.com.
