Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBEA317F31 for ; Sat, 12 Sep 2015 00:59:50 +0000 (UTC) Received: (qmail 67611 invoked by uid 500); 12 Sep 2015 00:59:45 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 67579 invoked by uid 500); 12 Sep 2015 00:59:45 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 67570 invoked by uid 99); 12 Sep 2015 00:59:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2015 00:59:45 +0000 Date: Sat, 12 Sep 2015 00:59:45 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-34930) Flex 4.14.1 dependencies not downloading. Not recognized as a valid sdk. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-34930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14741806#comment-14741806 ] Alex Harui commented on FLEX-34930: ----------------------------------- I just ran the installer with 4.14.1 and FP/AIR 17 and see an adt.bat and adt.jar. Do you not see those? Please provide the installer.log > Flex 4.14.1 dependencies not downloading. Not recognized as a valid sdk. > ------------------------------------------------------------------------- > > Key: FLEX-34930 > URL: https://issues.apache.org/jira/browse/FLEX-34930 > Project: Apache Flex > Issue Type: Bug > Affects Versions: Apache Flex 4.14.1 > Environment: Windows 8 (64 bit), Flash Builder 4.7 (64 bit) > Reporter: Brady Kelley > > I have not been able to get a working copy of Flex 4.14.1. Every time I use the installer to download the sdk (with all the required and optional dependencies) I get missing adt problems, when I add the adt.jar and adt.bat to the correct folders from a previous flex sdk, Flash builder reports that it is not a valid sdk. > So, I decided to skip using the installer and just download the binaries. I downloaded the windows binary, confirmed the hash, and unzipped the contents. As per instructions on http://flex.apache.org/download-binaries.html I ran 'ant thirdparty-downloads' and it began downloading the dependencies.As it went through downloading and installing the dependencies I ran into this stack: > java.io.FileNotFoundException: C:\Program Files (x86)\Apache Flex\sdks\FLEX 4.14.1\modules\build.xml (The system cannot find the file specified) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.(FileInputStream.java:146) > at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:250) > at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:178) > at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:93) > at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:392) > at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) > at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > at org.apache.tools.ant.Task.perform(Task.java:348) > at org.apache.tools.ant.Target.execute(Target.java:435) > at org.apache.tools.ant.Target.performTasks(Target.java:456) > at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393) > at org.apache.tools.ant.Project.executeTarget(Project.java:1364) > at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at org.apache.tools.ant.Project.executeTargets(Project.java:1248) > at org.apache.tools.ant.Main.runBuild(Main.java:851) > at org.apache.tools.ant.Main.startAnt(Main.java:235) > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109) > So as of now I cannot get a working 4.14.1 sdk with the dependencies we require. -- This message was sent by Atlassian JIRA (v6.3.4#6332)