This is an automated email from the ASF dual-hosted git repository.

mkessler pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-sdk.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5d6f446  -Xbootclasspath/p is no longer supported as of JDK9 and JDK12 
is the latest version.  Changed to /p to /a.
5d6f446 is described below

commit 5d6f44683233c942ff747f5e12f8ff33d71e5b1b
Author: Mark Kessler <[email protected]>
AuthorDate: Mon Apr 29 20:21:59 2019 -0400

    -Xbootclasspath/p is no longer supported as of JDK9 and JDK12 is the latest 
version.  Changed to /p to /a.
---
 bin/aasdoc.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/aasdoc.bat b/bin/aasdoc.bat
index 0daad06..569363c 100755
--- a/bin/aasdoc.bat
+++ b/bin/aasdoc.bat
@@ -30,4 +30,4 @@ rem
 
 if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
 
-java -Xmx1024m -Dsun.io.useCanonCaches=false 
-Xbootclasspath/p:"%FLEX_HOME%\lib\xalan.jar" -classpath 
"%FLEX_HOME%\lib\asdoc.jar" flex2.tools.ASDoc +configname=air 
+flexlib="%FLEX_HOME%\frameworks" %*
+java -Xmx1024m -Dsun.io.useCanonCaches=false 
-Xbootclasspath/a:"%FLEX_HOME%\lib\xalan.jar" -classpath 
"%FLEX_HOME%\lib\asdoc.jar" flex2.tools.ASDoc +configname=air 
+flexlib="%FLEX_HOME%\frameworks" %*

Reply via email to