Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A02366D96 for ; Mon, 20 Jun 2011 20:35:03 +0000 (UTC) Received: (qmail 51071 invoked by uid 500); 20 Jun 2011 20:35:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 50972 invoked by uid 500); 20 Jun 2011 20:35:03 -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 50963 invoked by uid 99); 20 Jun 2011 20:35:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:35:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 209.85.216.54 as permitted sender) Received: from [209.85.216.54] (HELO mail-qw0-f54.google.com) (209.85.216.54) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:34:54 +0000 Received: by qwc9 with SMTP id 9so1517518qwc.13 for ; Mon, 20 Jun 2011 13:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=xuygVjRNKED2mAtGa6hhO5Wa85iyLrtxa6salS8oL98=; b=FSV2lz3j647U4k3gcZqUgm+dh95QfJyqtQGoU2P8HF7GMExnOx2X8twAnZhUUWkPxg 8rp6OxE8a/rsKHy8uR1p5BQqOOYhUAFiB38Jarr3sf7xUpNnmVRpHqX3K+oWlHMpnqZN eD2g6W+DRCymJ/0QbEHu/plzravN8gXmRWkn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=t1x7vk0zVHJznNM84sbqS1jZz5olcSQoUYWIeeSuMXS+wJQVwnFEhj7Ymd8vpP0a94 I96Pn5G9FF057Mbb4Fhj5sGCaVHQBoGnCHyGNGf8MLRbMSG0F4ZO6BfPs4wrRX96ZPu2 9IyBINxDjjFIuFKhcJJ1qc1QoIyLxRDyvMAXg= Received: by 10.229.4.203 with SMTP id 11mr4477228qcs.72.1308602073605; Mon, 20 Jun 2011 13:34:33 -0700 (PDT) Received: from [10.0.1.198] (cpe-066-057-037-066.nc.res.rr.com [66.57.37.66]) by mx.google.com with ESMTPS id mz7sm4382508qcb.23.2011.06.20.13.34.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Jun 2011 13:34:32 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: G3-trunk build failed From: Kevan Miller In-Reply-To: Date: Mon, 20 Jun 2011 16:34:31 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <520D82DE-1A46-4B8F-9AE4-46B833924835@gmail.com> References: <1932511506.17687.1308427263793.JavaMail.root@vanadium.sys.ma.cait.org> To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org On Jun 20, 2011, at 2:32 PM, Gary Shin wrote: > Hi, > The system configurations are given below >=20 > Trunk checked out at revision: 1137722 >=20 > java version "1.6.0_25" > Java(TM) SE Runtime Environment (build 1.6.0_25-b06) > Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode) >=20 >=20 > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) > Java version: 1.6.0_25 > Java home: C:\Program Files\Java\jdk1.6.0_25\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows" >=20 > Running maven with debug enabled i found this error which is causing = the build fail. I understand that it is a windows' path issue as = highlighted below (Program Files detected as Files). So where exactly = can this be changed? Nice. Thanks for digging that up. Is anyone building on Windows, = currently?=20 So, your JAVA_HOME setting is: JAVA_HOME=3Dc:\program = files\Java\jdk1.6.0_25? A simple attempt would be: set JAVA_HOME=3Dc:\progra~1\Java\jdk1.6.0_25 mvn ... I don't know how the Java directory gets passed around in the wsdl = generating code. I'd loook at invokeWsgen() in = plugins/jaxws/geronimo-jaxws-sun-tools/src/main/java/org/apache/geronimo/j= axws/sun/tools/WsdlGenerator.java to see how it's being invoked. Assuming your JAVA_HOME setting is correct, you should create a JIRA. --kevan=