[
https://issues.apache.org/jira/browse/SOLR-8035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14739874#comment-14739874
]
Erik Hatcher commented on SOLR-8035:
------------------------------------
Sure thing [~elyograg] - I just recreated it (before I had done it with
intellij but reverted and did it all command-line). I'll upload a new patch
that's just the build changes. Apply the patch, run these commands and then
"ant server". Modifying any of the files under server/solr-webapp/webapp
(maybe we can get rid of this "webapp" directory too and move things up a
level?) are visible with just a browser refresh.
{code}
# current ignores are webapp and jsp, I don't think we need jsp ignored any
more do we?
svn propdel svn:ignore server/solr-webapp
svn mv webapp/web/ server/solr-webapp/webapp
{code}
> Move solr/webapp to solr/server/solr-webapp
> -------------------------------------------
>
> Key: SOLR-8035
> URL: https://issues.apache.org/jira/browse/SOLR-8035
> Project: Solr
> Issue Type: Bug
> Components: UI
> Reporter: Erik Hatcher
> Assignee: Erik Hatcher
> Priority: Critical
> Fix For: Trunk, 5.4
>
> Attachments: SOLR-8035.patch
>
>
> Let's move solr/webapp *source* files to their final actual distro
> destination. This facilitates folks editing the UI in real-time (save
> change, refresh in browser) rather than having to "stop, ant server, restart"
> to see a change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]