File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ limitations under the License.
3434 <pathelement location =" ${ resources.home } " />
3535 <pathelement location =" ${ build.home } /tests" />
3636 <pathelement location =" ${ junit.jar } " />
37+ <pathelement location =" ${ hamcrest.jar } " />
3738 </path >
3839 <!-- ========== Executable Targets ======================================== -->
3940 <target name =" init" description =" Initialize and evaluate conditionals" >
Original file line number Diff line number Diff line change 2121repository =${user.home}/.m2/repository
2222
2323# The pathname of the "junit.jar" JAR file
24- junit.home =${repository}/junit/junit/4.11
25- junit.jar = ${junit.home}/junit-4.11.jar
24+ junit.module =junit
25+ junit.version =4.11
26+ junit.home =${repository}/junit/${junit.module}/${junit.version}
27+ junit.jar = ${junit.home}/${junit.module}-${junit.version}.jar
28+
29+ hamcrest.module =hamcrest-core
30+ hamcrest.version =1.3
31+ hamcrest.home =${repository}/org/hamcrest/${hamcrest.module}/${hamcrest.version}
32+ hamcrest.jar =${hamcrest.home}/${hamcrest.module}-${hamcrest.version}.jar
2633
2734# The name of this component
2835component.name = commons-codec
You can’t perform that action at this time.
0 commit comments