Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 7274 invoked from network); 11 Jul 2008 19:12:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 19:12:53 -0000 Received: (qmail 77081 invoked by uid 500); 11 Jul 2008 19:12:52 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 77008 invoked by uid 500); 11 Jul 2008 19:12:52 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 76997 invoked by uid 99); 11 Jul 2008 19:12:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 12:12:52 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 19:12:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6728234C168 for ; Fri, 11 Jul 2008 12:12:31 -0700 (PDT) Message-ID: <187258162.1215803551680.JavaMail.jira@brutus> Date: Fri, 11 Jul 2008 12:12:31 -0700 (PDT) From: "Dennis Lundberg (JIRA)" To: issues@commons.apache.org Subject: [jira] Closed: (COMMONSSITE-35) Unable to use commons:jira-page on Windows In-Reply-To: <1868447859.1214634825189.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/COMMONSSITE-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg closed COMMONSSITE-35. -------------------------------------- Resolution: Fixed Assignee: Dennis Lundberg Fixed in r676039. New 1.1-SNAPSHOT version deployed. > Unable to use commons:jira-page on Windows > ------------------------------------------ > > Key: COMMONSSITE-35 > URL: https://issues.apache.org/jira/browse/COMMONSSITE-35 > Project: Commons All > Issue Type: Bug > Components: Commons Build Plugin > Reporter: Dennis Lundberg > Assignee: Dennis Lundberg > > I am unable to use the commons:jira-page goal on Windows. It seems to be a problem with spaces in the path. > Here is the stack trace I get: > {noformat} > G:\apache\commons\trunks-proper\exec>mvn commons:jira-page > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'commons'. > [INFO] ------------------------------------------------------------------------ > [INFO] Building Commons Exec > [INFO] task-segment: [commons:jira-page] > [INFO] ------------------------------------------------------------------------ > [INFO] [commons:jira-page] > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] null > Illegal character in path at index 18: file:/C:/Documents and Settings/dlg01/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > java.lang.IllegalArgumentException > at java.net.URI.create(URI.java:838) > 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:324) > at org.apache.tools.ant.launch.Locator.fromURI(Locator.java:162) > at org.apache.tools.ant.launch.Locator.getResourceSource(Locator.java:119) > at org.apache.tools.ant.launch.Locator.getClassSource(Locator.java:90) > at org.apache.tools.ant.Project.setAntLib(Project.java:313) > at org.apache.tools.ant.Project.initProperties(Project.java:309) > at org.apache.tools.ant.Project.init(Project.java:295) > at org.codehaus.plexus.component.factory.ant.AntScriptInvoker.initializeProject(AntScriptInvoker.java:251) > at org.codehaus.plexus.component.factory.ant.AntScriptInvoker.invoke(AntScriptInvoker.java:174) > at org.apache.maven.script.ant.AntMojoWrapper.execute(AntMojoWrapper.java:52) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463) > 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:333) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:282) > 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:324) > 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: java.net.URISyntaxException: Illegal character in path at index 18: file:/C:/Documents and Settings/dlg01/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar > at java.net.URI$Parser.fail(URI.java:2752) > at java.net.URI$Parser.checkChars(URI.java:2925) > at java.net.URI$Parser.parseHierarchical(URI.java:3009) > at java.net.URI$Parser.parse(URI.java:2957) > at java.net.URI.(URI.java:574) > at java.net.URI.create(URI.java:836) > ... 31 more > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 2 seconds > [INFO] Finished at: Sat Jun 28 07:58:01 CEST 2008 > [INFO] Final Memory: 6M/11M > [INFO] ------------------------------------------------------------------------ > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.