Betreff: JDK142, ANT154: Convert java class name to relative path
>
>I'm trying to build something that determines a set of file names to
>pass to the PMD Ant task. At one step, I have a Java class name, and I
>need to convert it to a relative file path. How do I convert
>a var
I'm trying to build something that determines a set of file names to
pass to the PMD Ant task. At one step, I have a Java class name, and I
need to convert it to a relative file path. How do I convert a variable
like "com.abc.stuff" to "com/abc/stuff" (I can deal with adding the
prefixes and suff