File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ limitations under the License.
27
27
<!-- Properties for this particular build-->
28
28
<property name =" src" location =" ./src" />
29
29
<property name =" build" location =" ./bin" />
30
+ <property name =" LIB" value =" junit4,testng,jcommander" />
31
+ <import file =" ${ TEST_ROOT } /TKG/scripts/getDependencies.xml" />
30
32
31
33
<target name =" init" >
32
34
<mkdir dir =" ${ DEST } " />
33
35
<mkdir dir =" ${ build } " />
34
36
</target >
35
37
36
- <target name =" compile" depends =" init" description =" Using java${ JDK_VERSION } to compile the source " >
38
+ <target name =" compile" depends =" init,getDependentLibs " description =" Using java${ JDK_VERSION } to compile the source " >
37
39
<echo >Ant version is ${ ant.version } </echo >
38
40
<echo >============COMPILER SETTINGS============</echo >
39
41
<echo >===fork: yes</echo >
Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ limitations under the License.
27
27
<!-- Properties for this particular build-->
28
28
<property name =" src" location =" ./src" />
29
29
<property name =" build" location =" ./bin" />
30
+ <property name =" LIB" value =" junit4,testng,jcommander" />
31
+ <import file =" ${ TEST_ROOT } /TKG/scripts/getDependencies.xml" />
30
32
31
33
<target name =" init" >
32
34
<mkdir dir =" ${ DEST } " />
33
35
<mkdir dir =" ${ build } " />
34
36
</target >
35
37
36
- <target name =" compile" depends =" init" description =" Using ${ JAVA_VERSION } java compile the source " >
38
+ <target name =" compile" depends =" init,getDependentLibs " description =" Using ${ JAVA_VERSION } java compile the source " >
37
39
<echo >Ant version is ${ ant.version } </echo >
38
40
<echo >============COMPILER SETTINGS============</echo >
39
41
<echo >===fork: yes</echo >
Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ limitations under the License.
27
27
<!-- Properties for this particular build-->
28
28
<property name =" src" location =" ./src" />
29
29
<property name =" build" location =" ./bin" />
30
+ <property name =" LIB" value =" junit4,testng,jcommander" />
31
+ <import file =" ${ TEST_ROOT } /TKG/scripts/getDependencies.xml" />
30
32
31
33
<target name =" init" >
32
34
<mkdir dir =" ${ DEST } " />
33
35
<mkdir dir =" ${ build } " />
34
36
</target >
35
37
36
- <target name =" compile" depends =" init" description =" Using ${ JAVA_VERSION } java compile the source " >
38
+ <target name =" compile" depends =" init,getDependentLibs " description =" Using ${ JAVA_VERSION } java compile the source " >
37
39
<echo >Ant version is ${ ant.version } </echo >
38
40
<echo >============COMPILER SETTINGS============</echo >
39
41
<echo >===fork: yes</echo >
You can’t perform that action at this time.
0 commit comments