File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 193
193
<echo message =" successfully build zstack.war at ${ war.file } " />
194
194
</target >
195
195
196
+ <target name =" build-zstack-network-on-condition" if =" ${ build.zstack.network } " >
197
+ <antcall target =" build-zstack-network" />
198
+ </target >
199
+
200
+ <target name =" assemble-zstack-network-on-condition" if =" ${ build.zstack.network } " >
201
+ <antcall target =" assemble-zstack-network" />
202
+ </target >
203
+
204
+ <target name =" check-zstack-distro-on-condition" if =" ${ check.zstack.distro } " >
205
+ <antcall target =" check-zstack-distro" />
206
+ </target >
207
+
196
208
<!-- For UI 1.x -->
197
209
<target name =" build-zstack-dashboard-on-condition" unless =" ${ build.zstack.ui.war } " >
198
210
<antcall target =" build-zstack-dashboard" />
276
288
<antcall target =" build-zstack-vyos" />
277
289
</sequential >
278
290
<sequential >
279
- <antcall target =" build-zstack-network" />
291
+ <antcall target =" build-zstack-network-on-condition " />
280
292
</sequential >
281
293
<sequential >
282
- <antcall target =" check-zstack-distro" />
294
+ <antcall target =" check-zstack-distro-on-condition " />
283
295
</sequential >
284
296
</parallel >
285
297
</target >
353
365
<antcall target =" assemble-zstack-vyos" />
354
366
</sequential >
355
367
<sequential >
356
- <antcall target =" assemble-zstack-network" />
368
+ <antcall target =" assemble-zstack-network-on-condition " />
357
369
</sequential >
358
370
</parallel >
359
371
You can’t perform that action at this time.
0 commit comments