Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 69079 invoked from network); 18 Apr 2002 19:39:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Apr 2002 19:39:33 -0000 Received: (qmail 14753 invoked by uid 97); 18 Apr 2002 19:39:31 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 14731 invoked by uid 97); 18 Apr 2002 19:39:31 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 14711 invoked from network); 18 Apr 2002 19:39:30 -0000 Reply-To: From: "John W. Warner" To: Subject: Need classpath help. Date: Thu, 18 Apr 2002 15:38:35 -0400 Organization: Naval Research Lab (Dept. Code 5595) Message-ID: <005f01c1e710$a1a3e3d0$b371fa84@nrl.navy.mil> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0060_01C1E6EF.1A9243D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0060_01C1E6EF.1A9243D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have a project that works great on W2K. I moved the project on to a Solaris 2.6 box and changed the build.xml file accordingly and I'm getting the following error; [javac] /afs/cmf/users/jwarner/EZM/src/mil/nrl/ezmoney/common/security/Encryptio n.java:8: cannot resolve symbol [javac] symbol : class BI [javac] location: package core [javac] import cryptix.util.core.BI; // Cryptix [javac] ^ There are more that I'm not including because they are the same error, but basically, it doesn't seem to be finding the crypitx32.jar file. So, I looked at the results of "ant -debug" and it looks as if everything in the build.xml file is parsing right and its showing the full directory path for the cryptix library and it's correct. The only thing that seems weird to me is that the java.class.path doesn't show the cryptix library listed and I'm thinking that it should. Anyway, does anyone have an idea or know what could be wrong here? Here are the relevant pieces of my build.xml file; . Also, Question 2 How do I do something like the following; If OS="SunOs" then basepath = . If OS="Windows NT" then basepath = . Thanks all.. in advance.. - John ------=_NextPart_000_0060_01C1E6EF.1A9243D0--