question regarding rexec task , how I can build dymically the classpath used by this task ? it required commons-net-xx.jar
I want to avoid to put the dependency jars in the ant lib. I tried to redefine the task and use a user defined classpath but it seems the task is still using the main ant classloader instead of the taskdef classpath I indicate to search for commons-net. regards,