Skip to content
Snippets Groups Projects
Commit 0cbd9318 authored by Dave Howcroft's avatar Dave Howcroft
Browse files

Updated to counter 'misfeature' in Ant >= 1.8

parent d01ebd76
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<target name="compile-ner-app" depends="init">
<echo message="classpath ${stanford.core.nlp}"/>
<javac classpath="${stanford.core.nlp}" srcdir="./NERApp/src/" destdir="./NERApp/src/"/>
<javac includeantruntime="false" classpath="${stanford.core.nlp}" srcdir="./NERApp/src/" destdir="./NERApp/src/"/>
</target>
<target name="jar-ner-app" depends="compile-ner-app">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment