Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install jdk task #13411

Closed
justintian opened this issue Aug 12, 2020 · 2 comments
Closed

install jdk task #13411

justintian opened this issue Aug 12, 2020 · 2 comments
Assignees
Labels
Area: ABTT Akvelon Build Tasks Team area of work bug Task: JavaToolInstaller

Comments

@justintian
Copy link

justintian commented Aug 12, 2020

log is:, and java_home is not correct as I configed (C:\hostedtoolcache\windows\jdk8)
Retrieving the JDK from local path.
##[warning]Can't find loc string for key: ExtractingArchiveToPath
ExtractingArchiveToPath C:\hostedtoolcache\windows\jdk8\JAVA_HOME_8_x64_jdk1.8.0_231_zip
Creating destination folder: C:\hostedtoolcache\windows\jdk8\JAVA_HOME_8_x64_jdk1.8.0_231_zip
Extracting file: d:\a_temp\automation-buildresource\java\jdk1.8.0_231.zip

the succcess log should be :
Retrieving the JDK from local path.
Creating destination folder: C:\hostedtoolcache\windows\jdk8
Extracting file: d:\a_temp\automation-buildresource\java\jdk1.8.0_231.zip
d:\a_tasks\JavaToolInstaller_c0e0b74f-0931-47c7-ac27-7c5a19456a36\0.171.0\FileExtractor\7zip\7z.exe x -oC:\hostedtoolcache\windows\jdk8 d:\a_temp\automation-buildresource\java\jdk1.8.0_231.zip

@sdobrodeev sdobrodeev self-assigned this Aug 12, 2020
@anatolybolshakov anatolybolshakov added the awaiting deployment Related changes are waiting for deployment to be completed label Aug 13, 2020
@anatolybolshakov
Copy link
Contributor

Hi @justintian, thanks for heads up! We fixed this issue and going to roll out changes with next release

@egor-bryzgalov
Copy link
Member

Closing this issue since the fix is deployed. Please feel free to reopen it.

@egor-bryzgalov egor-bryzgalov removed the awaiting deployment Related changes are waiting for deployment to be completed label Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work bug Task: JavaToolInstaller
Projects
None yet
Development

No branches or pull requests

4 participants