-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (23 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is a component for testing builds
TO RUN:
1. Install the component structure in ${basedir}
2. Create "topcoder_global.properties" in ${basedir}/.. and add the properties from steps 2,3,4
3. The following standard build script properties must be set
ext_libdir - root of third party libraries
tcs_libdir - root of topcoder components
java_1_5_bootclasspath - installation path for java 1.5 (only needed for compile_targets task)
4. The following standard build script properties can be changed (defaults are noted)
debug=off - as expected
verbose=no - as expected
cobertura.dir=${ext_libdir}/cobertura/1.8
installation directory of cobertura script expects {$cobertura.dir}/cobertura.jar
and {$cobertura.dir}/lib/containg Jars for asm, jakarta, and log4j to run cobertura task
5. The following properties need to be set for this component
None
NB:
The folder ${basedir}/test_reflib contains TopCoder components
that are required by this component's test code. This component is
used to by compile_test and test targets. Components are listed under
the following directory structure "component name"/"component version".
Components are provided AS IS for development purposes only.
Included: