* Feb 9 2001 hship Reinstate SGML validation of DocBook documents (before apply stylesheets), even though onsgmls is broken (can't properly report errors) ... we at least get the line numbers. * Feb 6 2001 hship Rename a couple of variables (LOCAL_CLASSPATH to PROJ_CLASSPATH and MODULE_NAME to PROJECT_NAME). Start of DocBook module rule to validate the input with the onsgmls parser (which alas, has bugs). * Feb 2 2001 hship Initial work on alternate targets for DocBook. Added rtf. * Jan 31 2001 hship Fix DocBook.mk to change into the HTML directory when running openjade (otherwise, intra-document links are broken). * Jan 31 2001 hship Remove some older SITE_xxx variables, no longer used. Use the -c option with openjade, instead of setting SGML_CATALOG_FILES variable. * Jan 31 2001 hship Check in support for DocBook modules (currently, only works under Cygwin). * Jan 30 2001 hship Add Solaris support. Add sample LocalConfig.mk and SiteConfig.mk. Rename JDK.Sun_Win32.mk to JDK.Sun_Cygwin.mk. * Jan 10 2001 hship Update copyrights. * Jan 10 2001 hship Slight touch up, adding tool option variables which will make porting to non-GNU environments (like Solaris) a bit easier. * Dec 28 2000 hship Include the config directory in the distribution, with a README. * Dec 26 2000 hship Change definition of JAVADOC_DIR to be the actual directory (i.e., no longer tack on MODULE_NAME). * Dec 22 2000 hship Reorganize the JBE Utils, add the new splice command (used to automatically edit configuration files). * Dec 22 2000 hship Reorganize to support multiple JDK releases and vendors. * Dec 20 2000 hship Always remove package.html from the list of package resources. * Dec 19 2000 hship More tweaking to get things just right. * Dec 15 2000 hship Lots of cleanups and improvements. Simplified, reorganized and made things work properly with GNU Make 3.79. * Dec 11 2000 hship More cleanups and improvements; support some additional user-define pre- and post- targets. Simplify the rules for compiling the JBE utility; extend it to support compiling any additional Java files in the directory. * Dec 11 2000 hship Make use of the Make $(call) function to simplify/improve the makefiles. * Nov 20 2000 hship More changes to the JBE to support Solaris. Solaris doesn't always use GNU tools, so we need to use the short versions of many command line parameters. * Nov 20 2000 hship Release 0.2.6 * Nov 16 2000 hship Don't use -n option with echo, since it isn't supported under Solaris. * Nov 16 2000 hship Minor change for Cygwin 1.0: Force make not to print the directory on enter / exit. * Nov 14 2000 hship Begin adding support for jBoss. * Nov 6 2000 hship Create a default package makefile used when a package doesn't define its own Makefile. * Oct 11 2000 hship Add some comments to WebLogic.mk to make clear it is for WebLogic 5.1 and things will change in WebLogic 6.0. [114707] Seperate Platform from JDK * Sep 28 2000 hship Improve handling of dependencies of jar files: make the WebLogic deplyable jar dependent on the any framework jars; make installed jars dependent on Module jars (rather than blindly copying them). * Sep 25 2000 hship Speed up writing of catalog entries by using $(addprefix) to generate a single long line (the old way invoked echo.exe a zillion times). * Sep 24 2000 hship Attempt to speed up the build a little, by including the relative pathname to source and resource files in the catalogs. * Sep 19 2000 hship Hide a make invocation (related to generating the catalog) with a '@'. * Sep 19 2000 hship Split part of ModuleRules.mk into CommonRules.mk and some other re-organizing. * Sep 19 2000 hship Support modules with no packages, plus other minor tweaks. * Sep 18 2000 hship Started ChangeLog (some time after release 0.1.1). [114704] Should allow source tree to live in different directory [114708] JBE should remove duplicates from the classpath