Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 46530 invoked from network); 2 Mar 2004 02:02:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Mar 2004 02:02:39 -0000 Received: (qmail 93215 invoked by uid 500); 2 Mar 2004 02:02:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 93186 invoked by uid 500); 2 Mar 2004 02:02:14 -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 93170 invoked from network); 2 Mar 2004 02:02:13 -0000 Received: from unknown (HELO diablo5.dnswithus.net) (209.219.246.15) by daedalus.apache.org with SMTP; 2 Mar 2004 02:02:13 -0000 Received: (qmail 28262 invoked by uid 2526); 2 Mar 2004 02:02:22 -0000 Received: from 67.100.115.114 ( [67.100.115.114]) as user barry@localhost by webmail.goodconsultants.com with HTTP; Mon, 1 Mar 2004 20:02:22 -0600 Message-ID: <1078192942.4043eb2e7c847@webmail.goodconsultants.com> Date: Mon, 1 Mar 2004 20:02:22 -0600 From: barry@goodconsultants.com To: user@ant.apache.org, ant-contrib-developers@lists.sourceforge.net, carnold@users.sourceforge.net, carnold@houston.rr.com Subject: Problems with cc task, using libset MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 67.100.115.114 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 Curt, and all, When using the following CODE in build.xml, I resulted in the error in the bottom of this email. I was following the example given in http://cvs.sourceforge.net/viewcvs.py/ant-contrib/cpptasks/Attic/cc.html?rev=1.7 Please advice and comment how I can use the libset correctly. Thanks in advance. Barry CODE: ERROR: [barry@fire test]$ ant Buildfile: build.xml BUILD FAILED /home/barry/p4/barry/client/src/c/poliwall/pdllib/test/build.xml:49: Could not c reate task or type of type: libset. Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'libset'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using . Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org