I got a new computer and am in the process of making it usable WRT the Apache 
Flex projects.

I'm finding things "cloudy" (and not in the data-storage sense). I am writing 
down issues I run into and their resolutions so they can be incorporated into 
the READMEs.

Since this is a new machine (MacBook, Yosemite), I've got newer versions of 
Java, ANT,  and probably other things. The machine has Java 8 JDK but I managed 
to get 1.7 and 1.6 (For Flash Builder).

I also grabbed Google Closure from git as well: 
https://github.com/google/closure-library.git and set GOOG_HOME (and 
GOOGLE_HOME since I can never remember which one is right) to the 
closure-library directory.

For the most part I'm able to build the projects but I've run into something 
and could use some help:

FlexUnit. I grabbed FlexUnit from git and get the following error building it, 
despite setting my ANT_OPTS:

export ANT_OPTS="-Xmx256m -Djsse.enableSNIExtension=false"

BUILD FAILED
/Users/pent/dev/flex-flexunit/build.xml:131: The following error occurred while 
executing this line:
/Users/pent/dev/flex-flexunit/FlexUnit4/build.xml:102: The following error 
occurred while executing this line:
/Users/pent/dev/flex-flexunit/FlexUnit4/downloads.xml:193: The following error 
occurred while executing this line:
/Users/pent/dev/flex-flexunit/FlexUnit4/downloads.xml:108: 
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:476)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166)
at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660)
at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579)
at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)

Thanks,
Peter Ent
Adobe Systems

Reply via email to