[ 
https://issues.apache.org/jira/browse/HTRACE-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HTRACE-180:
-------------------------
    Attachment: 180.txt

Unfinished patch. Makes a htrace-webapp that builds a WAR target.

Couple of issues:

# Go build pollutes the src dir pulling deps in under src and then building and 
dropping binaries also under src/go/build. I mostly got it building into the 
target dir caveat godep dumping a subset of the pkg dir in src/go which I do 
not seem to be able to stop (it drops the same in the target dir).
# Currently htraced wants webapp dir to be at the relative 'web' dir so you can 
run htraced and it will find the web dir. You could run the built htraced out 
of the src/go/build dir and then it'd find the relative dir and you could make 
changes in-situ in the src tree. Now web has been moved to another module by 
this patch. I will have to copy the web dir from the new htrace-webapp module 
so can run from the target dir at htrace-htraced. gobuild.sh wants to build it 
all and it would be odd having it reach up into another module into a 
target/htrace-webapp-VERSION (which comes from pom.xml) to get its web content. 
I could have the wrapping pom do it post call to gobuild.sh?

Messy.



> Move the GUI to a top-level subproject
> --------------------------------------
>
>                 Key: HTRACE-180
>                 URL: https://issues.apache.org/jira/browse/HTRACE-180
>             Project: HTrace
>          Issue Type: Improvement
>            Reporter: Colin Patrick McCabe
>            Assignee: stack
>         Attachments: 180.txt
>
>
> Move the GUI to a top-level subproject, so that we can use it for 
> htrace-hbase as well as htrace-htraced (and possibly other subprojects in the 
> future)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to