mirror of https://github.com/apache/cassandra
add description to stress-build
This commit is contained in:
parent
3301a6bf48
commit
f9825d48a7
|
|
@ -725,7 +725,7 @@
|
|||
<pathelement location="${basedir}/build/classes/main" />
|
||||
<pathelement location="${basedir}/build/classes/thrift" />
|
||||
</path>
|
||||
<target name="stress-build" depends="build">
|
||||
<target name="stress-build" depends="build" description="build stress tool">
|
||||
<mkdir dir="${stress.build.classes}" />
|
||||
<javac destdir="${stress.build.classes}" includeantruntime="true" source="${source.version}" target="${target.version}">
|
||||
<src path="${stress.build.src}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue