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/flex-flexunit.git
The following commit(s) were added to refs/heads/develop by this push:
new b6a6698 README: Update Java/Ant requirements
b6a6698 is described below
commit b6a6698ad3c1091a3173db17e287aafa5ee26dcd
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Mar 4 09:54:47 2024 -0800
README: Update Java/Ant requirements
---
README.md | 36 +++++++++---------------------------
1 file changed, 9 insertions(+), 27 deletions(-)
diff --git a/README.md b/README.md
index 645c455..e840fb0 100644
--- a/README.md
+++ b/README.md
@@ -34,38 +34,20 @@ corresponding environment variables using absolute file
paths. Relative file pa
will result in build errors.
| SOFTWARE | ENVIRONMENT VARIABLE <br> (absolute paths) |
-| ---------------------------- | -------------------------------------:|
-| Java SDK 1.6 or greater (*1)<br> (for Java 1.7 see note at (*2)) | JAVA_HOME
|
-| Ant 1.7.1 or greater (*1)<br> (for Java 1.7 see note at (*2)) | ANT_HOME
|
-| Apache Flex (*3) | FLEX_HOME |
+| ---------------------------- | ------------------------------------------ |
+| Java SDK 1.8 or greater (*1) | ```JAVA_HOME``` |
+| Ant 1.8 or greater (*1) | ```ANT_HOME``` |
+| Apache Flex (*2) | ```FLEX_HOME``` |
-1. The bin directories for ANT_HOME and JAVA_HOME should be added to your PATH.
+1. The bin directories for ```ANT_HOME``` and ```JAVA_HOME``` should be added
to your PATH.
- On Windows, set PATH to ```PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin```
+ On Windows, set ```PATH``` to
```PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin```
- On the Mac (bash), set PATH to ```export
PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"```
+ On the Mac (bash), set ```PATH``` to ```export
PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"```
- 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.
-
- Also if you use Java SDK 1.7 you may encounter SSL errors when downloading
- 3rd party files as part of the build process to fix this issue
-
- On Windows, create an environment variable called ```ANT_OPTS``` with the
value
-
- -Djsse.enableSNIExtension=false
-
- On the Mac (bash):
-
- export ANT_OPTS="-Djsse.enableSNIExtension=false"
+ On Linux, make sure your path includes ```ANT_HOME``` and ```JAVA_HOME```.
-3. ```FLEX_HOME``` should be set to a valid Apache Flex installation.
+2. The ```FLEX_HOME``` environment variable should be set to a valid Apache
Flex SDK installation.
Software Dependencies