From dev-return-77976-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu Nov 05 16:28:44 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 19109 invoked from network); 5 Nov 2009 16:28:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Nov 2009 16:28:43 -0000 Received: (qmail 73641 invoked by uid 500); 5 Nov 2009 16:28:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 73556 invoked by uid 500); 5 Nov 2009 16:28:43 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 73541 invoked by uid 99); 5 Nov 2009 16:28:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 16:28:43 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.41] (HELO smtp102.prem.mail.ac4.yahoo.com) (76.13.13.41) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 05 Nov 2009 16:28:40 +0000 Received: (qmail 21126 invoked from network); 5 Nov 2009 16:28:18 -0000 Received: from bi01p1.nc.us.ibm.com (dwoods@129.33.49.251 with plain) by smtp102.prem.mail.ac4.yahoo.com with SMTP; 05 Nov 2009 08:28:18 -0800 PST X-Yahoo-SMTP: sCI.ryiswBB7FW.DxjU523c87MI- X-YMail-OSG: elPZeawVM1kZx4rBvNBmWZmAEeUue25p96LiGsEAbLl4M1aafi53xCrZToW.M2Vm9B3HEVTW5E2hI6ORqQZcKexlhOy97wvRZQADaNVgT_qOiaC.GTUw9Bv5J5RO4OeNxib2rwx_lg6A1a8fd0Izg84SLlWIbrOGO.bA0is75Ig8dblVlGz4fD74lGwMhFoAFz8d3MGusvdCYrdSsZKkvILTdxarsPTdM8jPKoOsMPMRXdKVumw2rLXI53DP4Yn16ZEOIr9S5SIZp6iGM2wmroUtvpZVZqHuDE6P7dJWXnnbDJn.VHIXiqF336dCTpNSmbktoydu0wQD0Nkp3UoHrADMXaUs6I.v7IkznSBGbfZfmmJwkunB7I5Kfp_a9n2TRSYobeeHY599OIq_704Ab18Py4jdLh1Bepe2MbfatrFJ.f1_V4tdX1SQPI8bHvghbzEmVl1PBXi_UZpSQMQYVlm0belIDizGAAB4TQ-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4AF2FD22.90101@apache.org> Date: Thu, 05 Nov 2009 11:28:18 -0500 From: Donald Woods User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: dev@geronimo.apache.org CC: FLI@mdacorporation.com Subject: Re: help References: <56B2273AB77DDA4E9216BD7639D129830426D63E@VMXYVR2.ds.mda.ca> <4AF1C24D.40304@apache.org> <56B2273AB77DDA4E9216BD7639D129830426D642@VMXYVR2.ds.mda.ca> In-Reply-To: <56B2273AB77DDA4E9216BD7639D129830426D642@VMXYVR2.ds.mda.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit As I mentioned in one of the replies, on Windows you need to use a very short directory path when building the server, due to Windows not handling long paths/filenames correctly. Try moving your geronimo_server directory to C:\ and then renaming to something like "g22" and try running the build again.... -Donald Fei LI wrote: > Hi Donald, > > Thanks for your help first. There was an error: > > " > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to delete directory: > C:\JavaFinance\projects\geronimo_server\plugins\axis\axis-deployer\targe > t. Reason: Unable to delete directory C:\JavaFinance\ > projects\geronimo_server\plugins\axis\axis-deployer\target\repository\or > g > " > > And the error was solved by uncheck "ReadOnly" for all files and > folders. > > Then I re-run build, and got error: > " > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > C:\JavaFinance\projects\geronimo_server\plugins\axis2\geronimo-axis2\src > \test\java\org\apache\geronimo\axis2\Axis2WebServiceContainerTest.java:[ > 105,48] cannot find symbol > symbol : method getTextContent() > location: interface org.w3c.dom.Element > " > > My environment is: > 1. Maven 2.0.10 > 2. jdk1.5.0_22 (latest from Sun) > 3. svn https://svn.apache.org/repos/asf/geronimo/server/branches/2.2 > 4. mvn clean install -DfailIfNoTests=false -Dtest= > > > Thanks > > Fei Li > > > > > > > > -----Original Message----- > From: Donald Woods [mailto:dwoods@apache.org] > Sent: Wednesday, November 04, 2009 1:05 PM > To: dev@geronimo.apache.org > Cc: Fei LI > Subject: Re: help > > For the 2.2 based projects - > Maven 2.0.10 > Java 5 (latest 1.5.0 from Sun or IBM) > > First, build the server without tests - > 1) svn co https://svn.apache.org/repos/asf/geronimo/server/branches/2.2 > g22 > Note: for Windows, extract to a drive root to minimize the path length > used, like C:\g22 > 2) cd g22 > 3) mvn clean install -DfailIfNoTests=false -Dtest= > > Next, build GEP 2.2.0 (but not the testsuite) - > 1) svn co > https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk > gep-trunk > 2) cd gep-trunk > 3) mvn clean install > > If all went well, then you can try running the testsuite - > 1) cd testsuite > 2) mvn clean install > > > -Donald > > > Fei LI wrote: >> Hi Kevan, >> >> I am so glad to have your answer. Yes, I sent to everyone because I do > >> not know if my email reached anybody. I always get my own email back. >> I do not know what that means. Blocked? Bumped? Accepted but nobody > answer? >> >> After you fix it, can you simply give me what procedure to follow? I >> need a success build without error. >> >> 1. which Maven version to try. >> 2. which SVN path to retrieve source code. >> 3. which Maven commend to use: "mvn clean install -Ptestsuite" >> >> >> Thanks >> >> Fei Li >> >> ---------------------------------------------------------------------- >> -- >> *From:* Kevan Miller [mailto:kevan.miller@gmail.com] >> *Sent:* Wednesday, November 04, 2009 11:19 AM >> *To:* Geronimo Dev >> *Cc:* Fei LI >> *Subject:* Re: help >> >> Hi Fei, >> Please try and limit your email topics to a single mailing list. >> >> Donald Woods responded to your first question as follows: >> >> On Nov 3, 2009, at 8:05 PM, Donald Woods wrote: >> >>> Before building the Eclipse Plugins (GEP 2.2.0) you'll need to build >>> a Geronimo 2.2-SNAPSHOT server locally (from geronimo/brnaches/2.2), >>> as the artifacts out on the SNAPSHOT repo are really old. I've >>> started a build to publish the latest 2.2-SNAPSHOT artifacts out, to >>> get one last one out there before we have a 2.2 RC to start testing, >>> but it'll take several hours for the publish to finish. The best >>> bet, is to always build the latest server code before trying to build > GEP.... >> I haven't tried to build devtools, recently. Will give it a try... >> >> --kevan >