[ https://issues.apache.org/jira/browse/HCATALOG-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sushanth Sowmyan updated HCATALOG-135: -------------------------------------- Description: Currently, "ant test" inside the hbase dir fails if after the root hcatalog dir has had an "ant clean" run on it. The reason for this is that there are several dependencies in things like $\{test.classpath\} that don't exist at the time. If they're not needed, they can/should be removed. If needed, then running "ant test" here should trigger a root build as a dependency. Also, things like the hcatalog build dir don't exist either - this could potentially be trivially created with a mkdir call (making sure to not delete it! - this might be called from the root build) > Fix hbase build.xml "ant test" target for running after clean builds > -------------------------------------------------------------------- > > Key: HCATALOG-135 > URL: https://issues.apache.org/jira/browse/HCATALOG-135 > Project: HCatalog > Issue Type: Sub-task > Components: storage handlers > Reporter: Sushanth Sowmyan > > Currently, "ant test" inside the hbase dir fails if after the root hcatalog > dir has had an "ant clean" run on it. > The reason for this is that there are several dependencies in things like > $\{test.classpath\} that don't exist at the time. If they're not needed, they > can/should be removed. If needed, then running "ant test" here should trigger > a root build as a dependency. > Also, things like the hcatalog build dir don't exist either - this could > potentially be trivially created with a mkdir call (making sure to not delete > it! - this might be called from the root build) -- 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