Revision 3524
Added by Jing Tao about 17 years ago
build.xml | ||
---|---|---|
1126 | 1126 |
<include name="edu/**"/> |
1127 | 1127 |
</fileset> |
1128 | 1128 |
</copy> |
1129 |
<copy todir="${build.tests}" file="lib/metacat.properties" filtering="yes"> |
|
1130 |
|
|
1131 |
</copy> |
|
1129 | 1132 |
<!-- copy and compile the tests into a jar file --> |
1130 | 1133 |
<javac srcdir="${build.tests}" |
1131 | 1134 |
destdir="${build.tests}" |
Also available in: Unified diff
In test target, add copy command (copy metacat.properties to build dir).