This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
propagate same properties as build.xml antunit invocation
master
Matt Benson
3 years ago
parent
f20a9f3cb2
commit
d2e4efab2a
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/tests/antunit/antunit-base.xml
+ 5
- 0
src/tests/antunit/antunit-base.xml
View File
@@ -51,6 +51,11 @@
<antunit xmlns="antlib:org.apache.ant.antunit">
<plainlistener />
<file file="${ant.file}" xmlns="antlib:org.apache.tools.ant" />
<propertyset>
<propertyref name="antunit.tmpdir"/>
<propertyref name="ant.home"/>
<propertyref name="jenkins"/>
</propertyset>
</antunit>
</target>
Write
Preview
Loading…
Cancel
Save