This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new a776573 require Java 11
a776573 is described below
commit a776573b70d51e7543ac1b272d9d4827e8b2c90f
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Feb 15 09:48:19 2024 -0800
require Java 11
---
README | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/README b/README
index d5698f2..3219998 100644
--- a/README
+++ b/README
@@ -70,11 +70,9 @@ Building the Apache Royale Typedefs with Ant
SOFTWARE ENVIRONMENT VARIABLE
(absolute paths)
==================================================================================
- Java SDK 1.7 or greater (*1) JAVA_HOME
- (for Java 1.7 see note at (*2))
+ Java SDK 11 or greater (*1) JAVA_HOME
- Ant 1.7.1 or greater (*1) ANT_HOME
- (for Java 1.7 see note at (*2))
+ Ant 1.8 or greater (*1) ANT_HOME
==================================================================================
@@ -91,11 +89,6 @@ Building the Apache Royale Typedefs with Ant
On Linux make sure you path include ANT_HOME and JAVA_HOME.
- *2) If you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8
- or greater. If you use Java 1.7 with Ant 1.7, ant reports the java
- version as 1.6 so the JVM args for the data model (-d32/-d64) will not
- be set correctly and you will get compile errors.
-
Once you've done that, use
ant main (or just ant since the default target is main)