Sure here it is: java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/IBM/SDP70/configuration/org.eclipse.osgi/bundles/1511/1/.cp/org.maven.ide.eclipse.cliresolver.jar at java.net.URI$Parser.fail(Unknown Source) at java.net.URI$Parser.checkChars(Unknown Source) at java.net.URI$Parser.parseHierarchical(Unknown Source) at java.net.URI$Parser.parse(Unknown Source) at java.net.URI.<init>(Unknown Source) at java.net.URL.toURI(Unknown Source) at org.maven.ide.eclipse.internal.launch.MavenLaunchDelegate.getCliResolver(Unknown Source) at org.maven.ide.eclipse.internal.launch.MavenLaunchDelegate.getForcedComponents(Unknown Source) at org.maven.ide.eclipse.internal.launch.MavenLaunchDelegate.getVMArguments(Unknown Source) at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(Unknown Source) at org.maven.ide.eclipse.internal.launch.MavenLaunchDelegate.launch(Unknown Source) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(Unknown Source) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(Unknown Source) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(Unknown Source) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(Unknown Source) at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
Hugo ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MAURY Sent: woensdag 30 juli 2008 13:07 To: [email protected] Subject: Re: [m2eclipse-user] Resolve workspace artifacts running pom.xml when Eclipse is installied in a path containing spaces Can you show the stack trace ? Regards Jeff MAURY On 7/30/08, Visser, Hugo <[EMAIL PROTECTED]> wrote: Hi, When "running" a pom using m2eclipse (Run as Maven build...) and ticking the "Resolve Workspace artifcacts" checkbox, an error occurs: "java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/IBM/SDP70/configuration/org.eclipse.osgi/bundles/1511/1/.cp/org.ma ven.ide.eclipse.cliresolver.jar". It looks like the space in the URL is the problem. I can reproduce this on both RAD 7 and Eclipse Europa when Eclipse is installed in a path containing spaces. Is this a known bug? Hugo --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- La mélancolie c'est communiste Tout le monde y a droit de temps en temps La mélancolie n'est pas capitaliste C'est même gratuit pour les perdants La mélancolie c'est pacifiste On ne lui rentre jamais dedans La mélancolie oh tu sais ça existe Elle se prend même avec des gants La mélancolie c'est pour les syndicalistes Il faut juste sa carte de permanent Miossec (2006) http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.lastfm.fr/listen/user/jeffmaury/personal --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
