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

Uwe Schindler commented on LUCENE-9448:
---------------------------------------

bq. I don't mind having a 'run' task which wouldn't assemble anything, of 
course, but I don't think it makes practical sense as it'll hang the build in 
the IDE, for example. But that's up to you, really.

Why would that hang the IDE? If you dont execute the task and it's not part of 
the standard "build all", who cares? We have many "run-like" tasks which the 
IDE would never run, like "regenerate".

> Make an eqivalent to Ant's "run" target for Luke module
> -------------------------------------------------------
>
>                 Key: LUCENE-9448
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9448
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Tomoko Uchida
>            Priority: Minor
>
> With Ant build, Luke Swing app can be launched by "ant run" after checking 
> out the source code. "ant run" allows developers to immediately see the 
> effects of UI changes without creating the whole zip/tgz package (originally, 
> it was suggested when integrating Luke to Lucene).
> In Gradle, {{:lucene:luke:run}} task would be easily implemented with 
> {{JavaExec}}, I think.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to