[
https://issues.apache.org/jira/browse/BIGTOP-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317322#comment-14317322
]
Konstantin Boudnik commented on BIGTOP-1664:
--------------------------------------------
Almost, catch need to be like this though
{code}
+ } catch(Throwable t) {
+ logError("Couldn't unpack resources, you better have resources on your
classpath.");
{code}
per Java style. Thanks!
> make test unpack resources optional
> -----------------------------------
>
> Key: BIGTOP-1664
> URL: https://issues.apache.org/jira/browse/BIGTOP-1664
> Project: Bigtop
> Issue Type: Test
> Components: tests
> Affects Versions: 0.9.0
> Reporter: jay vyas
> Fix For: 0.9.0
>
> Attachments: BIGTOP-1664.patch, BIGTOP-1664.patch
>
>
> allow unpackTestResources to be optional for the test utils... so that
> {{smoke-tests}} can work without needing jars.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)