This is my
build.xml file & it is in
c:\sai folder.
My
ant's bin folder is set in the path.
The major purpose of this build.xml is to check how to include third party jars using ant target & compile them using that.
But when I run the target
pdfcompile , eventhough the build is successful it's the
java file is not compiled & classes not created in output folder.
Regards.