You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2014/05/07 16:50:54 UTC

[GitHub] incubator-storm pull request: [STORM-310] Change Twitter authentic...

Github user revans2 commented on the pull request:

    https://github.com/apache/incubator-storm/pull/62#issuecomment-42436699
  
    Thanks, I am now seeing compilation issues, with this pull request.  It looks like the pom.xml was not updated to use twitter4j.
    
    ```
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project storm-starter: Compilation failure: Compilation failure:
    [ERROR] TwitterSampleSpout.java:[22,22] package twitter4j.conf does not exist
    [ERROR] TwitterSampleSpout.java:[23,17] package twitter4j does not exist
    [ERROR] TwitterSampleSpout.java:[24,17] package twitter4j does not exist
    [ERROR] TwitterSampleSpout.java:[34,17] package twitter4j does not exist
    [ERROR] TwitterSampleSpout.java:[35,17] package twitter4j does not exist
    [ERROR] TwitterSampleSpout.java:[36,17] package twitter4j does not exist
    [ERROR] TwitterSampleSpout.java:[37,17] package twitter4j does not exist
    [ERROR] TwitterSampleSpout.java:[38,17] package twitter4j does not exist
    [ERROR] TwitterSampleSpout.java:[39,22] package twitter4j.auth does not exist
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---