You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@htrace.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2015/01/10 00:52:34 UTC

[jira] [Comment Edited] (HTRACE-64) Fix mvn clean of go directories

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

Colin Patrick McCabe edited comment on HTRACE-64 at 1/9/15 11:52 PM:
---------------------------------------------------------------------

This patch worked for me... [edit: sorry, poor reading skills on my part.  It did miss that pkg file you talked about.]

{code}
cmccabe@keter:~/src/htrace> mvn package -DskipTests -Dmaven.javadoc.skip=true -Drat.skip
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.332s
[INFO] Finished at: Fri Jan 09 15:48:46 PST 2015
[INFO] Final Memory: 45M/622M
[INFO] ------------------------------------------------------------------------

cmccabe@keter:~/src/htrace> find -name '*.a'
./htrace-core/src/go/pkg/linux_amd64/github.com/kr/fs.a
./htrace-core/src/go/pkg/linux_amd64/golang.org/x/tools/go/vcs.a
cmccabe@keter:~/src/htrace> mvn clean
...
cmccabe@keter:~/src/htrace> find -name '*.a'
[no output]
{code}

I was thinking we could put this in for the release and then do something more clever later.


was (Author: cmccabe):
This patch worked for me...

{code}
cmccabe@keter:~/src/htrace> mvn package -DskipTests -Dmaven.javadoc.skip=true -Drat.skip
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.332s
[INFO] Finished at: Fri Jan 09 15:48:46 PST 2015
[INFO] Final Memory: 45M/622M
[INFO] ------------------------------------------------------------------------

cmccabe@keter:~/src/htrace> find -name '*.a'
./htrace-core/src/go/pkg/linux_amd64/github.com/kr/fs.a
./htrace-core/src/go/pkg/linux_amd64/golang.org/x/tools/go/vcs.a
cmccabe@keter:~/src/htrace> mvn clean
...
cmccabe@keter:~/src/htrace> find -name '*.a'
[no output]
{code}

I was thinking we could put this in for the release and then do something more clever later.

> Fix mvn clean of go directories
> -------------------------------
>
>                 Key: HTRACE-64
>                 URL: https://issues.apache.org/jira/browse/HTRACE-64
>             Project: HTrace
>          Issue Type: Bug
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>         Attachments: HTRACE-64.001.patch
>
>
> Fix the mvn clean of go directories.



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