{{{ jakartacommons 0.9
Source: Source code is in SVN with the tag XXXX (no SVN release numbers, please)
Announcement: Updated commons-lang to version 3.3.2.
Requires Java 1.6.0
Requires jEdit 05.00.99.00
Short Description: Jakarta Commons, a bundle of several commonly used jars from the Jakarta Commons project.
Long Description: <html>
Jakarta Commons is a bundle of several commonly used jars from the Jakarta Commons project.
It also contains actions to escape and un-escape unicode characters.
The included jars are:
}}}
Hi Dale, getting some compile errors:
compile: [javac] /Users/elberry/development/projects/jedit/release-sandbox/JakartaCommons-0.9/JakartaCommons/build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /Users/elberry/development/projects/jedit/release-sandbox/JakartaCommons-0.9/JakartaCommons/build [javac] /Users/elberry/development/projects/jedit/release-sandbox/JakartaCommons-0.9/JakartaCommons/src/jakartacommons/JakartaCommonsPlugin.java:27: error: package org.apache.commons.lang does not exist [javac] import org.apache.commons.lang.StringEscapeUtils; [javac] ^ [javac] /Users/elberry/development/projects/jedit/release-sandbox/JakartaCommons-0.9/JakartaCommons/src/jakartacommons/JakartaCommonsPlugin.java:68: error: cannot find symbol [javac] esctext = StringEscapeUtils.unescapeJava("\\u" + m.group(1)); [javac] ^ [javac] symbol: variable StringEscapeUtils [javac] location: class JakartaCommonsPlugin [javac] /Users/elberry/development/projects/jedit/release-sandbox/JakartaCommons-0.9/JakartaCommons/src/jakartacommons/JakartaCommonsPlugin.java:69: error: cannot find symbol [javac] else esctext = StringEscapeUtils.unescapeJava(text); [javac] ^ [javac] symbol: variable StringEscapeUtils [javac] location: class JakartaCommonsPlugin [javac] /Users/elberry/development/projects/jedit/release-sandbox/JakartaCommons-0.9/JakartaCommons/src/jakartacommons/JakartaCommonsPlugin.java:81: error: cannot find symbol [javac] String esctext = StringEscapeUtils.escapeJava(text); [javac] ^ [javac] symbol: variable StringEscapeUtils [javac] location: class JakartaCommonsPlugin [javac] 4 errorsIf I remember correctly, commons-lang 3 changed the package. It should be org.apache.commons.lang3.
Last edit: Townsfolk 2015-10-28
Eric, thanks for fixing this. I didn't realize this plugin actually had code, I thought it just wrapped some library jars.
No problem, help when I can, did you re-tag though? I don't see my commit in the tag log.
I have updated the tag so it has your code.
Sorry for the trouble. Thanks for retagging for me. Released to PC.