Using ANT to compile code on AIX.
843810Aug 16 2004 — edited Aug 19 2004Can anyone tell me what is te equivalent of Window's CLASSPATH on AIX?
I have a ANT build script that extratcs the source code from CVS repository and compiles everything, creates all the needed JAR, WAR and WAR files. This script executes well on Windows XP but it is not able to compile the classes on AIX. It always asks for Log4j classes as I am using log4j in my application. I have already added the AIX PATH variable with log4j-1.2.8.jar location. Also added this logj JAR file in Java/JDKs lib directory. Nothing seems to work.
What could be the reason? Where am I going wrong? Any help would be appreciated.
Thanks in advance.
Tappori