Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using ANT to compile code on AIX.

843810Aug 16 2004 — edited Aug 19 2004
Can 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 16 2004
Added on Aug 16 2004
5 comments
236 views