http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5539
--- Comment #2 from Christopher Brooks <[email protected]> 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. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
