You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "E. Sammer (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/30 05:59:30 UTC

[jira] [Resolved] (FLUME-835) Issues during clean build of Flume NG

     [ https://issues.apache.org/jira/browse/FLUME-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

E. Sammer resolved FLUME-835.
-----------------------------

       Resolution: Fixed
    Fix Version/s: v1.0.0
         Assignee: E. Sammer

These were fixed with the exception of the missing directories (for which there's no good solution at the moment).
                
> Issues during clean build of Flume NG
> -------------------------------------
>
>                 Key: FLUME-835
>                 URL: https://issues.apache.org/jira/browse/FLUME-835
>             Project: Flume
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: NG alpha 1
>            Reporter: Will McQueen
>            Assignee: E. Sammer
>             Fix For: v1.0.0
>
>
> I run the following commands from toplevel Flume NG dir:
> 1) mvn clean
> 2) mvn eclipse:clean
> 3) mvn package -DskipTests
> I see these 12 issues. 2 are for missing thrift folder, 1 warning about creating an empty flume-ng-dist-0.9.5-SNAPSHOT.jar, and 9 are for a missing resources dir.
> 1) thrift folder doesn't exist (compile)
> [INFO] --- maven-thrift-plugin:0.1.10:compile (default) @ flume-ng-core ---
> [INFO] /home/will/git/flume-asf/flume-ng-core/src/main/thrift does not exist. Review the configuration or consider disabling the plugin.
> 2) thrift folder doesn't exist (testCompile)
> [INFO] --- maven-thrift-plugin:0.1.10:testCompile (default) @ flume-ng-core ---
> [INFO] /home/will/git/flume-asf/flume-ng-core/src/test/thrift does not exist. Review the configuration or consider disabling the plugin.
> 3) Warning about creating empty jar
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-dist ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar: /home/will/git/flume-asf/flume-ng-dist/target/flume-ng-dist-0.9.5-SNAPSHOT.jar
> 4) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-core/src/main/resources
> 5) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-sinks/flume-hdfs-sink/src/main/resources
> 6) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-jdbc-channel ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-channels/flume-jdbc-channel/src/main/resources
> 7) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-jdbc-channel ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-channels/flume-jdbc-channel/src/test/resources
> 8) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-node ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-node/src/main/resources
> 9) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-dist ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-dist/src/main/resources
> 10) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-dist ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-dist/src/test/resources
> 11) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-sinks/flume-hdfs-sink/src/test/resources
> 12) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-file-channel ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-channels/flume-file-channel/src/main/resources

--
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