Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 31802 invoked from network); 10 Jul 2006 23:36:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 23:36:56 -0000 Received: (qmail 16216 invoked by uid 500); 10 Jul 2006 23:36:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 16180 invoked by uid 500); 10 Jul 2006 23:36:52 -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 16169 invoked by uid 99); 10 Jul 2006 23:36:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 16:36:52 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 66.249.82.205 as permitted sender) Received: from [66.249.82.205] (HELO wx-out-0102.google.com) (66.249.82.205) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 16:36:51 -0700 Received: by wx-out-0102.google.com with SMTP id s9so1475654wxc for ; Mon, 10 Jul 2006 16:36:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:subject:date:to:x-mailer:from:sender; b=HC5wS6x9mSk0JodJN9qbvnhg2xD9hhSvtESv/5lmoMzLrpllfpExileBK6AvQU8zFN38YNOHh06T25gVaU+UC1qq1Nuco6+i77aNEfv/eQhtNwEntHbqpGFfuqL/tukbmhrl8qPLlEBhy2ncnCLUrmBqgE6VjkxwDILkhWhvY2w= Received: by 10.70.20.18 with SMTP id 18mr6559263wxt; Mon, 10 Jul 2006 16:36:30 -0700 (PDT) Received: from ?10.0.1.5? ( [67.180.143.96]) by mx.gmail.com with ESMTP id i35sm3477545wxd.2006.07.10.16.36.29; Mon, 10 Jul 2006 16:36:30 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <032D6B3D-D30A-45CF-B51E-65C30EA05916@planet57.com> References: <032D6B3D-D30A-45CF-B51E-65C30EA05916@planet57.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Subject: Re: [M2 build] : Error building application uddi-db on XP Date: Mon, 10 Jul 2006 16:36:16 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) From: Jason Dillon Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The uddi-db module should be buildable now since #420661 Give it a whirl and let me know if you run into anything else. --jason On Jul 10, 2006, at 4:28 PM, Jason Dillon wrote: > It appears that the uddi-db module should *NOT* have any webapp > stuff, but only the derby database files. > > So, unless someone can shed some light onto why the db module has > webapp files in it, I'm going to remove them. > > --jason > > > On Jul 10, 2006, at 4:15 PM, Jason Dillon wrote: > >> Why are the uddi-* webapp files duplicated in the -server and -db >> modules? >> >> >> uddi-db/src >> uddi-db/src/sql >> uddi-db/src/sql/juddi.sql >> uddi-db/src/webapp >> uddi-db/src/webapp/happyjuddi.jsp >> uddi-db/src/webapp/WEB-INF >> uddi-db/src/webapp/WEB-INF/juddi.properties >> uddi-db/src/webapp/WEB-INF/web.xml >> uddi-server/src >> uddi-server/src/webapp >> uddi-server/src/webapp/happyjuddi.jsp >> uddi-server/src/webapp/WEB-INF >> uddi-server/src/webapp/WEB-INF/juddi.properties >> uddi-server/src/webapp/WEB-INF/web.xml >> >> >> --jason >> >> >> On Jul 10, 2006, at 5:12 AM, Prasad Kashyap wrote: >> >>> Seeing this error on Windows XP only. Unable to recreate it on >>> Linux. >>> >>> I am trying to build the trunk using m2. I began with a clean >>> repo and >>> did a fresh checkout. >>> >>> I executed build.bat and it ran the bootstrap stage. Then I executed >>> >>> build.bat -Dstage=assembly -Dmaven.test.skip=true. >>> >>> It failed while trying to build applications/uddi-db with the >>> following error >>> >>> --------------- >>> [INFO] [antrun:run {execution: default}] >>> [INFO] Executing tasks >>> [delete] Deleting directory >>> C:\Apache\geronimo\trunk\applications\uddi-db\target\resources >>> \META-INF\geronimo-uddi-db\var\derby >>> [mkdir] Created dir: >>> C:\Apache\geronimo\trunk\applications\uddi-db\target\resources >>> \META-INF\geronimo-uddi-db\var\derby >>> [sql] Executing file: >>> C:\Apache\geronimo\trunk\applications\uddi-db\src\sql\juddi.sql >>> [sql] 87 of 87 SQL statements executed successfully >>> [INFO] Executed tasks >>> [INFO] [resources:resources] >>> [INFO] Using default encoding to copy filtered resources. >>> [INFO] [compiler:compile] >>> [INFO] No sources to compile >>> [INFO] [jspc:compile {execution: jspc}] >>> [INFO] Built File: \happyjuddi.jsp >>> [INFO] [antrun:run {execution: default}] >>> [INFO] Executing tasks >>> [delete] Deleting directory >>> C:\Apache\geronimo\trunk\applications\uddi-db\taget\resources >>> \META-INF\geronimo-uddi-db\var\derby >>> [INFO] >>> -------------------------------------------------------------------- >>> ---- >>> [ERROR] BUILD ERROR >>> [INFO] >>> -------------------------------------------------------------------- >>> ---- >>> [INFO] Error executing ant tasks >>> >>> Embedded error: Unable to delete file >>> C:\Apache\geronimo\trunk\applications\uddi-db\target\resources >>> \META-INF\geronimo-uddi-db\var\derby\UddiDatabase\db.lck >>> [INFO] >>> -------------------------------------------------------------------- >>> ---- >>> [INFO] For more information, run Maven with the -e switch >>> [INFO] >>> -------------------------------------------------------------------- >>> ---- >>> [INFO] Total time: 1 minute 36 seconds >>> [INFO] Finished at: Mon Jul 10 07:47:20 EDT 2006 >>> [INFO] Final Memory: 28M/51M >>> >>> --------------------------------- >>> >>> It is trying to execute the antrun plugin in the >>> applications/uddi-db/pom.xml a second time when the error occurs. >>> >>> Cheers >>> Prasad >> >