How can I specify an absolute classpath on windows (containing drive letters and colons) ???
Ant treats the colons in my absolute classpaths as separator. Example: <property name="classpath" value="D:/Apps/Apache Group/Apache/jars/xalan.jar"/> Results in the following output: ... Dropping from classpath: E:\Java\Generator\D Dropping from classpath: E:\Apps\Apache Group\Apache\jars\xalan.jar ... My packages are distributed across the whole system. ML
