Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 94932 invoked from network); 15 Feb 2008 13:46:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2008 13:46:33 -0000 Received: (qmail 44253 invoked by uid 500); 15 Feb 2008 13:46:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 44203 invoked by uid 500); 15 Feb 2008 13:46:25 -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 44192 invoked by uid 99); 15 Feb 2008 13:46:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 05:46:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 13:45:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4B1E714087 for ; Fri, 15 Feb 2008 05:46:07 -0800 (PST) Message-ID: <7961592.1203083167933.JavaMail.jira@brutus> Date: Fri, 15 Feb 2008 05:46:07 -0800 (PST) From: "Shiva Kumar H R (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-279) Figure out how to compile Geronimo schemas using JAXB In-Reply-To: <20936159.1202822232572.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569270#action_12569270 ] Shiva Kumar H R commented on GERONIMODEVTOOLS-279: -------------------------------------------------- Thanks YunFeng for the testcase. One observation: 1) When I extracted JAXBtest.zip to "E:\xjc test" (note space in folder name) and ran "mvn compile", it failed throwing following errors: [INFO] Compiling file:/E:/xjc%20test/src/main/resources/geronimo-module-1.2.xsd [ERROR] [ERROR] "file:/E:/xjc test/src/main/resources/geronimo-module-1.2.xsd" i s not a part of this compilation. Is this a mistake for "file:/E:/xjc test/src/m ain/resources/geronimo-module-1.2.xjb"? [ERROR] line 5 of file:/E:/xjc%20test/src/main/resources/geronimo-module-1.2.x jb [ERROR] [ERROR] [ERROR] Property "Name" is already defined. [ERROR] line 682 of file:/E:/xjc%20test/src/main/resources/geronimo-module-1.2 .xsd [ERROR] [ERROR] [ERROR] The following location is relevant to the above error [ERROR] line 661 of file:/E:/xjc%20test/src/main/resources/geronimo-module-1.2 .xsd [ERROR] [INFO] failure in the XJC task. Use the Ant -verbose switch for more details 2) When I later renamed folder to "xjc-test" (note space is removed), and ran "mvn compile", it was successful. So make sure there are no spaces in the path. > Figure out how to compile Geronimo schemas using JAXB > ----------------------------------------------------- > > Key: GERONIMODEVTOOLS-279 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-279 > Project: Geronimo-Devtools > Issue Type: Sub-task > Components: eclipse-plugin > Affects Versions: 2.1.0 > Reporter: Shiva Kumar H R > Assignee: Shiva Kumar H R > Fix For: 2.1.0 > > Attachments: geronimo-module-1.2.xjb, JAXBtest.zip > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.