Changeset 3050

Show
Ignore:
Timestamp:
11/16/10 11:29:35
Author:
johnsa
Message:

windows build includes config change message (we no longer need to supply -bwc jboss ... it is the default)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/quickstart/windows/bw.bat

    r2924 r3050  
    133133   ECHO    zoneinfo target is not supported on Windows 
    134134   GOTO:EOF 
     135    
     136:jbossNotice  
     137  ECHO ************************************************************* 
     138  ECHO The jboss configuration has been removed from the quickstart. 
     139  ECHO It is now the default.  Remove the '-bwc jboss' option. 
     140  ECHO ************************************************************* 
     141  GOTO:EOF 
    135142 
    136143:doneWithArgs 
     144 
     145IF "%bwc%" == "jboss" GOTO jbossNotice 
    137146 
    138147IF NOT "%quickstart%empty" == "empty" GOTO checkBwConfig 
     
    142151 
    143152:checkBwConfig 
    144 REM  IF "%BWCONFIGS%empty" == "empty" GOTO doneQB 
    145 REM    ECHO ******************************************************* 
    146 REM    ECHO Error: Cannot specify both -quickstart and -bwchome 
    147 REM    ECHO ******************************************************* 
    148 REM    GOTO:EOF 
    149153 
    150154  SET BWCONFIGS=%QUICKSTART_HOME%\bedework\config\bwbuild