Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 45788 invoked from network); 6 Sep 2005 03:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 03:28:30 -0000 Received: (qmail 29306 invoked by uid 500); 6 Sep 2005 03:28:29 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 29289 invoked by uid 500); 6 Sep 2005 03:28:28 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 29276 invoked by uid 99); 6 Sep 2005 03:28:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2005 20:28:28 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=BIZ_TLD X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [204.127.198.43] (HELO rwcrmhc12.comcast.net) (204.127.198.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2005 20:28:41 -0700 Received: from [127.0.0.1] (c-67-176-52-226.hsd1.co.comcast.net[67.176.52.226]) by comcast.net (rwcrmhc12) with ESMTP id <2005090603282601400attgfe>; Tue, 6 Sep 2005 03:28:26 +0000 Message-ID: <431D0CD6.4070308@xsoftware.biz> Date: Mon, 05 Sep 2005 21:28:22 -0600 From: Dean Hiller User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-dev@ws.apache.org Subject: Re: axis2 build stillfailing References: <4316F9AE.10306@xsoftware.biz> <19e0530f050901060746796b98@mail.gmail.com> <431B8B91.4030303@xsoftware.biz> <431BC0D4.6080809@opensource.lk> <431BC9B1.80301@xsoftware.biz> <431C4C0A.7070407@opensource.lk> <431CDFC7.4050506@xsoftware.biz> <431CF4DD.6080903@opensource.lk> In-Reply-To: <431CF4DD.6080903@opensource.lk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am using 5.0jdk. The error seems to be slightly different but very close. I will go try 1.4. thanks, dean Eran Chinthaka wrote: > Hi Dean, > > Dean Hiller wrote: > >> whoops, I think that was because I ran the commands on maven 1.0, and >> then switched to 1.1. Now I am getting the error on 1.6.2. Any >> ideas on what is wrong? > > > If you got the mentioned two plugins updated, then it should run > perfectly well with Maven 1.1. > > But if you are on JDK 1.5, then we have a known bug where some test > cases fail (see here for more information > http://issues.apache.org/jira/browse/AXIS2-193) > > If you still feels its some other thing, past the things above what > you have pasted here. I can't exactly figure out what has happened by > the things you have pasted here. I think one of your tests has failed. > > If you see that, the tests mentioned in > http://issues.apache.org/jira/browse/AXIS2-193 is failing, then its > something to do with JDK 1.5 incompatibility. > >> ps. thanks for your patience....some would have castrated me by now >> on my stupid mistakes :). > > > Humans have no control over mistakes (at least in Software), if they > do, they will not do mistakes, hopefully :). > > Regards, > Chinthaka > >> >> BUILD FAILED >> File...... C:\Documents and >> Settings\fastdragon\.maven\cache\maven-multiproject- >> plugin-1.4.1\plugin.jelly >> Element... maven:reactor >> Line...... 218 >> Column.... 9 >> Unable to obtain goal [multiproject:install-callback] -- C:\Documents >> and Settin >> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: >> T >> here were test failures. >> Total time : 5 minutes 43 seconds >> Finished at : Monday, September 5, 2005 6:10:48 PM MDT >> >> thanks, >> dean >> >> Eran Chinthaka wrote: >> >>> Hi Dean, >>> >>> I think you have not done what the FAQ says. See I have higlighted >>> that, u still have version 1.5.2 of maven-artifact plugin. We need >>> to have maven-artifact plugin version 1.6. >>> >>> Dean Hiller wrote: >>> >>>> I did what the FAQ did and still got what kind of looks like the >>>> same error(it looks slightly different but the same?). It would >>>> actually be very nice if the version of maven and ant you were >>>> using was checked in and I just ran build.bat. >>> >>> >>> >>> I can't understand what you mean here ... You want us to upload the >>> correct maven and ant versions ? >>> >>> -- Chinthaka >>> >>>> I have seen this done with ant and I have never have had a problem >>>> building projects that go that route. It would be a nice future >>>> feature at least so others don't run into these problems. My >>>> current error is this.... >>>> >>>> jar:install: >>>> [echo] Installing... >>>> Uploading to axis2/jars/axis2-common-0.91.jar: >>>> .................... (18K) >>>> >>>> BUILD FAILED >>>> File...... C:\Documents and >>>> Settings\fastdragon\.maven\cache\maven-multiproject- >>>> plugin-1.4.1\plugin.jelly >>>> Element... maven:reactor >>>> Line...... 218 >>>> Column.... 9 >>>> Unable to obtain goal [multiproject:install-callback] -- >>>> C:\Documents and Settin >>>> gs\fastdragon\.maven\cache*\maven-artifact-plugin-1.5.2*\plugin.jelly:62:9: >>>> >>> act:artifact-install> >>>> org.apache.maven.project.Dependency.setProperties(Ljava/ut >>>> il/List;)V >>>> Total time : 42 seconds >>>> Finished at : Sunday, September 4, 2005 10:23:19 PM MDT >>>> >>>> thanks, >>>> dean >>>> >>>> >>>> >>>> Eran Chinthaka wrote: >>>> >>>>> Hi Dean, >>>>> >>>>> If you have maven 1.1 please read the FAQ here : >>>>> http://ws.apache.org/axis2/maven-help.html. It may help you. >>>>> >>>>> -- Chinthaka >>>>> >>>>> Dean Hiller wrote: >>>>> >>>>>> thanks, now my axis2 build is failing on something else.....any >>>>>> ideas on what this is? >>>>>> >>>>>> BUILD FAILED >>>>>> File...... C:\Documents and >>>>>> Settings\fastdragon\.maven\cache\maven-multiproject- >>>>>> plugin-1.3.1\plugin.jelly >>>>>> Element... maven:reactor >>>>>> Line...... 217 >>>>>> Column.... 9 >>>>>> Unable to obtain goal [multiproject:install-callback] -- >>>>>> C:\Documents and Settin >>>>>> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: >>>>>> T >>>>>> here were test failures. >>>>>> Total time: 7 minutes 56 seconds >>>>>> Finished at: Sun Sep 04 17:37:26 MDT 2005 >>>>>> >>>>>> thanks, >>>>>> dean >>>>>> >>>>>> Davanum Srinivas wrote: >>>>>> >>>>>>> http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2 >>>>>>> >>>>>>> On 9/1/05, Dean Hiller wrote: >>>>>>> >>>>>>> >>>>>>>> I tried to build from CVS, but I got the following error >>>>>>>> >>>>>>>> Attempting to download maven-itest-plugin-1.0.jar. >>>>>>>> WARNING: Failed to download maven-itest-plugin-1.0.jar. >>>>>>>> >>>>>>>> Where is this jar, and how to I get it so my build keeps building? >>>>>>>> >>>>>>>> thanks, >>>>>>>> dean >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>> >>>> >>>> >> >> >> >