> I want to run java rmic on some classes. I use the classname
> attribute on my
> java task and specify the file - like this
>
> <rmic base="${compile.dest}/com/utils/cache/composite"
>
> classname="com.utils.cache.composite.CompositeCacheManager.class">
>
> </rmic>
>
> Ant gives me a file not found error. What am I doing wrong
the base should be "${compile.dest}"
the "/com/utils/cache/composite" is implicit from the package name.
Tim
- Running rmic Urmi Roy
- Bendfelt, Tim (MED, nVisia, GEMS-IT)
