I'm trying to use Java's Classpath wildcards to limit the cmd length on forked java calls.
<pathelement path="${srclib}/wnc/*"/>
But, Ant is throwing it out.
dropping L:\Windchill\srclib\wnc\* from path as it doesn't exist
[java] Executing 'D:\programs\jdk1.6.0_10\jre\bin\java.exe' with
arguments:
Is there any way to do this?
Thanks, Mike
http://java.sun.com/javase/6/docs/technotes/tools/windows/classpath.html
