Skip to content

Commit

Permalink
Include log4j resources.dir in all tests via build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbailis committed Jul 23, 2012
1 parent 4e628fe commit 3886bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.properties
Expand Up @@ -36,8 +36,5 @@ tomcat.manager.username=tomcat
tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Log4j
log4j.properties.dir=src/java

## Release
curr.release=0.90.1
3 changes: 2 additions & 1 deletion build.xml
Expand Up @@ -27,6 +27,7 @@
</condition>

<path id="contrib-classpath">
<pathelement path="${resources.dir}" />
<fileset dir="${dist.dir}">
<include name="${name}-${curr.release}.jar" />
</fileset>
Expand All @@ -37,6 +38,7 @@
</path>

<path id="test-classpath">
<pathelement path="${resources.dir}" />
<pathelement path="${env.VOLD_TEST_JARS}" />
<path refid="main-classpath" />
<pathelement path="${testclasses.dir}" />
Expand Down Expand Up @@ -372,7 +374,6 @@
<replace-dir dir="${testhtml.dir}" />
<junit printsummary="yes" showoutput="true" maxmemory="1024m">
<classpath refid="test-classpath" />
<classpath path="${log4j.properties.dir}" />
<formatter type="xml" />
<batchtest fork="yes" todir="${testreport.dir}">
<fileset dir="${unittestsrc.dir}">
Expand Down

0 comments on commit 3886bb1

Please sign in to comment.