I don't normally delve into Ant build files, so it's a bit alien. I
believe this is the build file for gnumail-providers.jar?
http://svn.sv.gnu.org/viewvc/trunk/mail/build.xml?revision=1156&root=classpathx&view=markup
I'm trying to figure out:
1.) what the dependencies are for this JAR. T
The (unsupported) compilation target 'gnumail' compiles the ${src} directory
(source), including the files
gnu/mail/util/*.java
gnu/mail/handler/*.java
javax/mail/**/*.java
The classpath is mail.classpath, defined as
${src}
${activation.jsr}
${inetlib.jar}
The compilation target 'providers' compi