v1.7: added --no-source option, foxpro, SQL support.

* Added `--no-source` option. By default JLP copies the original source code
  into the output directory. THis option disables that behavior.
* Added basic error handling after parsing input files: input files that do not
  parse correctly are ignored. Beforehand they were causing null pointer
  exceptions in the second parse phase of the processor.
* Made the top-level support directories hidden in the output root (ie. `/.css`
  instead of `/css`.
* Added configuration to handle Visual FoxPro files (no syntax highlighter
  available) and SQL files.
* Expanded the list of binary file types. Binary and unknown file types are not
  parsed.
This commit is contained in:
Jonathan Bernard
2012-01-30 13:39:54 -06:00
parent 6bc3235802
commit 832c68a5c5
5 changed files with 93 additions and 27 deletions

View File

@ -1,7 +1,7 @@
#Tue, 10 Jan 2012 10:00:20 -0600
#Fri, 27 Jan 2012 18:21:58 -0600
name=jlp
version=1.6
build.number=5
version=1.7
build.number=24
lib.local=true
release.dir=release
main.class=com.jdblabs.jlp.JLPMain