From: SourceForge.net <no...@so...> - 2011-12-01 20:18:30
|
Bugs item #2807733, was opened at 2009-06-17 07:38 Message generated for change (Comment added) made by iroberts You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=741043&aid=2807733&group_id=138569 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Eclipse plugins Group: None >Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Prevent recursove calls Initial Comment: jamon eclipse plugin seems to blow a stack trace while trying to build up classpaths. Attached is a work around patch, but may not be the ideal solution. It got me past the issue trunk/eclipse/uiPlugin/src/org/jamon/eclipse/ProjectClassLoader.java ... at org.jamon.eclipse.ProjectClassLoader.addDependenciesClasspath(ProjectClassLoader.java:161) at org.jamon.eclipse.ProjectClassLoader.classpathUrlsForProject(ProjectClassLoader.java:134) at org.jamon.eclipse.ProjectClassLoader.addDependencyClasspath(ProjectClassLoader.java:153) at org.jamon.eclipse.ProjectClassLoader.addDependenciesClasspath(ProjectClassLoader.java:161) at org.jamon.eclipse.ProjectClassLoader.classpathUrlsForProject(ProjectClassLoader.java:134) at org.jamon.eclipse.ProjectClassLoader.addDependencyClasspath(ProjectClassLoader.java:153) at org.jamon.eclipse.ProjectClassLoader.addDependenciesClasspath(ProjectClassLoader.java:161) at org.jamon.eclipse.ProjectClassLoader.classpathUrlsForProject(ProjectClassLoader.java:134) at org.jamon.eclipse.ProjectClassLoader.addDependencyClasspath(ProjectClassLoader.java:153) at org.jamon.eclipse.ProjectClassLoader.addDependenciesClasspath(ProjectClassLoader.java:161) ---------------------------------------------------------------------- >Comment By: Ian Robertson (iroberts) Date: 2011-12-01 12:18 Message: I still don't understand how this comes about, but I can attest that it indeed can happen. ---------------------------------------------------------------------- Comment By: Ian Robertson (iroberts) Date: 2009-07-05 10:23 Message: I work with the developer who posted this. We attempted to reproduce, but were unable to; the problem vanished on his box as well after he upgraded to Eclipse 3.5. Notably, he was using maven's eclipse:eclipse goal, so it's conceivable that this created some oddities. In any event, closing as "works for me", since there does not appear to be a "could not reproduce" option (http://xkcd.com/583/). ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-06-20 08:37 Message: Interesting. Wouldn't you have other issues with cyclical project dependencies anyway? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=741043&aid=2807733&group_id=138569 |