You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Will McQueen (Created) (JIRA)" <ji...@apache.org> on 2011/11/02 20:57:32 UTC

[jira] [Created] (FLUME-836) Issues during creation of eclipse layout for Flume after clean build

Issues during creation of eclipse layout for Flume after clean build
--------------------------------------------------------------------

                 Key: FLUME-836
                 URL: https://issues.apache.org/jira/browse/FLUME-836
             Project: Flume
          Issue Type: Bug
          Components: Build
    Affects Versions: NG alpha 1
            Reporter: Will McQueen


I prepare eclipse for Flume NG with the following commands, starting from a clean build:
(a) mvn clean
(b) mvn eclipse:clean
(c) mvn package -DskipTests
(d) mvn -Declipse.workspace=/home/will/workspace eclipse:add-maven-repo
(e) mvn eclipse:eclipse

During step (e), I see the following 10 issues:

1) No eclipse plugin goal for pom, and have a null eclipse workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-parent ---
[INFO] Not running eclipse plugin goal for pom project
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER

2) thrift folder doesn't exist
[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.

3) null eclipse workspace (instead of /home/will/workspace)
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-ng-core ---
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Wrote settings to /home/will/git/flume-asf/flume-ng-core/.settings/org.eclipse.jdt.core.prefs
[INFO] Wrote Eclipse project for "flume-ng-core" to /home/will/git/flume-asf/flume-ng-core.

4) No eclipse plugin goal for pom, and have a null eclipse workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-ng-sinks ---
[INFO] Not running eclipse plugin goal for pom project
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER

5) Can't read jar manifest, and has null workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-hdfs-sink ---
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Unable to read jar manifest from /home/will/.m2/repository/com/cloudera/cdh/hadoop-ant/3.0-beta-4/hadoop-ant-3.0-beta-4.pom
[INFO] Wrote settings to /home/will/git/flume-asf/flume-ng-sinks/flume-hdfs-sink/.settings/org.eclipse.jdt.core.prefs
[INFO] Wrote Eclipse project for "flume-hdfs-sink" to /home/will/git/flume-asf/flume-ng-sinks/flume-hdfs-sink.

6) No eclipse plugin goal for pom, and have a null eclipse workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-ng-channels ---
[INFO] Not running eclipse plugin goal for pom project
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER

7) has a null eclipse workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-jdbc-channel ---
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Wrote settings to /home/will/git/flume-asf/flume-ng-channels/flume-jdbc-channel/.settings/org.eclipse.jdt.core.prefs
[INFO] Wrote Eclipse project for "flume-jdbc-channel" to /home/will/git/flume-asf/flume-ng-channels/flume-jdbc-channel.

8) Can't read jar manifest, and has null workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-ng-node ---
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Unable to read jar manifest from /home/will/.m2/repository/com/cloudera/cdh/hadoop-ant/3.0-beta-4/hadoop-ant-3.0-beta-4.pom
[INFO] Wrote settings to /home/will/git/flume-asf/flume-ng-node/.settings/org.eclipse.jdt.core.prefs
[INFO] Wrote Eclipse project for "flume-ng-node" to /home/will/git/flume-asf/flume-ng-node.

9) Can't read jar manifest, and has null workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-ng-dist ---
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Unable to read jar manifest from /home/will/.m2/repository/com/cloudera/cdh/hadoop-ant/3.0-beta-4/hadoop-ant-3.0-beta-4.pom
[INFO] Wrote settings to /home/will/git/flume-asf/flume-ng-dist/.settings/org.eclipse.jdt.core.prefs
[INFO] Wrote Eclipse project for "flume-ng-dist" to /home/will/git/flume-asf/flume-ng-dist.

10) has a null eclipse workspace
[INFO] --- maven-eclipse-plugin:2.8:eclipse (default-cli) @ flume-file-channel ---
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Wrote settings to /home/will/git/flume-asf/flume-ng-channels/flume-file-channel/.settings/org.eclipse.jdt.core.prefs
[INFO] Wrote Eclipse project for "flume-file-channel" to /home/will/git/flume-asf/flume-ng-channels/flume-file-channel.


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