Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 24938 invoked from network); 28 Apr 2005 18:10:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Apr 2005 18:10:20 -0000 Received: (qmail 53610 invoked by uid 500); 28 Apr 2005 18:11:27 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 53591 invoked by uid 500); 28 Apr 2005 18:11:27 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 53567 invoked by uid 99); 28 Apr 2005 18:11:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from pyxis.i-cable.com (HELO pyxis.i-cable.com) (203.83.115.98) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 28 Apr 2005 11:11:26 -0700 Received: (qmail 18037 invoked by uid 104); 28 Apr 2005 18:10:12 -0000 Received: from bill@beansbox.com by pyxis by uid 101 with qmail-scanner-1.21 ( Clear:RC:1(61.15.105.120):. Processed in 0.084554 secs); 28 Apr 2005 18:10:12 -0000 Received: from cm61-15-105-120.hkcable.com.hk (HELO ?192.168.0.102?) (61.15.105.120) by 0 with SMTP; 28 Apr 2005 18:10:12 -0000 Subject: Re: axis 1.5 build failed in FC 3 From: "So Hok Chun, Bill" To: axis-c-user@ws.apache.org Content-Type: text/plain Date: Fri, 29 Apr 2005 02:10:17 +0800 Message-Id: <1114711817.6242.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-2) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Samisa and other folks, Thanks for your suggestion. This is really a problem of header files. I've solved that problem finally. Now, running "ant" has no problem. But when I run "ant -f package.xml", and returns error saying that the "symlink" type is missing. I am using Ant from www.jpackage.org. Would that causes the problem? I don't know whether that's an extra module in Ant or it's included in the Ant core. (I am no-voice user to ant. Please find the error in the end of this email) Did you have similar error? I tried sh -x ant -f package.xml and look at the classpath. Here it is: ++ exec /usr/lib/jvm/java/bin/java - classpath /usr/share/java/ant.jar:/usr/share/java/ant- launcher.jar:/usr/share/java/ant- contrib.jar:/usr/share/java/cpptasks.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-commons-apis.jar:/usr/lib/jvm/java/lib/tools.jar -Dant.home=/usr/share/ant -Dant.library.dir=/usr/share/ant/lib org.apache.tools.ant.launch.Launcher -lib '' -f package.xml >>>>>>>>>>>>>>>>>>>>>> symlink error >>>>>>>>>>> copyAndLinkLinuxLibraries: BUILD FAILED /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/package.xml:268: The following error occurred while executing this line: /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/package.xml:247: The following error occurred while executing this line: /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/package.xml:226: The following error occurred while executing this line: /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/package.xml:182: The following error occurred while executing this line: /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/package.xml:146: Could not create task or type of type: symlink. Thanks so much for your help. Bill