You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2010/01/29 20:02:34 UTC

[jira] Resolved: (IVYDE-231) IvyDE Evaluating PyDev Project

     [ https://issues.apache.org/jira/browse/IVYDE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-231.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
         Assignee: Nicolas Lalevée

When fixing IVYDE-229 this issue has been fixed too.

> IvyDE Evaluating PyDev Project
> ------------------------------
>
>                 Key: IVYDE-231
>                 URL: https://issues.apache.org/jira/browse/IVYDE-231
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Eclipse 3.5.1, PyDev 1.5.4, Apache IvyDE 2.1.0.201001031707-hudson-90
>            Reporter: Ron Eisele
>            Assignee: Nicolas Lalevée
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> Very trivial problem here, but figured it's worth mentioning. After installing PyDev plugin for Eclipse, my project's log file in .metadata began logging entries like the following trace below. 'PushToTestScripts' is a Jython project. IvyDE settings are at default. I have a Ivy-managed Java project in the same workspace. The problem does NOT impact normal usage of Eclipse or functionality therein. 
> !ENTRY org.apache.ivyde.eclipse 4 0 2010-01-27 09:51:09.851
> !MESSAGE IvyDE internal error
> !STACK 1
> Java Model Exception: Java Model Status [PushToTestScripts does not exist]
> 	at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:492)
> 	at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheckExistence(JavaModelManager.java:2062)
> 	at org.eclipse.jdt.internal.core.JavaProject.getPerProjectInfo(JavaProject.java:1820)
> 	at org.eclipse.jdt.internal.core.JavaProject.getRawClasspath(JavaProject.java:1842)
> 	at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathUtil.getIvyClasspathContainers(IvyClasspathUtil.java:122)
> 	at org.apache.ivyde.common.ivyfile.IvyFileResourceListener$IvyVisitor.resourceChanged(IvyFileResourceListener.java:70)
> 	at org.apache.ivyde.common.ivyfile.IvyFileResourceListener$IvyVisitor.visit(IvyFileResourceListener.java:52)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:68)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:48)
> 	at org.apache.ivyde.common.ivyfile.IvyFileResourceListener.resourceChanged(IvyFileResourceListener.java:88)
> 	at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
> 	at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
> 	at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:297)
> 	at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:136)
> 	at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.