mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
cleanup: support different disk drives
GitOrigin-RevId: cd9c395c9293caa2af02066dbf5e6f0f5050825e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f3e91ad8fc
commit
98d2d88ae5
@@ -27,7 +27,7 @@ IF NOT EXIST "%JAVA_HOME%\bin\java.exe" (
|
||||
|
||||
ECHO Updating "%WORK_IDEA_HOME%" from compiled classes at "%DEV_IDEA_HOME%"
|
||||
|
||||
CD "%DEV_IDEA_HOME%"
|
||||
CD /D "%DEV_IDEA_HOME%"
|
||||
|
||||
SET ANT_HOME=%DEV_IDEA_HOME%\lib\ant
|
||||
SET EXEC_ANT="%JAVA_HOME%\bin\java.exe" -Xmx512m -Dant.home="%ANT_HOME%" -classpath "%ANT_HOME%\lib\ant-launcher.jar" org.apache.tools.ant.launch.Launcher
|
||||
|
||||
Reference in New Issue
Block a user