Browse Source

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 years ago
parent
commit
cdd92bd1d0
2 changed files with 4 additions and 0 deletions
  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-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:
 IMPROVEMENTS:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)
   (phunt via mahadev)

+ 1 - 0
build.xml

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