XBN-Java is a collection of generically-useful backend (server side, non-GUI) programming utilities, featuring {@code RegexReplacer} and {@code FilteredLineIterator}--XBN-Java is the foundation of Codelet.
This version is ${project_version_for_jd}.
aliteralmind.com
InstallationXBN-Java requires Java 1.7.
<dependency>
<groupId>com.github.aliteralmind</groupId>
<artifactId>xbnjava</artifactId>
<version>${project_version_for_jd}</version>
</dependency>
View Release notes (includes downloads and release notes for all previous versions)
aliteralmind.comaliteralmind.comaliteralmind.comaliteralmind.comaliteralmind.comAdding the following to your classpath will install XBN-Java:
INSTALLATION_DIR\xbnjava-${project_version_for_jd}_dependency_jars\*
INSTALLATION_DIR\xbnjava-${project_version_for_jd}-all.jar
(or xbnjava-${project_version_for_jd}.jar)
Building XBN-Java
Download all source code, including all files necessary to build XBN-Java.
In addition to the jars needed to use XBN-Java, building requires additional jars, which are all located in {@code "z_build/dependency_jars"}:
Open a command prompt to the XBN-Java root installation directory, and call "{@code ant help}" for more information. The build process already has the Codelet taglets installed.
An optional and stand-alone build task (unused by the overall process--it must be called manually) is a link checker ('ant linkchecker'). This task depends on LinkChecker version 9.3. All 9.3/9.3.1 installers are duplicated on aliteralmind here. (For checking links on a single page, I use the Check My Links Google Chrome plugin.)