You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Scott Blum (JIRA)" <ji...@apache.org> on 2016/04/12 06:26:25 UTC

[jira] [Commented] (SOLR-8929) Add an idea module for solr/server to enable launching start.jar

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

Scott Blum commented on SOLR-8929:
----------------------------------

Thanks for looking at this.  I don't think calling the bin/solr script is as good of a workflow, however.  If you have the right classpath setup in IntelliJ, the edit/debug cycle is really fast; you can make code changes, restart the debugger, and you're good to go.  The bin/solr script requires jars to be rebuilt or you won't be up to date with the latest code.

The whole point of using an IDE and having an IntelliJ project is for maximum productivity, and having a module setup that enables really running solr as a debug config is maximally productive.

> Add an idea module for solr/server to enable launching start.jar
> ----------------------------------------------------------------
>
>                 Key: SOLR-8929
>                 URL: https://issues.apache.org/jira/browse/SOLR-8929
>             Project: Solr
>          Issue Type: Improvement
>          Components: scripts and tools
>    Affects Versions: 5.4.1
>            Reporter: Scott Blum
>            Priority: Minor
>         Attachments: SOLR-8929-bin-solr-run-configuration.patch, SOLR-8929.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Currently in IntelliJ, it's difficult to create a launch config to run Solr in the same way that the bin/solr script would, because there aren't any modules that reference the jetty start.jar that it uses.
> I want to create a simple solr/server IJ module that can be referenced from a launch config.  I've created it manually in the past, but then I always lose it when I have to regenerate idea on branch switch.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org