Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 62772 invoked from network); 19 Aug 2008 02:09:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Aug 2008 02:09:51 -0000 Received: (qmail 34876 invoked by uid 500); 19 Aug 2008 02:09:49 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 34838 invoked by uid 500); 19 Aug 2008 02:09:49 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 34827 invoked by uid 99); 19 Aug 2008 02:09:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 19:09:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peter.jones@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 02:08:52 +0000 X-IronPort-AV: E=Sophos;i="4.32,231,1217822400"; d="scan'208";a="13969575" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 18 Aug 2008 22:08:20 -0400 Received: from homer.ooc.nf.ca ([10.68.8.2]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Mon, 18 Aug 2008 22:08:19 -0400 Received: (from pejones@localhost) by homer.ooc.nf.ca (8.11.6/8.11.6) id m7J27Jt27681 for dev@cxf.apache.org; Mon, 18 Aug 2008 23:37:19 -0230 X-Authentication-Warning: homer.ooc.nf.ca: pejones set sender to peter.jones@iona.com using -f Date: Mon, 18 Aug 2008 23:37:19 -0230 From: Peter Jones To: dev@cxf.apache.org Subject: Re: mvn -Pfastinstall failure with current trunk Message-ID: <20080818233719.A27431@homer.ooc.nf.ca> References: <61b5d9410808131743w6591c881s87890a46309d7ba0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <61b5d9410808131743w6591c881s87890a46309d7ba0@mail.gmail.com>; from bimargulies@apache.org on Wed, Aug 13, 2008 at 08:43:34PM -0400 Organization: IONA Technologies X-OriginalArrivalTime: 19 Aug 2008 02:08:19.0481 (UTC) FILETIME=[73229090:01C901A0] X-Virus-Checked: Checked by ClamAV on apache.org Hi Benson, I was seeing the same error a while ago, even using a clean maven repo and a fresh checkout. Couldn't figure out what was going on. I was grasping for straws, noticed there was no xjc on my path, so I decided to append the jdk6 bin to my path and the error went away. But then, when I went back to a path without the jdk6 bin and used a fresh checkout and clean maven repo again, I couldn't reproduce the problem any more. So I don't know what the cause was or why it went away... obviously not much help for you. Cheers, Peter On Wed, Aug 13, 2008 at 08:43:34PM -0400, Benson Margulies wrote: > [INFO] FastInfosetting 0 resource > [INFO] [jaxb:generate {execution: default}] > [INFO] failure in the XJC task. Use the Ant -verbose switch for more details > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] unrecognized parameter -Xdv > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > unrecognized parameter -Xdv > at com.sun.tools.xjc.XJC2Task._doXJC(XJC2Task.java:409) > at com.sun.tools.xjc.XJC2Task.doXJC(XJC2Task.java:397) > at com.sun.tools.xjc.XJC2Task.execute(XJC2Task.java:332) > at com.sun.tools.xjc.maven2.XJCMojo.execute(XJCMojo.java:310) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: com.sun.tools.xjc.BadCommandLineException: unrecognized > parameter -Xdv > at com.sun.tools.xjc.Options.parseArguments(Options.java:664) > at com.sun.tools.xjc.XJC2Task._doXJC(XJC2Task.java:407) > ... 21 more > --- Nested Exception --- > com.sun.tools.xjc.BadCommandLineException: unrecognized parameter -Xdv > at com.sun.tools.xjc.Options.parseArguments(Options.java:664) > at com.sun.tools.xjc.XJC2Task._doXJC(XJC2Task.java:407) > at com.sun.tools.xjc.XJC2Task.doXJC(XJC2Task.java:397) > at com.sun.tools.xjc.XJC2Task.execute(XJC2Task.java:332) > at com.sun.tools.xjc.maven2.XJCMojo.execute(XJCMojo.java:310) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 21 seconds > [INFO] Finished at: Wed Aug 13 20:42:26 EDT 2008 > [INFO] Final Memory: 36M/64M > [INFO] ------------------------------------------------------------------------ > puck% -- Peter Jones IONA Technologies E-Mail: mailto:peter.jones@iona.com Tel: 709-738-3725 x321 | Fax: 709-738-3745 570 Newfoundland Drive, St. John's, NL, Canada A1A 5B1