We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915e62c commit bbb5702Copy full SHA for bbb5702
1 file changed
test/functional/cmdLineTests/lockWordAlignment/build.xml
@@ -35,14 +35,15 @@
35
<property name="PROJECT_ROOT" location="." />
36
<property name="src" location="./src"/>
37
<property name="build" location="./bin"/>
38
+ <property name="LIB" value="asm"/>
39
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>
40
41
<target name="init">
42
<mkdir dir="${DEST}" />
43
<mkdir dir="${build}" />
44
</target>
45
- <target name="compile" depends="init" description="Using java ${JDK_VERSION} to compile the source ">
46
+ <target name="compile" depends="init,getDependentLibs" description="Using java ${JDK_VERSION} to compile the source ">
47
<echo>Ant version is ${ant.version}</echo>
48
<echo>============COMPILER SETTINGS============</echo>
49
<echo>===fork: yes</echo>
0 commit comments