You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2021/09/16 04:52:00 UTC

[jira] [Commented] (LUCENE-9448) Make an equivalent to Ant's "run" target for Luke module

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

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

Just to note: I noticed "gradlew -p lucene/luke run" does not work on the latest main (w/ gradle 7.2) for me; I guess some follow-ups of LUCENE-9990 are needed, I haven't examined the error yet.
{code:java}
> Task :lucene:luke:run FAILED
Launching Luke 9.0.0-SNAPSHOT right now...

FAILURE: Build failed with an exception.

* Where:
Build file '/mnt/hdd/repo/lucene/lucene/luke/build.gradle' line: 137

* What went wrong:
Execution failed for task ':lucene:luke:run'.
> Could not get unknown property 'JavaInstallationRegistry' for task ':lucene:luke:run' of type org.gradle.api.DefaultTask.
{code}

> 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
>             Fix For: main (9.0)
>
>         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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org