Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 8544 invoked from network); 15 Jan 2007 02:36:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2007 02:36:39 -0000 Received: (qmail 71026 invoked by uid 500); 15 Jan 2007 02:36:38 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 70756 invoked by uid 500); 15 Jan 2007 02:36:37 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 70745 invoked by uid 99); 15 Jan 2007 02:36:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jan 2007 18:36:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of linsun.unc@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jan 2007 18:36:27 -0800 Received: by wx-out-0506.google.com with SMTP id h28so1496141wxd for ; Sun, 14 Jan 2007 18:36:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; b=HpmKl3P04D2cNdqBKf1hQVJPOv28w64bW/c1Vc4RBWhgKs3LUkKGU2eLvurddMbR75AEvU5DD6TqGR5Iyj0rMO94jSGr+dFeMVD4oAcV742rDnzHye3OonWLO8FcokSXnfNNApn0am+h9nqg2GAr0TQj5BY6dOUv307r0imzOdo= Received: by 10.70.50.10 with SMTP id x10mr6999078wxx.1168828567175; Sun, 14 Jan 2007 18:36:07 -0800 (PST) Received: from LinT60 ( [66.57.117.23]) by mx.google.com with ESMTP id 24sm10477893wrl.2007.01.14.18.36.05; Sun, 14 Jan 2007 18:36:06 -0800 (PST) From: "Lin Sun" To: Subject: RE: cannot build axis2 trunk Date: Sun, 14 Jan 2007 21:36:08 -0500 Message-ID: <004701c7384d$ea2ca4a0$10904c09@raleigh.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <559c463d0701122202h9aed8eax99d427df8936530d@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 thread-index: Acc22IcNRAof0g0JRfe2O7lhIqBGXABdTfBw X-Virus-Checked: Checked by ClamAV on apache.org Hi Ruchith, I tried your suggested workaround below and it builds fine for me now! :-) I am using maven 1.1 beta 2. Thanks, Lin -----Original Message----- From: Ruchith Fernando [mailto:ruchith.fernando@gmail.com] Sent: Saturday, January 13, 2007 1:03 AM To: axis-user@ws.apache.org Subject: Re: cannot build axis2 trunk Hi Lin, This is because the Axis2 SAAJ impl is now being updated to SAAJ 1.3. I tried to make the SAAJ stuff build only when JDK 1.5 is present (using maven.multiproject.includes.requiresJDK15 of project.properties and removing them from maven.multiproject.includes) but it doesn't seem to work for me :-( Thanks, Ruchith On 1/13/07, Lin Sun wrote: > Hi there, > > I still haven't had luck in building axis2 trunk and I am getting a compile > error with the trunk I checked out .5-1 hour ago: > > test:compile: > [copy] Copying 1 file to > E:\axis2-trunk\modules\saaj\target\test-classes\mod > ules > [javac] Compiling 20 source files to > E:\axis2-trunk\modules\saaj\target\test > -classes > [javac] > E:\axis2-trunk\modules\saaj\test\org\apache\axis2\saaj\SOAPPartTest. > java:165: cannot resolve symbol > [javac] symbol : method getInputEncoding () > [javac] location: class javax.xml.soap.SOAPPart > [javac] String inputEncoding = sp.getInputEncoding(); > [javac] ^ > [javac] 1 error > > BUILD FAILED > File...... C:\Documents and > Settings\Administrator\.maven\cache\maven-multiproje > ct-plugin-1.5-SNAPSHOT\plugin.jelly > Element... maven:reactor > Line...... 227 > Column.... -1 > Unable to obtain goal [multiproject:install-callback] -- C:\Documents and > Settin > gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jelly: > 55:- > 1: Compile failed; see the compiler error output for details. > Total time : 25 minutes 55 seconds > Finished at : Friday, January 12, 2007 2:38:31 PM EST > > Thanks, Lin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- www.ruchith.org www.wso2.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org