浏览代码

ZOOKEEPER-994 eclipse target in the build script doesnot include libraray required for test classes in the classpath (MIS via phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1074995 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 14 年之前
父节点
当前提交
cdd92bd1d0
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 3 0
      CHANGES.txt
  2. 1 0
      build.xml

+ 3 - 0
CHANGES.txt

@@ -180,6 +180,9 @@ BUGFIXES:
 
   ZOOKEEPER-976. ZooKeeper startup script doesn't use JAVA_HOME (phunt)
 
+  ZOOKEEPER-994 "eclipse" target in the build script doesnot include
+  libraray required for test classes in the classpath (MIS via phunt) 
+
 IMPROVEMENTS:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)

+ 1 - 0
build.xml

@@ -1321,6 +1321,7 @@
            <output path="${build.dir.eclipse-main-classes}" />
            <library pathref="default.path.id" exported="true" />
            <library pathref="junit.path.id" exported="false" />
+           <library path="${src.dir}/java/libtest/accessive.jar" exported="false" />
          </classpath>
        </eclipse>
      </target>