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

David Smiley commented on SOLR-9023:
------------------------------------

The point is ultimately to run Solr in your IDE; in this case in IntelliJ IDEA. 
 We no longer generate IntelliJ configs from the build; instead IntelliJ can 
open Solr naturally which is awesome.  However that means, I think, that 
there's no clear way to share an IntelliJ specific "run configuration" with 
other devs.  I have a run config that does this but I have no idea how to share 
it other than saying here's some XML snippet; edit your .idea/workspace.xml and 
add this under /project/component.  Shrug.  Furthermore... it's not a big deal. 
 Without this, run "gw dev" then CD to the right dir and do "bin/solr start -f 
-c -a DEBUG_ARGS_HERE" and have IntelliJ 's debugger listening in advance.  
It's annoying, admittedly, but whatever.

> Improve idea solrcloud launch config
> ------------------------------------
>
>                 Key: SOLR-9023
>                 URL: https://issues.apache.org/jira/browse/SOLR-9023
>             Project: Solr
>          Issue Type: Improvement
>          Components: scripts and tools
>    Affects Versions: 6.0
>            Reporter: Scott Blum
>            Priority: Minor
>              Labels: easyfix, idea, intellij, newbie
>
> Two main problems:
> 1) The solrcloud launch config requires ant to have been run before it works. 
>  This is tolerable if not ideal.
> 2) It uses the precompiled jars in WEB-INF/lib instead of using the IntelliJ 
> compiled classes that reflect up-to-date IDE edits.  Fixing this would be a 
> be win, but may require some digging into setting up the jetty container 
> properly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to