Skip to content

Commit

Permalink
Merge pull request eclipse-che#49 from codenvy/update-che-console-title
Browse files Browse the repository at this point in the history
Adds Eclipse Che to command prompt
  • Loading branch information
skabashnyuk committed Sep 21, 2015
2 parents 36be013 + efa036a commit 24c0cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions che.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ for /F %%i in ("%FILE%") do (set VERSION=%%~nxi)
set CATALINA_HOME=%DIRNAME%assembly-sdk\target\%VERSION%\%VERSION%
set ASSEMBLY_BIN_DIR=%CATALINA_HOME%\bin
IF exist %ASSEMBLY_BIN_DIR% (
TITLE "Eclipse Che"
call %ASSEMBLY_BIN_DIR%\che.bat %1 %2 %3 %4 %5 %6 %7 %8
) else (
echo The command 'mvn clean install' needs to be run first. This will build the Eclipse Che assembly.
Expand Down

0 comments on commit 24c0cb9

Please sign in to comment.