You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2009/01/19 23:52:59 UTC

[jira] Created: (HBASE-1140) "ant clean test" fails

"ant clean test" fails
----------------------

                 Key: HBASE-1140
                 URL: https://issues.apache.org/jira/browse/HBASE-1140
             Project: Hadoop HBase
          Issue Type: Bug
          Components: build
            Reporter: Nitay Joffe
            Assignee: Nitay Joffe
            Priority: Trivial


shrek:hbase2 nitay$ ant clean test
Buildfile: build.xml

clean:

compile-test:

BUILD FAILED
/Users/nitay/code/hbase2/build.xml:411: destination directory "/Users/nitay/code/hbase2/build/test" does not exist or is not a directory

Total time: 0 seconds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1140) "ant clean test" fails

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1140:
-------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.19.0)
                   0.20.0
           Status: Resolved  (was: Patch Available)

Thanks for the patch Nitay.

> "ant clean test" fails
> ----------------------
>
>                 Key: HBASE-1140
>                 URL: https://issues.apache.org/jira/browse/HBASE-1140
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.19.0
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: hbase-1140.patch
>
>
> shrek:hbase2 nitay$ ant clean test
> Buildfile: build.xml
> clean:
> compile-test:
> BUILD FAILED
> /Users/nitay/code/hbase2/build.xml:411: destination directory "/Users/nitay/code/hbase2/build/test" does not exist or is not a directory
> Total time: 0 seconds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1140) "ant clean test" fails

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated HBASE-1140:
-------------------------------

        Fix Version/s: 0.19.0
    Affects Version/s: 0.19.0
               Status: Patch Available  (was: Open)

> "ant clean test" fails
> ----------------------
>
>                 Key: HBASE-1140
>                 URL: https://issues.apache.org/jira/browse/HBASE-1140
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.19.0
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Trivial
>             Fix For: 0.19.0
>
>         Attachments: hbase-1140.patch
>
>
> shrek:hbase2 nitay$ ant clean test
> Buildfile: build.xml
> clean:
> compile-test:
> BUILD FAILED
> /Users/nitay/code/hbase2/build.xml:411: destination directory "/Users/nitay/code/hbase2/build/test" does not exist or is not a directory
> Total time: 0 seconds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1140) "ant clean test" fails

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated HBASE-1140:
-------------------------------

    Attachment: hbase-1140.patch

after patch:

shrek:hbase2 nitay$ ant clean test
Buildfile: build.xml

clean:
   [delete] Deleting directory /Users/nitay/code/hbase2/build

clover.setup:

clover.info:
     [echo] 
     [echo]       Clover not found. Code coverage reports disabled.
     [echo]     

clover:

init:
    [mkdir] Created dir: /Users/nitay/code/hbase2/build
    [mkdir] Created dir: /Users/nitay/code/hbase2/build/classes
    [mkdir] Created dir: /Users/nitay/code/hbase2/build/test
    [mkdir] Created dir: /Users/nitay/code/hbase2/build/examples
    [mkdir] Created dir: /Users/nitay/code/hbase2/build/webapps
     [copy] Copying 6 files to /Users/nitay/code/hbase2/build/webapps

...

> "ant clean test" fails
> ----------------------
>
>                 Key: HBASE-1140
>                 URL: https://issues.apache.org/jira/browse/HBASE-1140
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Trivial
>         Attachments: hbase-1140.patch
>
>
> shrek:hbase2 nitay$ ant clean test
> Buildfile: build.xml
> clean:
> compile-test:
> BUILD FAILED
> /Users/nitay/code/hbase2/build.xml:411: destination directory "/Users/nitay/code/hbase2/build/test" does not exist or is not a directory
> Total time: 0 seconds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.