[ 
https://issues.apache.org/jira/browse/STORM-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14143989#comment-14143989
 ] 

ASF GitHub Bot commented on STORM-504:
--------------------------------------

GitHub user strongh opened a pull request:

    https://github.com/apache/storm/pull/263

    Change clojure class called by `storm repl`

    Currently using `storm repl` there's a message saying that the 
`clojure.lang.Repl` class is deprecated.
    
    ```
    WARNING: clojure.lang.Repl is deprecated.
    Instead, use clojure.main like this:
    java -cp clojure.jar clojure.main -i init.clj -r args...
    Clojure 1.5.1
    ```
    
    This change merely take the suggestion of the output, and updates the class 
to `clojure.main`.
    
    https://issues.apache.org/jira/browse/STORM-504

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/strongh/incubator-storm storm-repl-class

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/263.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #263
    
----
commit 0b457f22865e4ab3be5b55f17271528b2c461c70
Author: Homer Strong <[email protected]>
Date:   2014-09-22T22:53:12Z

    change clojure class called by `storm repl`

----


> Class Used by `repl` Command Deprecated
> ---------------------------------------
>
>                 Key: STORM-504
>                 URL: https://issues.apache.org/jira/browse/STORM-504
>             Project: Apache Storm (Incubating)
>          Issue Type: Bug
>            Reporter: Homer Strong
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to