[Pugin][jython] Eclipse 3.1.1 - utilisation du plugin jython
Bonjour,
J'utilise Eclipse version 3.1.1 et le plug-in jython: redrobin version 1.4.14, quand je lance un projet jython , j'ai l'erreur suivante:
!ENTRY org.eclipse.core.runtime 4 2 2006-03-20 15:17:13.805
!MESSAGE An internal error occurred during: "Launching".
!STACK 0
java.lang.IllegalArgumentException: Path for project must have only one segment.
at org.eclipse.core.internal.utils.Assert.isLegal(Assert.java:60)
at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:134)
at net.redrobin.eclipse.jydt.launching.JythonClasspathProvider.defaultUserClassPath(JythonClasspathProvider.java:56)
at net.redrobin.eclipse.jydt.launching.JythonClasspathProvider.computeUnresolvedClasspath(JythonClasspathProvider.java:103)
at net.redrobin.eclipse.jydt.launching.JythonLaunchConfigurationDelegate.getClasspath(JythonLaunchConfigurationDelegate.java:81)
at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:71)
at net.redrobin.eclipse.jydt.launching.JythonLaunchConfigurationDelegate.launch(JythonLaunchConfigurationDelegate.java:43)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:733)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:931)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Precison: avant j'utilisais eclipse 3.0 et le plug-in redrobin (dont je ne me rappelle plus la version) mais c'était ok.
Si quelqu'un a une idée du problème, merci d'avance
[Modéré par Didier] : ajout de tag dans le titre - Les règles du forum Java
Version 1.4.14 for Eclipse 3.1.*
J'ai vérifié la version 1.4.14 est bien prévu pour Eclipse 3.1.*
Re: [Pugin][jython] Eclipse 3.1.1 - utilisation du plugin jy
Un bug semblable a été signalé dans la base de données d'Eclipse. La réponse a été: "Bug is in the caller, they must supply a valid project name" (https://bugs.eclipse.org/bugs/show_bug.cgi?id=128240).
Donc, c'est probablement un bug du plugin.