Hi, I'm trying to build the Class-Path: entry in a war file by using "ivy:cachepath" like this:
*<ivy:cachepath pathid="build.path" conf="build"/>...<arg value="${toString:build.path}" />* The construction above returns the list of jars that I need, but they contain also the full path. I need only the jar names, without the path. Anybody knows how can I achieve this ? Thank you !