From 4f84a76e7bf58eea935d11c6515f1cad9d401aa6 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Mon, 7 Mar 2005 21:17:11 +0000 Subject: [PATCH] add JavaCC .jj/.java uptodate check with warning notice git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@156448 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 0f3f8024f92..f13de21c0bd 100644 --- a/build.xml +++ b/build.xml @@ -92,7 +92,22 @@ - + + + + + + ${javacc.files.uptodate} + + + + + One or more of the JavaCC .jj files is newer than its corresponding + .java file. Run the "javacc" target to regenerate the artifacts. + + + +