Ignore:
Timestamp:
2021-10-23T18:47:29+13:00 (3 years ago)
Author:
davidb
Message:

Text/commment/echo/README tidy up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/bin/rk.bat

    r35673 r35682  
    99set ANT_OPTS=-Xmx1024M
    1010
    11 :: set JAVACFLAGS (used in the relevant javac lines in our win32.mak/Makefiles) so that any compiled Java code
    12 :: is backwards compatible with Java v1.6
    13 echo ****** Setting JAVACFLAGS in rk.bat
    14 echo ****** Need to update the script so it is done through rk-setup.bat
    15 set JAVACFLAGS=-source 1.8 -target 1.8 -bootclasspath "%RK_HOME%\shared\core\java-rt\rt-openjdk8.jar" -extdirs ""
    16 
    17 :: Generally, an ant property can be true|on|yes vs false|off|no (or left unset)
    1811:: see https://ant.apache.org/manual/properties.html#if+unless
    1912:: However, the release-kit code requires envvar KEEP_SRC to be "true" in order to stop it deleting source code
Note: See TracChangeset for help on using the changeset viewer.