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

Tomoko Uchida commented on LUCENE-9448:
---------------------------------------

While I try to write up my comment, the discussion has been proceeding... I 
will just throw in my understanding here, although there may be no new 
information.

Luke is not a self-contained jar and the relative location of the dependent 
jars are different in building and packaging time, we can't specify build time 
Class-Path in the JAR Manifest. (Am I correct?)

I'm not sticking to make a Gradle task at all, but I think an alternative which 
is run as easy as "ant run" would be needed. Let me keep open this until we 
find a good solution; anyway it is not urgent.

 

> 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