Name: JBrowse
Version number: 1.5.0
Requirements: Java 1.4, jEdit 4.2+
Announcement: A major rewrite of JBrowse to support
Java 1.5. All of the new Java 1.5 constructs are
supported, including generics and the enhanced 'for'
loop, which caused many errors with previous versions
of JBrowse. The parser is now based on a javacc
grammar, which should help make future updates much
easier. This release also fixes a number of outstanding
bugs for JBrowse.
Source code: jEdit cvs, plugins/JBrowse, tagged as
jbrowse-1-5-0.
Short description: The JBrowse plugin allows for easy
navigation of Java source code by providing a highly
customizable tree-view of a file's classes, fields, and
methods.
Long description: The JBrowse plugin allows for easy
navigation of Java source code by providing a highly
customizable tree-view of a file's classes, fields, and
methods.
Logged In: YES
user_id=396194
Requires Java 1.5, not 1.4. Also fixed the dependencies and
version number in the JBrowse.props file. I checked it in
and moved the tag.
Packaged and uploaded.
Jeff
Logged In: YES
user_id=187628
Whoa! This plugin should NOT require Java 1.5. It should
parse Java 1.5 code, but it should compile with Java 1.4.
What did you see that makes you think it requires Java 1.5?
Logged In: YES
user_id=187628
My bad. I inadvertently checked in 2 files that I was using
to test Java 1.5 syntax. These 2 files should not be part
of the release. I've reset the requirement to Java 1.4 in
the props file and deleted the 2 test files from CVS.
I'd appreciate a rebuild if possible, I didn't mean to
exclude anyone using Java 1.4. New tag is jbrowse-1-5-0-1.
Logged In: YES
user_id=396194
Re-packaged with Java 1.4 and uploaded. Thanks, Dale.
Jeff