File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
test/functional/cmdLineTests/lockWordAlignment Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 35
35
<property name =" PROJECT_ROOT" location =" ." />
36
36
<property name =" src" location =" ./src" />
37
37
<property name =" build" location =" ./bin" />
38
+ <property name =" LIB" value =" asm" />
38
39
<import file =" ${ TEST_ROOT } /TKG/scripts/getDependencies.xml" />
39
40
40
41
<target name =" init" >
41
42
<mkdir dir =" ${ DEST } " />
42
43
<mkdir dir =" ${ build } " />
43
44
</target >
44
45
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 " >
46
47
<echo >Ant version is ${ ant.version } </echo >
47
48
<echo >============COMPILER SETTINGS============</echo >
48
49
<echo >===fork: yes</echo >
You can’t perform that action at this time.
0 commit comments