I fixed my problem by creating a <path> for all jars that has two <fileset>
attributes (one for each directory of jars).
Thanks.
-Jason
[snippet]
> All-
>
> I am trying to compile a particular project that depends
> on external jar
> files. Following is my simple build.xml but I can't seem
> to get the
> reference to the external jars working. When I try to
> run ant on the file,
> it complains that it can't compile because it can't find
> the classes in the
> external jars.
>
> Any help you can give would, of course, be greatly appreciated!
[/snippet]