Files
openide/build/full_updater.cmd
Leonid Shalupov 068b6d3d4a jps-bootstrap: specify project to load
this is useful when project home could not be detected from inside the project
e.g. some projects sharing common community folder

GitOrigin-RevId: bc3c7cb277f89429f7344f88cea9b8cace6c70e7
2022-02-16 19:54:22 +00:00

12 lines
395 B
Batchfile
Executable File

:<<"::CMDLITERAL"
@ECHO OFF
GOTO :CMDSCRIPT
::CMDLITERAL
set -eux
exec "$(cd "$(dirname "$0")"; pwd)/../platform/jps-bootstrap/jps-bootstrap.sh" "$@" "$(cd "$(dirname "$0")"; pwd)/.." intellij.idea.community.build FullUpdaterBuildTarget
:CMDSCRIPT
call "%~dp0\..\platform\jps-bootstrap\jps-bootstrap.cmd" %* "%~dp0\.." intellij.idea.community.build FullUpdaterBuildTarget
EXIT /B %ERRORLEVEL%