Skip to content

Commit

Permalink
Update the java paths using 8dot3 notation (#808)
Browse files Browse the repository at this point in the history
tracked in #756
  • Loading branch information
sravanlakkimsetti committed Jan 13, 2023
1 parent 5ae4a98 commit fc8e921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ For /F "tokens=1* delims==" %%A IN (buildProperties.properties) DO (
echo on
set STREAM
set EBUILDER_HASH
set JAVA_HOME="C:\\Program Files\\Eclipse Adoptium\\jdk-17.0.5.8-hotspot\\"
set JAVA_HOME="C:\\openjdk\\jdk-11\\"
set JAVA_HOME
rem set Path="C:\\Program Files\\Eclipse Adoptium\\jdk-17.0.5.8-hotspot\\bin";C:\\ProgramData\\Boxstarter;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\tools\\cygwin\\bin;C:\\Program Files\\IcedTeaWeb\\WebStart\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Users\\jenkins_vnc\\AppData\\Local\\Microsoft\\WindowsApps;
ant -f getEBuilder.xml -Djava.io.tmpdir=%WORKSPACE%\\tmp -Djvm="C:\\\\Program Files\\\\Eclipse Adoptium\\\\jdk-17.0.5.8-hotspot\\\\bin\\\\java.exe" -DbuildId=%buildId% -DeclipseStream=%STREAM% -DEBUILDER_HASH=%EBUILDER_HASH% -DdownloadURL="https://download.eclipse.org/eclipse/downloads/drops4/%buildId%" -Dargs=all -Dosgi.os=win32 -Dosgi.ws=win32 -Dosgi.arch=x86_64 -DtestSuite=all
ant -f getEBuilder.xml -Djava.io.tmpdir=%WORKSPACE%\\tmp -Djvm="C:\\PROGRA~1\\ECLIPS~1\\jdk-17.0.5.8-hotspot\\bin\\java.exe" -DbuildId=%buildId% -DeclipseStream=%STREAM% -DEBUILDER_HASH=%EBUILDER_HASH% -DdownloadURL="https://download.eclipse.org/eclipse/downloads/drops4/%buildId%" -Dargs=all -Dosgi.os=win32 -Dosgi.ws=win32 -Dosgi.arch=x86_64 -DtestSuite=all
''')
}
Expand Down

0 comments on commit fc8e921

Please sign in to comment.