[
https://issues.apache.org/jira/browse/ZOOKEEPER-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116338#comment-13116338
]
Hudson commented on ZOOKEEPER-1203:
-----------------------------------
Integrated in ZooKeeper-trunk #1317 (See
[https://builds.apache.org/job/ZooKeeper-trunk/1317/])
ZOOKEEPER-1203. Zookeeper systest is missing Junit Classes (Prashant
Gokhale via phunt)
phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1176575
Files :
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/contrib/fatjar/build.xml
> Zookeeper systest is missing Junit Classes
> -------------------------------------------
>
> Key: ZOOKEEPER-1203
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1203
> Project: ZooKeeper
> Issue Type: Bug
> Components: tests
> Reporter: Prashant Gokhale
> Fix For: 3.3.4, 3.4.0, 3.5.0
>
> Attachments: ZK-1203-patch.txt
>
>
> For running these tests, I am following instructions on
> https://github.com/apache/zookeeper/blob/trunk/src/java/systest/README.txt
> In Step 4, when I try to run java -jar
> build/contrib/fatjar/zookeeper-<version>-fatjar.jar systest
> org.apache.zookeeper.test.system.SimpleSysTest , it throws the following
> error,
> Exception in thread "main" java.lang.NoClassDefFoundError:
> junit/framework/TestCase
> The problem is that zookeeper-dev-fatjar.jar does not contain the TestCase
> class.
> Patrick Hunt suggested that adding <zipgroupfileset
> dir="${zk.root}/build/test/lib" includes="*.jar" /> to fatjar/build.xml
> should solve the problem and it does.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira