Quoting Shawn Castrianni <[EMAIL PROTECTED]>:

                                <filesystem name="local">
<ivy pattern="${ivy.local.root}/[organisation]/[module]/[revision]/[type]/[artifact].[ext]"/> <artifact pattern="${ivy.local.root}/[organisation]/[module]/[revision]/[type]/[artifact].[ext]"/> <artifact pattern="${ivy.local.root}/[organisation]/[module]/[revision]/[type]/[platform]/[artifact].[ext]"/>
                                </filesystem>

Not a perfect solution, but maybe you can try putting specific extensions in the patterns. For instance, replace the "[ext]" in the first artifact pattern with "jar", and that in the second one with "dll".

Cheers.
--
Jing

Reply via email to