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

Dawid Weiss commented on LUCENE-9448:
-------------------------------------

I added a pull request this time - removed Solr distribution bit since we 
established it's not the right time, but added an optional "standalone 
distribution-only" JAR as an example (highlighter) and a readme file with 
substitutable parameters. Once you run:

gradlew -p lucene\luke assemble

you'll see the readme file will contain a java command to launch Luke. I don't 
think scripts are needed after this (it's a developer tool after all, so I 
assume minimal terminal capabilities).

I'm leaving the rest to you, Tomoko - continue as you please.

> Make an equivalent 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
>         Attachments: LUCENE-9448.patch, LUCENE-9448.patch
>
>
> 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