Friends,
I am trying to build a web application using
Ant in eclipse. There are two third party jars(of same vendor) in application having a class with same absolute name(means with package) although methods in the classes are different. When I compile or build code using eclipse its compiled fine because I can control the order of jar files in .classpath file. But when try to compile using buildscript in eclipse or outside eclipse, unable to control the order of jar files and pick the wrong jar file first and result is compilation fail.
Have any idea how to control order of jar files when compile the code using Ant.
Thanks in advance.