I have set Accepted types to: jar, zip, dll Within IvyDE
I have a ivyfile which defines a list of .so files and .dll files. All in the same configuration. I want to grab stuff by type only. When building on unix I want to say: Give me this module and all its artifacts that are .so types only Eg Artifact -> x.dll Artifact -> y.dll Artifact -> z.so Would return just z.so as type="jar,so" This doesn't seem to work in unix either or from the dos shell. <ivy:cachepath pathid="tests" conf="jni" type="so" useOrigin="true" /> Grabs everything in the configuration regardless of type. Is this a bug? Missing functionality? As according to this page: http://ant.apache.org/ivy/history/latest-milestone/use/cachepath.html This is what 'type' does. This is a major blocker for me. If I can say grab everything that is of types x and y and ignore everything else then I have pretty much solved my problems with getting JNIs working without hassle. Many thanks for your help, Alex Foreman Morgan Stanley | Technology 20 Cabot Square | Canary Wharf | Floor 06 London, E14 4QW Phone: +44 20 7677-5732 [EMAIL PROTECTED] -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
