[kepler-dev] [Bug 5539] Open Actor does not find the actor source code when Kepler is invoked from within Eclipse

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Sun Jun 24 10:23:24 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5539

--- Comment #2 from Christopher Brooks <cxh at eecs.berkeley.edu> 2012-06-24 10:23:24 PDT ---
It turns out that my fixes to Eclipse.java were causing confusing error
messages
in the Eclipse console during startup, so I commented out those changes
and added ptolemy.util.ClassUtilities.sourceResource() which searches each
element of the classpath that names a directory for a directory named "src"
and then looks for the source file.  This makes it possible to find the
source .java file without modifying the Eclipse setup.  This should also
work for other IDEs.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list