Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 72606 invoked from network); 23 Oct 2003 05:57:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Oct 2003 05:57:10 -0000 Received: (qmail 11172 invoked by uid 500); 23 Oct 2003 05:56:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11131 invoked by uid 500); 23 Oct 2003 05:56:45 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 38324 invoked from network); 22 Oct 2003 19:46:37 -0000 Message-ID: <8777AECC8C4E6148B2C9673B7FB0709301C0F3DE@mostls1msgusr06.itservices.sbc.com> From: "SANDERS, JOHN D. (SBCSI)" To: "'user@ant.apache.org'" Subject: FW: Build.xml Date: Wed, 22 Oct 2003 14:46:26 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have about ready to kill myself over this one. I have some support files (jar.files) that need to be linked in during the compile but this just does not seem to work. Anyone got any ideas? Thanks John D. Sanders :-) Sr. Consulting IT Architect - IBM (760) 954-0637 js4747@sbc.com or johns2@us.ibm.com Integrity is doing what is right even when no one is looking. Character is what you are willing to stand up for when someone is looking. ========= BUILD.XML ========= Gets the source from CVS; Compiles the programs and builds the EAR file. ========== Errors ========== [javac] /appl/cvs/builddir/*.java/Tracs_Java/com/sbc/tracs/domain/AcctViewFa ctory.java:45: cannot resolve symbol [javac] symbol : class TopazException [javac] location: class com.sbc.tracs.domain.AcctViewFactory [javac] public abstract AcctView create(String acctStatId, List listXML)throws TopazException,CACSException; [javac] ^ [javac] 100 errors --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org