You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by "dafu (JIRA)" <ji...@apache.org> on 2013/08/26 22:38:51 UTC

[jira] [Created] (HELIX-225) fix build error

dafu created HELIX-225:
--------------------------

             Summary: fix build error
                 Key: HELIX-225
                 URL: https://issues.apache.org/jira/browse/HELIX-225
             Project: Apache Helix
          Issue Type: Bug
            Reporter: dafu
            Assignee: dafu


current build https://builds.apache.org/job/helix/1149/ is failing probably because testng.xml in helix-examples using a wrong package name (org.apache.helix.agent instead of org.apache.helix.examples":

<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Suite" parallel="none">
  <test name="Test" preserve-order="false">
    <packages>
      <package name="org.apache.helix.agent"/>
    </packages>
  </test>
</suite>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira