Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 51504 invoked from network); 29 Apr 2005 07:15:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2005 07:15:55 -0000 Received: (qmail 47803 invoked by uid 500); 29 Apr 2005 07:17:07 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 47786 invoked by uid 500); 29 Apr 2005 07:17:07 -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 47768 invoked by uid 99); 29 Apr 2005 07:17:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mtagate1.uk.ibm.com (HELO mtagate1.uk.ibm.com) (195.212.29.134) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 29 Apr 2005 00:17:06 -0700 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate1.uk.ibm.com (8.12.10/8.12.10) with ESMTP id j3T7FnXJ147888 for ; Fri, 29 Apr 2005 07:15:49 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1307.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j3T7FkEb117758 for ; Fri, 29 Apr 2005 08:15:46 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.13.3) with ESMTP id j3T7FkWm025813 for ; Fri, 29 Apr 2005 08:15:46 +0100 Received: from d06ml062.portsmouth.uk.ibm.com (d06ml062.portsmouth.uk.ibm.com [9.149.38.82]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j3T7FkLC025810 for ; Fri, 29 Apr 2005 08:15:46 +0100 In-Reply-To: <403DD48EAE182940B89ECEAFE03F969002D1660E@cs-mailsvr.Virtusa.com> Subject: RE: axis 1.5 build failed in FC 3 To: "Apache AXIS C User List" X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Adrian Dick Date: Fri, 29 Apr 2005 08:15:49 +0100 X-MIMETrack: Serialize by Router on D06ML062/06/M/IBM(Release 6.53HF247 | January 6, 2005) at 29/04/2005 08:15:45 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, You don't mention exactly which version of ANT, etc. you are using. We are using a couple of features that are only present in later versions. The versions I use, and are also used for the nightly build are: Java - v1.4.1 ANT - v.1.6.1 ant-contrib - v0.6 cpptasks - v1.0beta3 These versions _should_ be mentioned in the documentation. Alas, taking a quick look now, I find the levels for ant-contrib and cpptasks are not explicitly mentioned. However, running the command "ant -projecthelp" on build.xml or package.xml provides some basic setup documentation, which does now include the above information. Could you check which versions you are using, and upgrade if required. Thanks, Adrian _______________________________________ Adrian Dick (adrian.dick@uk.ibm.com) "Samisa Abeysinghe" wrote on 29/04/2005 05:09:04: > I cannot exactly understand what is going wrong with ant based pacaking. > > Adrian, could you please help ass you are the expert in this space. > > > Thanks, > Samisa... > > -----Original Message----- > From: So Hok Chun, Bill [mailto:bill@beansbox.com] > Sent: Friday, April 29, 2005 12:10 AM > To: axis-c-user@ws.apache.org > Subject: Re: axis 1.5 build failed in FC 3 > > 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_imp > l.jar:/usr/share/java/xml-commons-apis.jar:/usr/lib/jvm/java/lib/tools.j > ar -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 >