diff --git a/docs/external.html b/docs/external.html index f59235213..7330de17c 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1202,6 +1202,100 @@ + + + +
+ + Java+ Precompile Task + +
+
+

Java+ is an open source Java preprocessorthat adds these + features to any Java compiler:

+
    +
  • Multi-line strings with executable inclusions like Perl + and Ruby. It eliminates the need for JSP or ASP and their + need for Java compilers on deployment servers (a security + concern) while adding no overhead in either space or + time.
  • + +
  • Optionally supports localization by segregating Java+ + strings into ResourceBundle files with invarient keys based + on the hash code of the strings's value. This is handled + automatically and transparently; no intervention is + required.
  • + +
  • Fast. Negligible impact on build times. By default, + skips inputs whose outputs are up to date to avoid + triggering recompilations.
  • + +
  • Pure Java code, portable to any platform, with + graphical, shell and ant interfaces.
  • + +
  • Simple, general, recursive, digraph-driven string + syntax. Digraph characters are user-selectable.
  • +
+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.5.1 + +
+ + URL: + + + + http://virtualschool.edu/java+/ + +
+ + Contact: + + + + Brad Cox + +
+ + License: + + + + BSD-like License + +
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index 6e68ba978..ae72a0e7e 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -422,6 +422,55 @@
+ + +

Java+ is an open source Java preprocessorthat adds these + features to any Java compiler:

+ + + + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5.1
URL:http://virtualschool.edu/java+/
Contact:Brad Cox
License:BSD-like License
+
+

A task to compile Java sources and manage class file