fix busted top-level modules/ validate task

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-04 20:19:34 +00:00
parent d88f0e4fc3
commit abf9e7d2b4
1 changed files with 5 additions and 1 deletions

View File

@ -62,7 +62,11 @@
<forall-modules target="dist-maven" />
</target>
<target name="validate" depends="resolve" description="Validate legal stuff.">
<target name="compile-tools">
<ant target="compile-tools" dir="../lucene"/>
</target>
<target name="validate" depends="compile-tools,resolve" description="Validate legal stuff.">
<!-- The order here is important because forall compiles tools. -->
<forall-modules target="validate" />
<license-check-macro dir="${basedir}" />