I am suggesting manually downloading it and copying it into the "in"
folder.  That should prevent the ant script from trying to download it and
ending up with a bad version.

-Alex

On 5/19/14 9:36 PM, "Devesh Mishra" <[email protected]> wrote:

>It's able to download the zip file, but i think there are some issue with
>zip file. I tried to manually unzip it, but giving an error i.e.cannot
>open file "file path" as archive
>
>BUILD FAILED
>D:\Applications\FlexJS\apache-flex-flexjs-0.0.1-bin\installer.xml:254:
>Error while expanding
>D:\Applications\FlexJS\apache-flex-flexjs-0.0.1-bin\in\apache-flex-
>java.util.zip.ZipException: archive is not a ZIP archive
>        at 
>org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile
>.java:733)
>        at 
>org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:669)
>        at 
>org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:412
>)
>        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:213)
>        at 
>org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:168)
>        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:132)
>        at 
>org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>        at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>pl.java:43)
>        at java.lang.reflect.Method.invoke(Method.java:601)
>        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)
>
>
>
>________________________________________
>From: Alex Harui [[email protected]]
>Sent: Tuesday, May 20, 2014 3:51 AM
>To: [email protected]
>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>
>Try getting that zip manually and placing it in the "in" folder, then
>re-run the script.
>
>On 5/19/14 1:33 AM, "Devesh Mishra" <[email protected]> wrote:
>
>>I tried with below command. It worked, but not completely.
>>
>>ant -autoproxy -f installer.xml
>>
>>prepare:
>>    [mkdir] Created dir: D:\apacheflexjs\in\falcon\lib
>>
>>antlr-jar-check:
>>
>>antlr-jar:
>>   [delete] Deleting: D:\apacheflexjs\in\falcon\compiler\antlr.properties
>>     [echo] Downloading antlr-3.3-complete.jar from:
>>http://antlr3.org/download
>>
>>antlr-jar-check:
>>
>>antlr-download-jar:
>>
>>download-jar:
>>      [get] Getting: http://antlr3.org/download/antlr-3.3-complete.jar
>>      [get] To: D:\apacheflexjs\in\falcon\lib\antlr.jar
>>      [get] http://antlr3.org/download/antlr-3.3-complete.jar moved to
>>http://www.antlr3.org/download/antlr-3.3-complete.jar
>>
>>fail-with-message:
>>
>>commons-cli-jar-check:
>>
>>commons-cli-jar:
>>   [delete] Deleting: D:\apacheflexjs\in\falcon\compiler\cli.properties
>>     [echo] Downloading commons-cli-1.2-bin.tar.gz from:
>>http://archive.apache.org/dist/commons/cli/binaries
>>
>>download-zip:
>>      [get] Getting:
>>http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.t
>>a
>>r.gz
>>      [get] To: D:\apacheflexjs\in\commons-cli-1.2-bin.tar.gz
>>
>>untar-file:
>>    [untar] Expanding: D:\apacheflexjs\in\commons-cli-1.2-bin.tar.gz into
>>D:\apacheflexjs\in\temp
>>
>>unzip-file:
>>
>>check-sum:
>>
>>fail-with-message:
>>
>>copy-downloaded-jar:
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>     [copy] Copying
>>D:\apacheflexjs\in\temp\commons-cli-1.2\commons-cli-1.2.jar to
>>D:\apacheflexjs\in\falcon\lib\commons-cli.jar
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>   [delete] Deleting directory D:\apacheflexjs\in\temp\commons-cli-1.2
>>
>>commons-io-jar-check:
>>
>>commons-io-jar:
>>   [delete] Deleting: D:\apacheflexjs\in\falcon\compiler\io.properties
>>     [echo] Downloading commons-io-2.0.1-bin.tar.gz from:
>>http://archive.apache.org/dist/commons/io/binaries
>>
>>download-zip:
>>      [get] Getting:
>>http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1-bin.t
>>a
>>r.gz
>>      [get] To: D:\apacheflexjs\in\commons-io-2.0.1-bin.tar.gz
>>
>>untar-file:
>>    [untar] Expanding: D:\apacheflexjs\in\commons-io-2.0.1-bin.tar.gz
>>into D:\apacheflexjs\in\temp
>>
>>unzip-file:
>>
>>check-sum:
>>
>>fail-with-message:
>>
>>copy-downloaded-jar:
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>     [copy] Copying
>>D:\apacheflexjs\in\temp\commons-io-2.0.1\commons-io-2.0.1.jar to
>>D:\apacheflexjs\in\falcon\lib\commons-io.jar
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>   [delete] Deleting directory D:\apacheflexjs\in\temp\commons-io-2.0.1
>>
>>commons-jars:
>>
>>guava-jar-check:
>>
>>guava-jar:
>>   [delete] Deleting: D:\apacheflexjs\in\falcon\compiler\guava.properties
>>     [echo] Downloading guava-15.0.jar from:
>>http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.
>>0
>>
>>download-jar:
>>      [get] Getting:
>>http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.
>>0
>>/guava-15.0.jar
>>      [get] To: D:\apacheflexjs\in\falcon\lib\guava.jar
>>
>>fail-with-message:
>>      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
>>      [get] To: D:\apacheflexjs\in\falcon\lib\guava-LICENSE.txt
>>
>>jflex-jar-check:
>>
>>jflex-jar:
>>   [delete] Deleting: D:\apacheflexjs\in\falcon\compiler\jflex.properties
>>     [echo] Downloading commons-cli-1.2-bin.tar.gz from:
>>http://archive.apache.org/dist/commons/cli/binaries
>>
>>download-zip:
>>      [get] Getting: http://jflex.de/jflex-1.5.1.tar.gz
>>      [get] To: D:\apacheflexjs\in\jflex-1.5.1.tar.gz
>>
>>untar-file:
>>    [untar] Expanding: D:\apacheflexjs\in\jflex-1.5.1.tar.gz into
>>D:\apacheflexjs\in\temp
>>
>>unzip-file:
>>
>>check-sum:
>>
>>fail-with-message:
>>
>>copy-downloaded-jar:
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>     [copy] Copying
>>D:\apacheflexjs\in\temp\jflex-1.5.1\lib\jflex-1.5.1.jar to
>>D:\apacheflexjs\in\falcon\lib\JFlex.jar
>>   [delete] Deleting directory D:\apacheflexjs\in\temp\jflex-1.5.1
>>
>>jburg-jar-check:
>>
>>jburg-jar:
>>   [delete] Deleting: D:\apacheflexjs\in\falcon\compiler\jburg.properties
>>     [echo] Downloading jburg-1.10.1.tar.gz from:
>>http://downloads.sourceforge.net/project/jburg
>>
>>download-zip:
>>      [get] Getting:
>>http://downloads.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz
>>      [get] To: D:\apacheflexjs\in\jburg-1.10.1.tar.gz
>>      [get]
>>http://downloads.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz moved
>>to http://kaz.dl.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz
>>
>>untar-file:
>>    [untar] Expanding: D:\apacheflexjs\in\jburg-1.10.1.tar.gz into
>>D:\apacheflexjs\in\temp
>>
>>unzip-file:
>>
>>check-sum:
>>
>>fail-with-message:
>>
>>copy-downloaded-jar:
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>     [copy] Copying D:\apacheflexjs\in\temp\lib\jburg.jar to
>>D:\apacheflexjs\in\falcon\lib\jburg.jar
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>
>>lzma-jar-check:
>>
>>lzma-jar:
>>   [delete] Deleting: D:\apacheflexjs\in\falcon\compiler\lzma.properties
>>     [echo] Downloading lzma-9.20.jar.zip from:
>>http://www.java2s.com/Code/JarDownload/lzma
>>
>>download-zip:
>>      [get] Getting:
>>http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip
>>      [get] To: D:\apacheflexjs\in\lzma-9.20.jar.zip
>>
>>untar-file:
>>
>>unzip-file:
>>    [unzip] Expanding: D:\apacheflexjs\in\lzma-9.20.jar.zip into
>>D:\apacheflexjs\in\temp
>>
>>check-sum:
>>
>>fail-with-message:
>>
>>copy-downloaded-jar:
>>     [copy] Copying 1 file to D:\apacheflexjs\in\falcon\lib
>>     [copy] Copying D:\apacheflexjs\in\temp\lzma-9.20.jar to
>>D:\apacheflexjs\in\falcon\lib\lzma-sdk.jar
>>
>>main:
>>
>>copyfiles:
>>     [copy] Copying 14 files to D:\apacheflexjs\bin
>>     [copy] Copying 31 files to D:\apacheflexjs\bin-legacy
>>     [copy] Copying 8 files to D:\apacheflexjs\lib
>>     [copy] Copying 1 file to D:\apacheflexjs\lib
>>     [copy] Copying 13 files to D:\apacheflexjs\lib\external
>>
>>download.jx:
>>     [echo] Downloading FalconJX library dependencies...
>>
>>prepare:
>>     [echo] Making lib directory D:\apacheflexjs\in\falcon/../../js/lib
>>    [mkdir] Created dir: D:\apacheflexjs\js\lib
>>
>>commons-io-jar-check:
>>
>>commons-io-jar-jx:
>>
>>echo-commons-jar:
>>
>>download-zip:
>>      [get] Getting:
>>http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1-bin.t
>>a
>>r.gz
>>      [get] To: D:\apacheflexjs\in\commons-io-2.0.1-bin.tar.gz
>>
>>untar-file:
>>    [untar] Expanding: D:\apacheflexjs\in\commons-io-2.0.1-bin.tar.gz
>>into D:\apacheflexjs\in\temp
>>
>>unzip-file:
>>
>>check-sum:
>>
>>fail-with-message:
>>
>>copy-downloaded-jar:
>>     [copy] Copying 1 file to D:\apacheflexjs\js\lib
>>     [copy] Copying
>>D:\apacheflexjs\in\temp\commons-io-2.0.1\commons-io-2.0.1.jar to
>>D:\apacheflexjs\js\lib\commons-io.jar
>>     [copy] Copying 1 file to D:\apacheflexjs\js\lib
>>   [delete] Deleting directory D:\apacheflexjs\in\temp\commons-io-2.0.1
>>
>>closure-jar-check:
>>
>>closure-jar:
>>    [mkdir] Created dir: D:\apacheflexjs\js\lib\google\closure-compiler
>>
>>echo-closure-jar:
>>
>>download-zip:
>>      [get] Getting:
>>http://dl.google.com/closure-compiler/compiler-20131014.zip
>>      [get] To: D:\apacheflexjs\in\compiler-20131014.zip
>>      [get] http://dl.google.com/closure-compiler/compiler-20131014.zip
>>moved to
>>http://172.16.202.25:15871/cgi-bin/blockpage.cgi?ws-session=4127774422
>>
>>untar-file:
>>
>>unzip-file:
>>    [unzip] Expanding: D:\apacheflexjs\in\compiler-20131014.zip into
>>D:\apacheflexjs\in\temp
>>
>>BUILD FAILED
>>D:\apacheflexjs\installer.xml:232: The following error occurred while
>>executing this line:
>>D:\apacheflexjs\in\falcon\installer.xml:100: The following error occurred
>>while executing this line:
>>D:\apacheflexjs\in\falcon\compiler.jx\downloads.xml:194: The following
>>error occurred while executing this line:
>>D:\apacheflexjs\in\falcon\compiler.jx\downloads.xml:88: The following
>>error occurred while executing this line:
>>D:\apacheflexjs\in\falcon\compiler.jx\downloads.xml:150: Error while
>>expanding D:\apacheflexjs\in\compiler-20131014.zip
>>java.util.zip.ZipException: archive is not a ZIP archive
>>        at
>>org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFil
>>e
>>.java:733)
>>        at
>>org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:669)
>>        at
>>org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:41
>>2
>>)
>>        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:213)
>>        at
>>org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:168)
>>        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:132)
>>        at
>>org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>>        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>>        at
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>m
>>pl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at
>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:10
>>6
>>)
>>        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.helper.SingleCheckExecutor.executeTargets(SingleChec
>>k
>>Executor.java:38)
>>        at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
>>        at
>>org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
>>        at
>>org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>>        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>>        at
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>m
>>pl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at
>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:10
>>6
>>)
>>        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.helper.SingleCheckExecutor.executeTargets(SingleChec
>>k
>>Executor.java:38)
>>        at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
>>        at
>>org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
>>        at
>>org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>>        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>>        at
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>m
>>pl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at
>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:10
>>6
>>)
>>        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.helper.SingleCheckExecutor.executeTargets(SingleChec
>>k
>>Executor.java:38)
>>        at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
>>        at
>>org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>>        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>>        at
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>m
>>pl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at
>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:10
>>6
>>)
>>        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.helper.SingleCheckExecutor.executeTargets(SingleChec
>>k
>>Executor.java:38)
>>        at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
>>        at
>>org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>>        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>        at
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>m
>>pl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at
>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:10
>>6
>>)
>>        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(DefaultExecuto
>>r
>>.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)
>>
>>Total time: 93 minutes 13 seconds
>>
>>
>>--
>>Thanks & Regards
>>Devesh Mishra
>>
>>
>>-----Original Message-----
>>From: Alex Harui [mailto:[email protected]]
>>Sent: Monday, May 19, 2014 11:50 AM
>>To: [email protected]
>>Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>Try downloading the xml file and then run 'ant -f installer.xml
>>-Dxml.properties=<path to downloaded xml file>
>>________________________________________
>>From: Devesh Mishra [[email protected]]
>>Sent: Sunday, May 18, 2014 10:36 PM
>>To: [email protected]
>>Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>Yes, I can see that xml file manually.
>>I think there are some network related issue in office while connecting
>>to flex.apache.org (or any other site like www.google.com) from command
>>prompt.
>>
>>--
>>Thanks & Regards
>>Devesh Mishra
>>
>>
>>-----Original Message-----
>>From: Alex Harui [mailto:[email protected]]
>>Sent: Monday, May 19, 2014 10:37 AM
>>To: [email protected]
>>Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>Can you manually view that xml file from flex.apache.org?  It worked for
>>me.
>>
>>________________________________________
>>From: Devesh Mishra [[email protected]]
>>Sent: Sunday, May 18, 2014 10:01 PM
>>To: [email protected]
>>Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>Tried the same, but getting below error.
>>Ant version: Apache Ant(TM) version 1.9.0 compiled on March 5 2013
>>
>>D:\apache-flex-flexjs-0.0.1-bin>ant -f installer.xml
>>Buildfile: D:\apache-flex-flexjs-0.0.1-bin\installer.xml
>>
>>get-data:
>>      [get] Getting:
>>http://flex.apache.org/installer/sdk-installer-config-4.0.xml
>>      [get] To:
>>D:\apache-flex-flexjs-0.0.1-bin\sdk-installer-config-4.0.xml
>>      [get] Error getting
>>http://flex.apache.org/installer/sdk-installer-config-4.0.xml to
>>D:\apache-flex-flexjs-0.0.1-bin\sdk-installer-config-4.0.xml
>>
>>BUILD FAILED
>>D:\apache-flex-flexjs-0.0.1-bin\installer.xml:121:
>>java.net.UnknownHostException: flex.apache.org
>>        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
>>        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
>>        at java.net.Socket.connect(Socket.java:529)
>>        at java.net.Socket.connect(Socket.java:478)
>>        at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
>>        at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
>>        at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
>>        at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
>>        at sun.net.www.http.HttpClient.New(HttpClient.java:306)
>>        at sun.net.www.http.HttpClient.New(HttpClient.java:323)
>>        at
>>sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConne
>>c
>>tion.java:975)
>>        at
>>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnectio
>>n
>>.java:916)
>>        at
>>sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.jav
>>a
>>:841)
>>        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)
>>
>>Total time: 15 seconds
>>
>>--
>>Thanks & Regards
>>Devesh Mishra
>>
>>
>>-----Original Message-----
>>From: Alex Harui [mailto:[email protected]]
>>Sent: Monday, May 19, 2014 10:22 AM
>>To: [email protected]
>>Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>Do you have Apache Ant installed?  Instead of running the installer, try
>>getting the binary package from:
>>
>>http://flex.apache.org/download-flexjs.html
>>
>>Unzip or UnTar into a folder, then in that folder, run 'ant -f
>>installer.xml'
>>
>>-Alex
>>________________________________________
>>From: Devesh Mishra [[email protected]]
>>Sent: Sunday, May 18, 2014 9:33 PM
>>To: [email protected]
>>Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>Size: 1.51 GB (1,631,997,109 bytes)
>>Size on disk: 1.53 GB (1,645,858,816 bytes)
>>6553 Files, 1174 Folders
>>
>>I think, it's a download issue. Couple of folders are missing, if I
>>compare with the details which Vincent has provided.
>>
>>--
>>Thanks & Regards
>>Devesh Mishra
>>
>>-----Original Message-----
>>From: Vincent Sotto [mailto:[email protected]]
>>Sent: Saturday, May 17, 2014 6:24 AM
>>To: [email protected]
>>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>its
>>1.51 GB (1,632,070,571 bytes)
>>6,355 Files, 1,180 Folders
>>
>>
>>On Fri, May 16, 2014 at 8:10 PM, Devesh Mishra
>><[email protected]>wrote:
>>
>>> Vincent, can you tell me size of Flex JS sdk folder so that I can
>>> compare it with sdk which I have ?
>>>
>>> --
>>> Thanks & Regards
>>> Devesh Mishra
>>>
>>> From: Vincent Sotto [mailto:[email protected]]
>>> Sent: Friday, May 16, 2014 4:54 PM
>>> To: [email protected]
>>> Cc: Devesh Mishra
>>> Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>>
>>> I can add flexjs sdk fine with my fb 4.7
>>>
>>> On Fri, May 16, 2014 at 2:36 PM, Alex Harui <[email protected]<mailto:
>>> [email protected]>> wrote:
>>> Create a jira issue and attach there.
>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>
>>> Devesh Mishra
>>> <[email protected]<mailto:[email protected]>>
>>> wrote:
>>>
>>>
>>> Hi Alex,
>>>
>>> I have attached the list in email, but I think attachment is not
>>> supported in this group through email.
>>> Is there any other way through which I can send the attachment apart
>>> from uploading the image at some location and share the url ?
>>>
>>> --
>>> Thanks & Regards
>>> Devesh Mishra
>>>
>>> -----Original Message-----
>>> From: Alex Harui [mailto:[email protected]<mailto:[email protected]>]
>>> Sent: Friday, May 16, 2014 11:55 AM
>>> To: [email protected]<mailto:[email protected]>; Devesh Mishra
>>> Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>>
>>> Did you attach the list? It may have been stripped. Please post a link
>>> instead.
>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>
>>> Devesh Mishra
>>> <[email protected]<mailto:[email protected]>>
>>> wrote:
>>>
>>>
>>> Hi Alex,
>>> I hope you may want to check directory listing of FlexJS folder. Let
>>> me know, if you need anything else.
>>>
>>> --
>>> Thanks & Regards
>>> Devesh Mishra
>>>
>>> -----Original Message-----
>>> From: Alex Harui [mailto:[email protected]<mailto:[email protected]>]
>>> Sent: Wednesday, May 14, 2014 10:30 PM
>>> To: [email protected]<mailto:[email protected]>
>>> Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>>
>>> Can you post a recursive directory listing of the FlexJS SDK folder
>>> somewhere?
>>>
>>> Thanks,
>>> -Alex
>>>
>>> On 5/13/14 11:56 PM, "Devesh Mishra" <[email protected]<mailto:
>>> [email protected]>> wrote:
>>>
>>> >Hi,
>>> >
>>> >I have installed Flash Builder 4.7 trial version and download FlexJS
>>> >SDK using Apache Flex SDK Installer on machine. After doing this, I
>>> >tried to add FlexJS SDK into Flash Builder 4.7, but it throwing an
>>> >error
>>> i.e.
>>> >Directory does not contain a Flex SDK.
>>> >
>>> >I have also Flash Builder 4 on my machine. With Flash Builder 4, I am
>>> >not getting any issue while configuring or adding the same SDK.
>>> >
>>> >Please let me know, if I am missing something.
>>> >
>>> >--
>>> >Thanks & Regards
>>> >Devesh Mishra
>>> >MASTEK LTD.
>>> >In the US, we're called MAJESCOMASTEK
>>> >
>>> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> >~~
>>> >~~~
>>> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> >Opinions expressed in this e-mail are those of the individual and not
>>> >that of Mastek Limited, unless specifically indicated to that effect.
>>> >Mastek Limited does not accept any responsibility or liability for it.
>>> >This e-mail and attachments (if any) transmitted with it are
>>> >confidential and/or privileged and solely for the use of the intended
>>> >person or entity to which it is addressed. Any review,
>>> >re-transmission, dissemination or other use of or taking of any
>>> >action in reliance upon this information by persons or entities other
>>> >than the intended recipient is prohibited. This e-mail and its
>>> >attachments have been scanned for the presence of computer viruses.
>>> >It is the responsibility of the recipient to run the virus check on
>>> >e-mails and attachments before opening them. If you have received
>>> >this e-mail in error, kindly
>>> delete this e-mail from desktop and server.
>>> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> >~~
>>> >~~~
>>> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>
>>> MASTEK LTD.
>>> In the US, we're called MAJESCOMASTEK
>>>
>>>
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> Opinions expressed in this e-mail are those of the individual and not
>>> that of Mastek Limited, unless specifically indicated to that effect.
>>> Mastek Limited does not accept any responsibility or liability for it.
>>> This e-mail and attachments (if any) transmitted with it are
>>> confidential and/or privileged and solely for the use of the intended
>>> person or entity to which it is addressed. Any review,
>>> re-transmission, dissemination or other use of or taking of any action
>>> in reliance upon this information by persons or entities other than
>>> the intended recipient is prohibited. This e-mail and its attachments
>>> have been scanned for the presence of computer viruses. It is the
>>> responsibility of the recipient to run the virus check on e-mails and
>>> attachments before opening them. If you have received this e-mail in
>>>error, kindly delete this e-mail from desktop and server.
>>>
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> MASTEK LTD.
>>> In the US, we're called MAJESCOMASTEK
>>>
>>>
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> Opinions expressed in this e-mail are those of the individual and not
>>> that of Mastek Limited, unless specifically indicated to that effect.
>>> Mastek Limited does not accept any responsibility or liability for it.
>>> This e-mail and attachments (if any) transmitted with it are
>>> confidential and/or privileged and solely for the use of the intended
>>> person or entity to which it is addressed. Any review,
>>> re-transmission, dissemination or other use of or taking of any action
>>> in reliance upon this information by persons or entities other than
>>> the intended recipient is prohibited. This e-mail and its attachments
>>> have been scanned for the presence of computer viruses. It is the
>>> responsibility of the recipient to run the virus check on e-mails and
>>> attachments before opening them. If you have received this e-mail in
>>>error, kindly delete this e-mail from desktop and server.
>>>
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>
>>> MASTEK LTD.
>>> In the US, we're called MAJESCOMASTEK
>>>
>>>
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> Opinions expressed in this e-mail are those of the individual and not
>>> that of Mastek Limited, unless specifically indicated to that effect.
>>> Mastek Limited does not accept any responsibility or liability for it.
>>> This e-mail and attachments (if any) transmitted with it are
>>> confidential and/or privileged and solely for the use of the intended
>>> person or entity to which it is addressed. Any review,
>>> re-transmission, dissemination or other use of or taking of any action
>>> in reliance upon this information by persons or entities other than
>>> the intended recipient is prohibited. This e-mail and its attachments
>>> have been scanned for the presence of computer viruses. It is the
>>> responsibility of the recipient to run the virus check on e-mails and
>>> attachments before opening them. If you have received this e-mail in
>>>error, kindly delete this e-mail from desktop and server.
>>>
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>
>>MASTEK LTD.
>>In the US, we're called MAJESCOMASTEK
>>
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>Opinions expressed in this e-mail are those of the individual and not
>>that of Mastek Limited, unless specifically indicated to that effect.
>>Mastek Limited does not accept any responsibility or liability for it.
>>This e-mail and attachments (if any) transmitted with it are confidential
>>and/or privileged and solely for the use of the intended person or entity
>>to which it is addressed. Any review, re-transmission, dissemination or
>>other use of or taking of any action in reliance upon this information by
>>persons or entities other than the intended recipient is prohibited. This
>>e-mail and its attachments have been scanned for the presence of computer
>>viruses. It is the responsibility of the recipient to run the virus check
>>on e-mails and attachments before opening them. If you have received this
>>e-mail in error, kindly delete this e-mail from desktop and server.
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>MASTEK LTD.
>>In the US, we're called MAJESCOMASTEK
>>
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>Opinions expressed in this e-mail are those of the individual and not
>>that of Mastek Limited, unless specifically indicated to that effect.
>>Mastek Limited does not accept any responsibility or liability for it.
>>This e-mail and attachments (if any) transmitted with it are confidential
>>and/or privileged and solely for the use of the intended person or entity
>>to which it is addressed. Any review, re-transmission, dissemination or
>>other use of or taking of any action in reliance upon this information by
>>persons or entities other than the intended recipient is prohibited. This
>>e-mail and its attachments have been scanned for the presence of computer
>>viruses. It is the responsibility of the recipient to run the virus check
>>on e-mails and attachments before opening them. If you have received this
>>e-mail in error, kindly delete this e-mail from desktop and server.
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>>MASTEK LTD.
>>In the US, we're called MAJESCOMASTEK
>>
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>Opinions expressed in this e-mail are those of the individual and not
>>that of Mastek Limited, unless specifically indicated to that effect.
>>Mastek Limited does not accept any responsibility or liability for it.
>>This e-mail and attachments (if any) transmitted with it are confidential
>>and/or privileged and solely for the use of the intended person or entity
>>to which it is addressed. Any review, re-transmission, dissemination or
>>other use of or taking of any action in reliance upon this information by
>>persons or entities other than the intended recipient is prohibited. This
>>e-mail and its attachments have been scanned for the presence of computer
>>viruses. It is the responsibility of the recipient to run the virus check
>>on e-mails and attachments before opening them. If you have received this
>>e-mail in error, kindly delete this e-mail from desktop and server.
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>>MASTEK LTD.
>>In the US, we're called MAJESCOMASTEK
>>
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>Opinions expressed in this e-mail are those of the individual and not
>>that of Mastek Limited, unless specifically indicated to that effect.
>>Mastek Limited does not accept any responsibility or liability for it.
>>This e-mail and attachments (if any) transmitted with it are confidential
>>and/or privileged and solely for the use of the intended person or entity
>>to which it is addressed. Any review, re-transmission, dissemination or
>>other use of or taking of any action in reliance upon this information by
>>persons or entities other than the intended recipient is prohibited. This
>>e-mail and its attachments have been scanned for the presence of computer
>>viruses. It is the responsibility of the recipient to run the virus check
>>on e-mails and attachments before opening them. If you have received this
>>e-mail in error, kindly delete this e-mail from desktop and server.
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>MASTEK LTD.
>In the US, we're called MAJESCOMASTEK
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Opinions expressed in this e-mail are those of the individual and not 
>that of Mastek Limited, unless specifically indicated to that effect. 
>Mastek Limited does not accept any responsibility or liability for it. 
>This e-mail and attachments (if any) transmitted with it are confidential 
>and/or privileged and solely for the use of the intended person or entity 
>to which it is addressed. Any review, re-transmission, dissemination or 
>other use of or taking of any action in reliance upon this information by 
>persons or entities other than the intended recipient is prohibited. This 
>e-mail and its attachments have been scanned for the presence of computer 
>viruses. It is the responsibility of the recipient to run the virus check 
>on e-mails and attachments before opening them. If you have received this 
>e-mail in error, kindly delete this e-mail from desktop and server.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>

Reply via email to