Would it be possible to have the Ant integration automatically discover jars which define its custom tasks like the normal Ant scripts do?
One possible implementation would be to create a URLClassLoader with a list of the jars from a subdirectory of the IDEA installation directory (lib/ext for example), load the Ant classes using that classloader and instantiate Ant objects via those Class objects (probably Project and ProjectHelper are all that's required). This enhancement would reduce (if not remove) the need for the classpath setting in the Ant properties. --- Sitraka -- the Java advantage http://www.sitraka.com/ _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
