Answered Fetch TFS labels from Linux machine

  • 2012년 3월 13일 화요일 오후 11:24
     
     

    Hi

    I read this post: http://social.msdn.microsoft.com/Forums/en/tfsadmin/thread/35810d45-bd29-45a4-827c-e9db337d49dd on how to connect to TFS from a Linux machine.

    Did the same steps per the instructions for Cmd line .zip to work.

    Getting the following error when I run "tf" and enter:

    [giga_admin@somelinuxmachine TEE-CLC-10.0.0]$ tf
    /home/giga/TEE-CLC-10.0.0/tf: line 133: exec: java: not found

    $PATH variable is already set/exported to use /home/giga/TEE-CLC-10.0.0 in it.

    Now, I thought, I need java, but there's a ./lib folder under that TEE... folder so I think "tf" should work without giving an error.

    Line#133 in "tf" script is (it's a single line continued to next line using \ character - a BASH scripting thing for continuing code on a new line for the same line).

    exec java -Xmx512M -classpath "$CLC_CLASSPATH" \
            "-Dcom.microsoft.tfs.jni.native.base-directory=$BASE_DIRECTORY/native" \
            $RANDOM_DEVICE_PROPERTY com.microsoft.tfs.client.clc.vc.Main "$@"

    I'll look into this later, if someone is quicker, pls advise. thanks.


    Arun Sangal Software Configuration Management Denver USA

    • 이동됨 Vicky Song 2012년 3월 14일 수요일 오전 4:56 (From:Team Foundation Server - Administration)
    •  

모든 응답

  • 2012년 3월 14일 수요일 오전 4:56
     
     

    Hi Arun,

    I am moving your case to the Team Foundation Server - Eclipse and Cross Platform forum so that you can get better support there.

    Thanks.


    Vicky Song [MSFT]
    MSDN Community Support | Feedback to us

  • 2012년 3월 14일 수요일 오후 2:35
    소유자
     
     답변됨

    It appears that you don't have a Java runtime installed.  You'll need to install a supported Java runtime to use Team Explorer Everywhere.  The TEE download page lists the supported runtimes in the System Requirements section.

    I also strongly recommend using the SP1 release of the product (10.1.0), as it includes many fixes and some new features.