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
test must be skipped when runnng in Gump
master
Stefan Bodewig
3 years ago
parent
84116f8a5d
commit
5aca870fff
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/tests/antunit/core/classloader-test.xml
+ 2
- 1
src/tests/antunit/core/classloader-test.xml
View File
@@ -48,7 +48,8 @@ public class A {
<target name="testLoadClass"
description="https://issues.apache.org/bugzilla/show_bug.cgi?id=44103"
depends="setUp">
depends="setUp"
unless="gump">
<echo file="${input}/A.java"><![CDATA[
public class A {
public static void main(String[] args) {
Write
Preview
Loading…
Cancel
Save