[
https://issues.apache.org/jira/browse/DRILL-6280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408394#comment-16408394
]
ASF GitHub Bot commented on DRILL-6280:
---------------------------------------
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1177#discussion_r176165870
--- Diff:
common/src/main/java/org/apache/drill/common/scanner/BuildTimeScan.java ---
@@ -118,10 +118,10 @@ private static void save(ScanResult scanResult, File
file) {
*/
public static void main(String[] args) throws Exception {
if (args.length != 1) {
- throw new IllegalArgumentException("Usage: java {cp} " +
ClassPathScanner.class.getName() + " path/to/scan");
+ throw new IllegalArgumentException("Usage: java {cp} " +
BuildTimeScan.class.getName() + " path/to/scan");
--- End diff --
Consider String.format
> Cleanup execution of BuildTimeScan during maven build
> -----------------------------------------------------
>
> Key: DRILL-6280
> URL: https://issues.apache.org/jira/browse/DRILL-6280
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Vlad Rozov
> Assignee: Vlad Rozov
> Priority: Minor
>
> {{exec:java}} has a dependency on {{logback-classic}} that is only available
> in {{test}} scope.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)