You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Devesh Mishra <De...@mastek.com> on 2014/05/14 08:56:21 UTC

[FlexJS] Unable to configure FlexJS SDK with FB 4.7

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Vincent Sotto <ds...@gmail.com>.
https://issues.apache.org/jira/browse/FLEX-34258


On Fri, May 23, 2014 at 6:12 PM, Devesh Mishra <De...@mastek.com>wrote:

> Hi,
>
> I tried with existing example. But when I try to compile it through
> FalconJS compiler, it gives me error. I can see output in flash player, but
> not in html form.
>
> using FlashBuilder Project Files
> FlashBuilder settings:
>     -locale
>     @locale@
>     -source-path+=D:\FlexJS\DataBindingTest/src
>     -compiler.accessible=true
>     -output=D:\FlexJS\DataBindingTest/bin-release/DataBindingTest.swf
>     -library-path+=D:\FlexJS\DataBindingTest/libs
>     -js-output-type=FLEXJS
>
> -sdk-js-lib=D:\Applications\FlexJS\apacheflex\js\bin\..\..\frameworks\js\FlexJS\src
>     -fb
>     D:\FlexJS\DataBindingTest/src/DataBindingTest.mxml
>
> command line
> Error: unknown configuration variable 'js-output-type'.
>
> Am I missing something else ?
>
>
> --
> Thanks & Regards
> Devesh Mishra
>
> -----Original Message-----
> From: Alex Harui [mailto:aharui@adobe.com]
> Sent: Friday, May 23, 2014 10:29 AM
> To: users@flex.apache.org
> Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>
>
>
> On 5/22/14 9:53 PM, "Devesh Mishra" <De...@mastek.com> wrote:
>
> >Hi Alex,
> >
> >Now I have a working SDK. But I have still one query. As I told you
> >earlier, I have manually created Spark folder, inside that there is a
> >0KB file (spark.css). Will it create any problem ?
> That should be fine.  That's what the 0.0.2 install script will do.
>
> >Another thing is that, using the same SDK when I try to create a new
> >project in FB 4.7, it gives me two error in application file.
> >Application file seems like,
> Yes, I forgot to add to the release notes that Flash Builder does not know
> how to create a FlexJS project.  Please try following the information in
> the wiki at [1].  Basically, always start from one of the existing examples.
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl
> ash+Builder
>
> Thanks,
> -Alex
>
> 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.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>

RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
Hi,

I tried with existing example. But when I try to compile it through FalconJS compiler, it gives me error. I can see output in flash player, but not in html form.

using FlashBuilder Project Files
FlashBuilder settings:
    -locale
    @locale@
    -source-path+=D:\FlexJS\DataBindingTest/src
    -compiler.accessible=true
    -output=D:\FlexJS\DataBindingTest/bin-release/DataBindingTest.swf
    -library-path+=D:\FlexJS\DataBindingTest/libs
    -js-output-type=FLEXJS
    -sdk-js-lib=D:\Applications\FlexJS\apacheflex\js\bin\..\..\frameworks\js\FlexJS\src
    -fb
    D:\FlexJS\DataBindingTest/src/DataBindingTest.mxml

command line
Error: unknown configuration variable 'js-output-type'.

Am I missing something else ?


--
Thanks & Regards
Devesh Mishra

-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Friday, May 23, 2014 10:29 AM
To: users@flex.apache.org
Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7



On 5/22/14 9:53 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>Hi Alex,
>
>Now I have a working SDK. But I have still one query. As I told you 
>earlier, I have manually created Spark folder, inside that there is a 
>0KB file (spark.css). Will it create any problem ?
That should be fine.  That's what the 0.0.2 install script will do.

>Another thing is that, using the same SDK when I try to create a new 
>project in FB 4.7, it gives me two error in application file. 
>Application file seems like,
Yes, I forgot to add to the release notes that Flash Builder does not know how to create a FlexJS project.  Please try following the information in the wiki at [1].  Basically, always start from one of the existing examples.

[1]
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl
ash+Builder

Thanks,
-Alex

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.

On 5/22/14 9:53 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>Hi Alex,
>
>Now I have a working SDK. But I have still one query. As I told you
>earlier, I have manually created Spark folder, inside that there is a 0KB
>file (spark.css). Will it create any problem ?
That should be fine.  That's what the 0.0.2 install script will do.

>Another thing is that, using the same SDK when I try to create a new
>project in FB 4.7, it gives me two error in application file. Application
>file seems like,
Yes, I forgot to add to the release notes that Flash Builder does not know
how to create a FlexJS project.  Please try following the information in
the wiki at [1].  Basically, always start from one of the existing
examples.

[1] 
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl
ash+Builder

Thanks,
-Alex


Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Vincent Sotto <ds...@gmail.com>.
flashbuilder guide by joseph
http://inflagrantedelicto.memoryspiral.com/2014/04/apache-flexjs-0-0-1-released/

RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
Hi Alex,

Now I have a working SDK. But I have still one query. As I told you earlier, I have manually created Spark folder, inside that there is a 0KB file (spark.css). Will it create any problem ?
Another thing is that, using the same SDK when I try to create a new project in FB 4.7, it gives me two error in application file. Application file seems like,

<?xml version="1.0" encoding="utf-8"?>
<application xmlns:fx="http://ns.adobe.com/mxml/2009" layout="absolute"min_size>
	<fx:Declarations>
		<!-- Place non-visual elements (e.g., services, value objects) here -->
	</fx:Declarations>
</application>

Errors are,

1. This tag could not be resolved to an ActionScript class. It will be ignored.
2. '>' is not allowed here

Am I doing something wrong ?
--
Thanks & Regards
Devesh Mishra

-----Original Message-----
From: Devesh Mishra 
Sent: Thursday, May 22, 2014 11:11 AM
To: users@flex.apache.org
Subject: RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

I didn't tried with it, I'll update you soon.

--
Thanks & Regards
Devesh Mishra


-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Thursday, May 22, 2014 11:08 AM
To: users@flex.apache.org
Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7



On 5/21/14 10:09 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>Hi Alex,
>
>I tried after manually downloading the zip file 
>(apache-flex-sdk-4.12.0-bin.zip), but still getting some error. It's 
>not able to create 'Spark' folder. Hope, below mentioned log will give 
>you a better understanding.
>When I manually create Spark folder, then it's creates a spark.css file 
>of 0KB inside Spark folder and finally it says build is successful.
Yes, that Spark folder issue is fixed in the next version.

So, I think you should now have a working SDK.  Does it work for you or are you getting other errors.

-Alex

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
I didn't tried with it, I'll update you soon.

--
Thanks & Regards
Devesh Mishra


-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Thursday, May 22, 2014 11:08 AM
To: users@flex.apache.org
Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7



On 5/21/14 10:09 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>Hi Alex,
>
>I tried after manually downloading the zip file 
>(apache-flex-sdk-4.12.0-bin.zip), but still getting some error. It's 
>not able to create 'Spark' folder. Hope, below mentioned log will give 
>you a better understanding.
>When I manually create Spark folder, then it's creates a spark.css file 
>of 0KB inside Spark folder and finally it says build is successful.
Yes, that Spark folder issue is fixed in the next version.

So, I think you should now have a working SDK.  Does it work for you or are you getting other errors.

-Alex

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.

On 5/21/14 10:09 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>Hi Alex,
>
>I tried after manually downloading the zip file
>(apache-flex-sdk-4.12.0-bin.zip), but still getting some error. It's not
>able to create 'Spark' folder. Hope, below mentioned log will give you a
>better understanding.
>When I manually create Spark folder, then it's creates a spark.css file
>of 0KB inside Spark folder and finally it says build is successful.
Yes, that Spark folder issue is fixed in the next version.

So, I think you should now have a working SDK.  Does it work for you or
are you getting other errors.

-Alex


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
Hi Alex,

I tried after manually downloading the zip file (apache-flex-sdk-4.12.0-bin.zip), but still getting some error. It's not able to create 'Spark' folder. Hope, below mentioned log will give you a better understanding.
When I manually create Spark folder, then it's creates a spark.css file of 0KB inside Spark folder and finally it says build is successful.

    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\in\falcon\lib

antlr-jar-check:

antlr-jar:
   [delete] Deleting: D:\Applications\FlexJS\apacheflex\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:\Applications\FlexJS\apacheflex\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:\Applications\FlexJS\apacheflex\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.tar.gz
      [get] To: D:\Applications\FlexJS\apacheflex\in\commons-cli-1.2-bin.tar.gz

untar-file:
    [untar] Expanding: D:\Applications\FlexJS\apacheflex\in\commons-cli-1.2-bin.tar.gz into D:\Applications\FlexJS\apacheflex\in\temp

unzip-file:

check-sum:

fail-with-message:

copy-downloaded-jar:
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib
     [copy] Copying D:\Applications\FlexJS\apacheflex\in\temp\commons-cli-1.2\commons-cli-1.2.jar to D:\Applications\FlexJS\apacheflex\in\falcon\lib\commons-cli.jar
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib
   [delete] Deleting directory D:\Applications\FlexJS\apacheflex\in\temp\commons-cli-1.2

commons-io-jar-check:

commons-io-jar:
   [delete] Deleting: D:\Applications\FlexJS\apacheflex\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.tar.gz
      [get] To: D:\Applications\FlexJS\apacheflex\in\commons-io-2.0.1-bin.tar.gz

untar-file:
    [untar] Expanding: D:\Applications\FlexJS\apacheflex\in\commons-io-2.0.1-bin.tar.gz into D:\Applications\FlexJS\apacheflex\in\temp

unzip-file:

check-sum:

fail-with-message:

copy-downloaded-jar:
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib
     [copy] Copying D:\Applications\FlexJS\apacheflex\in\temp\commons-io-2.0.1\commons-io-2.0.1.jar to D:\Applications\FlexJS\apacheflex\in\falcon\lib\commons-io.jar
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib
   [delete] Deleting directory D:\Applications\FlexJS\apacheflex\in\temp\commons-io-2.0.1

commons-jars:

guava-jar-check:

guava-jar:
   [delete] Deleting: D:\Applications\FlexJS\apacheflex\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:\Applications\FlexJS\apacheflex\in\falcon\lib\guava.jar

fail-with-message:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: D:\Applications\FlexJS\apacheflex\in\falcon\lib\guava-LICENSE.txt

jflex-jar-check:

jflex-jar:
   [delete] Deleting: D:\Applications\FlexJS\apacheflex\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:\Applications\FlexJS\apacheflex\in\jflex-1.5.1.tar.gz

untar-file:
    [untar] Expanding: D:\Applications\FlexJS\apacheflex\in\jflex-1.5.1.tar.gz into D:\Applications\FlexJS\apacheflex\in\temp

unzip-file:

check-sum:

fail-with-message:

copy-downloaded-jar:
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib
     [copy] Copying D:\Applications\FlexJS\apacheflex\in\temp\jflex-1.5.1\lib\jflex-1.5.1.jar to D:\Applications\FlexJS\apacheflex\in\falcon\lib\JFlex.jar
   [delete] Deleting directory D:\Applications\FlexJS\apacheflex\in\temp\jflex-1.5.1

jburg-jar-check:

jburg-jar:
   [delete] Deleting: D:\Applications\FlexJS\apacheflex\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:\Applications\FlexJS\apacheflex\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:\Applications\FlexJS\apacheflex\in\jburg-1.10.1.tar.gz into D:\Applications\FlexJS\apacheflex\in\temp

unzip-file:

check-sum:

fail-with-message:

copy-downloaded-jar:
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib
     [copy] Copying D:\Applications\FlexJS\apacheflex\in\temp\lib\jburg.jar to D:\Applications\FlexJS\apacheflex\in\falcon\lib\jburg.jar
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib

lzma-jar-check:

lzma-jar:
   [delete] Deleting: D:\Applications\FlexJS\apacheflex\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:\Applications\FlexJS\apacheflex\in\lzma-9.20.jar.zip

untar-file:

unzip-file:
    [unzip] Expanding: D:\Applications\FlexJS\apacheflex\in\lzma-9.20.jar.zip into D:\Applications\FlexJS\apacheflex\in\temp

check-sum:

fail-with-message:

copy-downloaded-jar:
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\in\falcon\lib
     [copy] Copying D:\Applications\FlexJS\apacheflex\in\temp\lzma-9.20.jar to D:\Applications\FlexJS\apacheflex\in\falcon\lib\lzma-sdk.jar

main:

copyfiles:
     [copy] Copying 14 files to D:\Applications\FlexJS\apacheflex\bin
     [copy] Copying 31 files to D:\Applications\FlexJS\apacheflex\bin-legacy
     [copy] Copying 8 files to D:\Applications\FlexJS\apacheflex\lib
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\lib
     [copy] Copying 13 files to D:\Applications\FlexJS\apacheflex\lib\external

download.jx:
     [echo] Downloading FalconJX library dependencies...

prepare:
     [echo] Making lib directory D:\Applications\FlexJS\apacheflex\in\falcon/../../js/lib
    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\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.tar.gz
      [get] To: D:\Applications\FlexJS\apacheflex\in\commons-io-2.0.1-bin.tar.gz

untar-file:
    [untar] Expanding: D:\Applications\FlexJS\apacheflex\in\commons-io-2.0.1-bin.tar.gz into D:\Applications\FlexJS\apacheflex\in\temp

unzip-file:

check-sum:

fail-with-message:

copy-downloaded-jar:
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\js\lib
     [copy] Copying D:\Applications\FlexJS\apacheflex\in\temp\commons-io-2.0.1\commons-io-2.0.1.jar to D:\Applications\FlexJS\apacheflex\js\lib\commons-io.jar
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\js\lib
   [delete] Deleting directory D:\Applications\FlexJS\apacheflex\in\temp\commons-io-2.0.1

closure-jar-check:

closure-jar:
    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\js\lib\google\closure-compiler

echo-closure-jar:

download-zip:
      [get] Getting: http://dl.google.com/closure-compiler/compiler-20131014.zip
      [get] To: D:\Applications\FlexJS\apacheflex\in\compiler-20131014.zip

untar-file:

unzip-file:
    [unzip] Expanding: D:\Applications\FlexJS\apacheflex\in\compiler-20131014.zip into D:\Applications\FlexJS\apacheflex\in\temp

check-sum:

copy-downloaded-jar:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: D:\Applications\FlexJS\apacheflex\js\lib\google\closure-compiler\closure-LICENSE.txt
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\js\lib\google\closure-compiler

main:

copyfiles.jx:
     [copy] Copying 3 files to D:\Applications\FlexJS\apacheflex\js\lib

overlay:
     [echo] Falcon and FalconJX installed in D:\Applications\FlexJS\apacheflex\in\falcon/../..

mac-chmod:

goog-check:

goog-download:

goog-get-check:

goog-get:
     [echo] Installing Google Closure Library from: https://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip
      [get] Getting: https://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip
      [get] To: D:\Applications\FlexJS\apacheflex\in\closure-library-20130212-95c19e7f0f5f.zip
    [unzip] Expanding: D:\Applications\FlexJS\apacheflex\in\closure-library-20130212-95c19e7f0f5f.zip into D:\Applications\FlexJS\apacheflex\js\lib\google\closure-library

air-check:

air-download:

air-get-check:

air-get:
     [echo] Downloading Adobe AIR Runtime Kit for Windows from:  http://airdownload.adobe.com/air/win/download/3.9//AdobeAIRSDK.zip
      [get] Getting: http://airdownload.adobe.com/air/win/download/3.9//AdobeAIRSDK.zip
      [get] To: D:\Applications\FlexJS\apacheflex\in\AdobeAIRSDK.zip

air-setup-win:
    [unzip] Expanding: D:\Applications\FlexJS\apacheflex\in\AdobeAIRSDK.zip into D:\Applications\FlexJS\apacheflex\in\airsdk
     [echo] Finished uncompressing:  D:\Applications\FlexJS\apacheflex/in/AdobeAIRSDK.zip
     [copy] Copying 527 files to D:\Applications\FlexJS\apacheflex

air-setup-mac:

flash-check:

flash-download:
    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\frameworks\libs\player\11.9
     [echo] Installing Adobe Flash Player playerglobal.swc from:  http://download.macromedia.com/get/flashplayer/updaters/11//playerglobal11_9.swc
      [get] Getting: http://download.macromedia.com/get/flashplayer/updaters/11//playerglobal11_9.swc
      [get] To: D:\Applications\FlexJS\apacheflex\frameworks\libs\player\11.9\playerglobal.swc

swfobject-check:

swfobject-download:
   [delete] Deleting: D:\Applications\FlexJS\apacheflex\swfobject.properties
     [echo] Downloading swfobject_2_2.zip from: http://swfobject.googlecode.com/files
      [get] Getting: http://swfobject.googlecode.com/files/swfobject_2_2.zip
      [get] To: D:\Applications\FlexJS\apacheflex\in\swfobject_2_2.zip
     [echo] Download complete
    [unzip] Expanding: D:\Applications\FlexJS\apacheflex\in\swfobject_2_2.zip into D:\Applications\FlexJS\apacheflex\templates

get-third-party-files:

fixup-config-files:
     [echo] Installing frameworks configuration files configured for use with an IDE
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\frameworks
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\frameworks

hack-fb-files:
    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\frameworks\locale
    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\frameworks\mx
    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\frameworks\rsls
    [mkdir] Created dir: D:\Applications\FlexJS\apacheflex\frameworks\themes\Halo
     [copy] Copying 1 file to D:\Applications\FlexJS\apacheflex\frameworks\themes\Halo
    [touch] Creating D:\Applications\FlexJS\apacheflex\frameworks\themes\Spark\spark.css

BUILD FAILED
D:\Applications\FlexJS\apacheflex\installer.xml:665: Could not create D:\Applications\FlexJS\apacheflex\frameworks\themes\Spark\spark.css

Total time: 31 minutes 28 seconds

--
Thanks & Regards
Devesh Mishra

-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com]
Sent: Wednesday, May 21, 2014 10:54 AM
To: users@flex.apache.org
Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Your earlier log file showed a failure for compiler-20131014.zip.

If you can unzip manually apache-flex-sdk-4.12.0-bin.zip, try placing it in the "in" folder and running the ant script.  It should avoid the download and unzip your copy.

-Alex


On 5/20/14 10:07 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>This is about
>http://archive.apache.org/dist/flex/4.12.0/binaries/apache-flex-sdk-4.1
>2.0
>-bin.zip
>I am unable to unzip it manually.
>
>--
>Thanks & Regards
>Devesh Mishra
>
>
>-----Original Message-----
>From: Alex Harui [mailto:aharui@adobe.com]
>Sent: Wednesday, May 21, 2014 10:26 AM
>To: users@flex.apache.org
>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>
>So the one you manually downloaded cannot be unzipped either?
>
>This is for compiler-20131014.zip, right?  For me it is about 5.8MB and
>has an MD5 of 1f7f3b03f0bdf15ee83140b9ce3b72ac
>
>-Alex
>
>On 5/20/14 9:49 PM, "Devesh Mishra" <De...@mastek.com> wrote:
>
>>I have already tried the same. But still same issue occurs.
>>After downloading, I have compared both the zip file and they are same
>>in size.
>>
>>--
>>Thanks & Regards
>>Devesh Mishra
>>
>>-----Original Message-----
>>From: Alex Harui [mailto:aharui@adobe.com]
>>Sent: Tuesday, May 20, 2014 10:45 AM
>>To: users@flex.apache.org
>>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>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" <De...@mastek.com> 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(Zi
>>>p
>>>F
>>>ile
>>>.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(DelegatingMethodAcces
>>>s
>>>o
>>>rIm
>>>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(DefaultExe
>>>c
>>>u
>>>tor
>>>.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 [aharui@adobe.com]
>>>Sent: Tuesday, May 20, 2014 3:51 AM
>>>To: users@flex.apache.org
>>>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" <De...@mastek.com> 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-
>>>>b
>>>>i
>>>>n.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-
>>>>b
>>>>i
>>>>n.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/guav
>>>>a
>>>>/15
>>>>.
>>>>0
>>>>
>>>>download-jar:
>>>>      [get] Getting:
>>>>http://search.maven.org/remotecontent?filepath=com/google/guava/guav
>>>>a
>>>>/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-
>>>>b
>>>>i
>>>>n.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=41277744
>>>>2
>>>>2
>>>>
>>>>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(Z
>>>>i
>>>>p
>>>>Fil
>>>>e
>>>>.java:733)
>>>>        at
>>>>org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:
>>>>669
>>>>)
>>>>        at
>>>>org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.ja
>>>>v
>>>>a
>>>>: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(DelegatingMethodAcce
>>>>s
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.ja
>>>>v
>>>>a
>>>>: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(Singl
>>>>e
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcce
>>>>s
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.ja
>>>>v
>>>>a
>>>>: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(Singl
>>>>e
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcce
>>>>s
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.ja
>>>>v
>>>>a
>>>>: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(Singl
>>>>e
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcce
>>>>s
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.ja
>>>>v
>>>>a
>>>>: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(Singl
>>>>e
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcce
>>>>s
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.ja
>>>>v
>>>>a
>>>>: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(DefaultEx
>>>>e
>>>>c
>>>>uto
>>>>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:aharui@adobe.com]
>>>>Sent: Monday, May 19, 2014 11:50 AM
>>>>To: users@flex.apache.org
>>>>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 [Devesh.Mishra@mastek.com]
>>>>Sent: Sunday, May 18, 2014 10:36 PM
>>>>To: users@flex.apache.org
>>>>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:aharui@adobe.com]
>>>>Sent: Monday, May 19, 2014 10:37 AM
>>>>To: users@flex.apache.org
>>>>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 [Devesh.Mishra@mastek.com]
>>>>Sent: Sunday, May 18, 2014 10:01 PM
>>>>To: users@flex.apache.org
>>>>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(HttpURL
>>>>C
>>>>o
>>>>nne
>>>>c
>>>>tion.java:975)
>>>>        at
>>>>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConn
>>>>e
>>>>c
>>>>tio
>>>>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:aharui@adobe.com]
>>>>Sent: Monday, May 19, 2014 10:22 AM
>>>>To: users@flex.apache.org
>>>>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 [Devesh.Mishra@mastek.com]
>>>>Sent: Sunday, May 18, 2014 9:33 PM
>>>>To: users@flex.apache.org
>>>>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:dsreiluke@gmail.com]
>>>>Sent: Saturday, May 17, 2014 6:24 AM
>>>>To: users@flex.apache.org
>>>>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
>>>><De...@mastek.com>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:dsreiluke@gmail.com]
>>>>> Sent: Friday, May 16, 2014 4:54 PM
>>>>> To: users@flex.apache.org
>>>>> 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 <aharui@adobe.com<mailto:
>>>>> aharui@adobe.com>> wrote:
>>>>> Create a jira issue and attach there.
>>>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>>>
>>>>> Devesh Mishra
>>>>> <De...@mastek.com>>
>>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>>> Sent: Friday, May 16, 2014 11:55 AM
>>>>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>>>>> <De...@mastek.com>>
>>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>>> Sent: Wednesday, May 14, 2014 10:30 PM
>>>>> To: users@flex.apache.org<ma...@flex.apache.org>
>>>>> 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"
>>>>><Devesh.Mishra@mastek.com<mailto:
>>>>> Devesh.Mishra@mastek.com>> 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.
>>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>~
>>>~
>>>~~~
>>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>
>>
>>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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
Your earlier log file showed a failure for compiler-20131014.zip.

If you can unzip manually apache-flex-sdk-4.12.0-bin.zip, try placing it
in the "in" folder and running the ant script.  It should avoid the
download and unzip your copy.

-Alex


On 5/20/14 10:07 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>This is about 
>http://archive.apache.org/dist/flex/4.12.0/binaries/apache-flex-sdk-4.12.0
>-bin.zip
>I am unable to unzip it manually.
>
>--
>Thanks & Regards
>Devesh Mishra
>
>
>-----Original Message-----
>From: Alex Harui [mailto:aharui@adobe.com]
>Sent: Wednesday, May 21, 2014 10:26 AM
>To: users@flex.apache.org
>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>
>So the one you manually downloaded cannot be unzipped either?
>
>This is for compiler-20131014.zip, right?  For me it is about 5.8MB and
>has an MD5 of 1f7f3b03f0bdf15ee83140b9ce3b72ac
>
>-Alex
>
>On 5/20/14 9:49 PM, "Devesh Mishra" <De...@mastek.com> wrote:
>
>>I have already tried the same. But still same issue occurs.
>>After downloading, I have compared both the zip file and they are same
>>in size.
>>
>>--
>>Thanks & Regards
>>Devesh Mishra
>>
>>-----Original Message-----
>>From: Alex Harui [mailto:aharui@adobe.com]
>>Sent: Tuesday, May 20, 2014 10:45 AM
>>To: users@flex.apache.org
>>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>>
>>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" <De...@mastek.com> 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(Zip
>>>F
>>>ile
>>>.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(DelegatingMethodAccess
>>>o
>>>rIm
>>>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(DefaultExec
>>>u
>>>tor
>>>.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 [aharui@adobe.com]
>>>Sent: Tuesday, May 20, 2014 3:51 AM
>>>To: users@flex.apache.org
>>>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" <De...@mastek.com> 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-b
>>>>i
>>>>n.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-b
>>>>i
>>>>n.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-b
>>>>i
>>>>n.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=412777442
>>>>2
>>>>
>>>>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(Zi
>>>>p
>>>>Fil
>>>>e
>>>>.java:733)
>>>>        at
>>>>org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:
>>>>669
>>>>)
>>>>        at
>>>>org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.jav
>>>>a
>>>>: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(DelegatingMethodAcces
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>>a
>>>>: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(Single
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcces
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>>a
>>>>: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(Single
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcces
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>>a
>>>>: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(Single
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcces
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>>a
>>>>: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(Single
>>>>C
>>>>hec
>>>>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(DelegatingMethodAcces
>>>>s
>>>>orI
>>>>m
>>>>pl.java:25)
>>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>>        at
>>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>>a
>>>>: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(DefaultExe
>>>>c
>>>>uto
>>>>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:aharui@adobe.com]
>>>>Sent: Monday, May 19, 2014 11:50 AM
>>>>To: users@flex.apache.org
>>>>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 [Devesh.Mishra@mastek.com]
>>>>Sent: Sunday, May 18, 2014 10:36 PM
>>>>To: users@flex.apache.org
>>>>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:aharui@adobe.com]
>>>>Sent: Monday, May 19, 2014 10:37 AM
>>>>To: users@flex.apache.org
>>>>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 [Devesh.Mishra@mastek.com]
>>>>Sent: Sunday, May 18, 2014 10:01 PM
>>>>To: users@flex.apache.org
>>>>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(HttpURLC
>>>>o
>>>>nne
>>>>c
>>>>tion.java:975)
>>>>        at
>>>>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
>>>>c
>>>>tio
>>>>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:aharui@adobe.com]
>>>>Sent: Monday, May 19, 2014 10:22 AM
>>>>To: users@flex.apache.org
>>>>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 [Devesh.Mishra@mastek.com]
>>>>Sent: Sunday, May 18, 2014 9:33 PM
>>>>To: users@flex.apache.org
>>>>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:dsreiluke@gmail.com]
>>>>Sent: Saturday, May 17, 2014 6:24 AM
>>>>To: users@flex.apache.org
>>>>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
>>>><De...@mastek.com>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:dsreiluke@gmail.com]
>>>>> Sent: Friday, May 16, 2014 4:54 PM
>>>>> To: users@flex.apache.org
>>>>> 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 <aharui@adobe.com<mailto:
>>>>> aharui@adobe.com>> wrote:
>>>>> Create a jira issue and attach there.
>>>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>>>
>>>>> Devesh Mishra
>>>>> <De...@mastek.com>>
>>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>>> Sent: Friday, May 16, 2014 11:55 AM
>>>>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>>>>> <De...@mastek.com>>
>>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>>> Sent: Wednesday, May 14, 2014 10:30 PM
>>>>> To: users@flex.apache.org<ma...@flex.apache.org>
>>>>> 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"
>>>>><Devesh.Mishra@mastek.com<mailto:
>>>>> Devesh.Mishra@mastek.com>> 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.
>>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>~
>>>~~~
>>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>
>>
>>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.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
This is about http://archive.apache.org/dist/flex/4.12.0/binaries/apache-flex-sdk-4.12.0-bin.zip
I am unable to unzip it manually.

--
Thanks & Regards
Devesh Mishra


-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com]
Sent: Wednesday, May 21, 2014 10:26 AM
To: users@flex.apache.org
Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

So the one you manually downloaded cannot be unzipped either?

This is for compiler-20131014.zip, right?  For me it is about 5.8MB and has an MD5 of 1f7f3b03f0bdf15ee83140b9ce3b72ac

-Alex

On 5/20/14 9:49 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>I have already tried the same. But still same issue occurs.
>After downloading, I have compared both the zip file and they are same
>in size.
>
>--
>Thanks & Regards
>Devesh Mishra
>
>-----Original Message-----
>From: Alex Harui [mailto:aharui@adobe.com]
>Sent: Tuesday, May 20, 2014 10:45 AM
>To: users@flex.apache.org
>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>
>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" <De...@mastek.com> 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(Zip
>>F
>>ile
>>.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(DelegatingMethodAccess
>>o
>>rIm
>>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(DefaultExec
>>u
>>tor
>>.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 [aharui@adobe.com]
>>Sent: Tuesday, May 20, 2014 3:51 AM
>>To: users@flex.apache.org
>>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" <De...@mastek.com> 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-b
>>>i
>>>n.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-b
>>>i
>>>n.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-b
>>>i
>>>n.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=412777442
>>>2
>>>
>>>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(Zi
>>>p
>>>Fil
>>>e
>>>.java:733)
>>>        at
>>>org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:
>>>669
>>>)
>>>        at
>>>org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.jav
>>>a
>>>: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(DelegatingMethodAcces
>>>s
>>>orI
>>>m
>>>pl.java:25)
>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>        at
>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>a
>>>: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(Single
>>>C
>>>hec
>>>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(DelegatingMethodAcces
>>>s
>>>orI
>>>m
>>>pl.java:25)
>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>        at
>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>a
>>>: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(Single
>>>C
>>>hec
>>>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(DelegatingMethodAcces
>>>s
>>>orI
>>>m
>>>pl.java:25)
>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>        at
>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>a
>>>: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(Single
>>>C
>>>hec
>>>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(DelegatingMethodAcces
>>>s
>>>orI
>>>m
>>>pl.java:25)
>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>        at
>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>a
>>>: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(Single
>>>C
>>>hec
>>>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(DelegatingMethodAcces
>>>s
>>>orI
>>>m
>>>pl.java:25)
>>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>        at
>>>org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>a
>>>: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(DefaultExe
>>>c
>>>uto
>>>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:aharui@adobe.com]
>>>Sent: Monday, May 19, 2014 11:50 AM
>>>To: users@flex.apache.org
>>>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 [Devesh.Mishra@mastek.com]
>>>Sent: Sunday, May 18, 2014 10:36 PM
>>>To: users@flex.apache.org
>>>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:aharui@adobe.com]
>>>Sent: Monday, May 19, 2014 10:37 AM
>>>To: users@flex.apache.org
>>>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 [Devesh.Mishra@mastek.com]
>>>Sent: Sunday, May 18, 2014 10:01 PM
>>>To: users@flex.apache.org
>>>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(HttpURLC
>>>o
>>>nne
>>>c
>>>tion.java:975)
>>>        at
>>>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
>>>c
>>>tio
>>>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:aharui@adobe.com]
>>>Sent: Monday, May 19, 2014 10:22 AM
>>>To: users@flex.apache.org
>>>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 [Devesh.Mishra@mastek.com]
>>>Sent: Sunday, May 18, 2014 9:33 PM
>>>To: users@flex.apache.org
>>>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:dsreiluke@gmail.com]
>>>Sent: Saturday, May 17, 2014 6:24 AM
>>>To: users@flex.apache.org
>>>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
>>><De...@mastek.com>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:dsreiluke@gmail.com]
>>>> Sent: Friday, May 16, 2014 4:54 PM
>>>> To: users@flex.apache.org
>>>> 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 <aharui@adobe.com<mailto:
>>>> aharui@adobe.com>> wrote:
>>>> Create a jira issue and attach there.
>>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>>
>>>> Devesh Mishra
>>>> <De...@mastek.com>>
>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>> Sent: Friday, May 16, 2014 11:55 AM
>>>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>>>> <De...@mastek.com>>
>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>> Sent: Wednesday, May 14, 2014 10:30 PM
>>>> To: users@flex.apache.org<ma...@flex.apache.org>
>>>> 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" <Devesh.Mishra@mastek.com<mailto:
>>>> Devesh.Mishra@mastek.com>> 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.
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~
>>~~~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>
>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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
So the one you manually downloaded cannot be unzipped either?

This is for compiler-20131014.zip, right?  For me it is about 5.8MB and
has an MD5 of 1f7f3b03f0bdf15ee83140b9ce3b72ac

-Alex

On 5/20/14 9:49 PM, "Devesh Mishra" <De...@mastek.com> wrote:

>I have already tried the same. But still same issue occurs.
>After downloading, I have compared both the zip file and they are same in
>size.
>
>--
>Thanks & Regards
>Devesh Mishra
>
>-----Original Message-----
>From: Alex Harui [mailto:aharui@adobe.com]
>Sent: Tuesday, May 20, 2014 10:45 AM
>To: users@flex.apache.org
>Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7
>
>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" <De...@mastek.com> 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(ZipF
>>ile
>>.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(DelegatingMethodAccesso
>>rIm
>>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(DefaultExecu
>>tor
>>.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 [aharui@adobe.com]
>>Sent: Tuesday, May 20, 2014 3:51 AM
>>To: users@flex.apache.org
>>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" <De...@mastek.com> 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-bi
>>>n.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-bi
>>>n.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-bi
>>>n.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(Zip
>>>Fil
>>>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(DelegatingMethodAccess
>>>orI
>>>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(SingleC
>>>hec
>>>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(DelegatingMethodAccess
>>>orI
>>>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(SingleC
>>>hec
>>>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(DelegatingMethodAccess
>>>orI
>>>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(SingleC
>>>hec
>>>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(DelegatingMethodAccess
>>>orI
>>>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(SingleC
>>>hec
>>>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(DelegatingMethodAccess
>>>orI
>>>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(DefaultExec
>>>uto
>>>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:aharui@adobe.com]
>>>Sent: Monday, May 19, 2014 11:50 AM
>>>To: users@flex.apache.org
>>>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 [Devesh.Mishra@mastek.com]
>>>Sent: Sunday, May 18, 2014 10:36 PM
>>>To: users@flex.apache.org
>>>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:aharui@adobe.com]
>>>Sent: Monday, May 19, 2014 10:37 AM
>>>To: users@flex.apache.org
>>>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 [Devesh.Mishra@mastek.com]
>>>Sent: Sunday, May 18, 2014 10:01 PM
>>>To: users@flex.apache.org
>>>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(HttpURLCo
>>>nne
>>>c
>>>tion.java:975)
>>>        at
>>>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnec
>>>tio
>>>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:aharui@adobe.com]
>>>Sent: Monday, May 19, 2014 10:22 AM
>>>To: users@flex.apache.org
>>>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 [Devesh.Mishra@mastek.com]
>>>Sent: Sunday, May 18, 2014 9:33 PM
>>>To: users@flex.apache.org
>>>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:dsreiluke@gmail.com]
>>>Sent: Saturday, May 17, 2014 6:24 AM
>>>To: users@flex.apache.org
>>>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
>>><De...@mastek.com>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:dsreiluke@gmail.com]
>>>> Sent: Friday, May 16, 2014 4:54 PM
>>>> To: users@flex.apache.org
>>>> 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 <aharui@adobe.com<mailto:
>>>> aharui@adobe.com>> wrote:
>>>> Create a jira issue and attach there.
>>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>>
>>>> Devesh Mishra
>>>> <De...@mastek.com>>
>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>> Sent: Friday, May 16, 2014 11:55 AM
>>>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>>>> <De...@mastek.com>>
>>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>>> Sent: Wednesday, May 14, 2014 10:30 PM
>>>> To: users@flex.apache.org<ma...@flex.apache.org>
>>>> 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" <Devesh.Mishra@mastek.com<mailto:
>>>> Devesh.Mishra@mastek.com>> 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.
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>~~~
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>
>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.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
I have already tried the same. But still same issue occurs.
After downloading, I have compared both the zip file and they are same in size.

--
Thanks & Regards
Devesh Mishra

-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com]
Sent: Tuesday, May 20, 2014 10:45 AM
To: users@flex.apache.org
Subject: Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

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" <De...@mastek.com> 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(ZipF
>ile
>.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(DelegatingMethodAccesso
>rIm
>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(DefaultExecu
>tor
>.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 [aharui@adobe.com]
>Sent: Tuesday, May 20, 2014 3:51 AM
>To: users@flex.apache.org
>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" <De...@mastek.com> 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-bi
>>n.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-bi
>>n.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-bi
>>n.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(Zip
>>Fil
>>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(DelegatingMethodAccess
>>orI
>>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(SingleC
>>hec
>>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(DelegatingMethodAccess
>>orI
>>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(SingleC
>>hec
>>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(DelegatingMethodAccess
>>orI
>>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(SingleC
>>hec
>>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(DelegatingMethodAccess
>>orI
>>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(SingleC
>>hec
>>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(DelegatingMethodAccess
>>orI
>>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(DefaultExec
>>uto
>>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:aharui@adobe.com]
>>Sent: Monday, May 19, 2014 11:50 AM
>>To: users@flex.apache.org
>>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 [Devesh.Mishra@mastek.com]
>>Sent: Sunday, May 18, 2014 10:36 PM
>>To: users@flex.apache.org
>>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:aharui@adobe.com]
>>Sent: Monday, May 19, 2014 10:37 AM
>>To: users@flex.apache.org
>>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 [Devesh.Mishra@mastek.com]
>>Sent: Sunday, May 18, 2014 10:01 PM
>>To: users@flex.apache.org
>>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(HttpURLCo
>>nne
>>c
>>tion.java:975)
>>        at
>>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnec
>>tio
>>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:aharui@adobe.com]
>>Sent: Monday, May 19, 2014 10:22 AM
>>To: users@flex.apache.org
>>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 [Devesh.Mishra@mastek.com]
>>Sent: Sunday, May 18, 2014 9:33 PM
>>To: users@flex.apache.org
>>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:dsreiluke@gmail.com]
>>Sent: Saturday, May 17, 2014 6:24 AM
>>To: users@flex.apache.org
>>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
>><De...@mastek.com>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:dsreiluke@gmail.com]
>>> Sent: Friday, May 16, 2014 4:54 PM
>>> To: users@flex.apache.org
>>> 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 <aharui@adobe.com<mailto:
>>> aharui@adobe.com>> wrote:
>>> Create a jira issue and attach there.
>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>
>>> Devesh Mishra
>>> <De...@mastek.com>>
>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>> Sent: Friday, May 16, 2014 11:55 AM
>>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>>> <De...@mastek.com>>
>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>> Sent: Wednesday, May 14, 2014 10:30 PM
>>> To: users@flex.apache.org<ma...@flex.apache.org>
>>> 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" <Devesh.Mishra@mastek.com<mailto:
>>> Devesh.Mishra@mastek.com>> 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.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
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" <De...@mastek.com> 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 [aharui@adobe.com]
>Sent: Tuesday, May 20, 2014 3:51 AM
>To: users@flex.apache.org
>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" <De...@mastek.com> 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:aharui@adobe.com]
>>Sent: Monday, May 19, 2014 11:50 AM
>>To: users@flex.apache.org
>>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 [Devesh.Mishra@mastek.com]
>>Sent: Sunday, May 18, 2014 10:36 PM
>>To: users@flex.apache.org
>>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:aharui@adobe.com]
>>Sent: Monday, May 19, 2014 10:37 AM
>>To: users@flex.apache.org
>>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 [Devesh.Mishra@mastek.com]
>>Sent: Sunday, May 18, 2014 10:01 PM
>>To: users@flex.apache.org
>>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:aharui@adobe.com]
>>Sent: Monday, May 19, 2014 10:22 AM
>>To: users@flex.apache.org
>>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 [Devesh.Mishra@mastek.com]
>>Sent: Sunday, May 18, 2014 9:33 PM
>>To: users@flex.apache.org
>>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:dsreiluke@gmail.com]
>>Sent: Saturday, May 17, 2014 6:24 AM
>>To: users@flex.apache.org
>>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
>><De...@mastek.com>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:dsreiluke@gmail.com]
>>> Sent: Friday, May 16, 2014 4:54 PM
>>> To: users@flex.apache.org
>>> 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 <aharui@adobe.com<mailto:
>>> aharui@adobe.com>> wrote:
>>> Create a jira issue and attach there.
>>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>>
>>> Devesh Mishra
>>> <De...@mastek.com>>
>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>> Sent: Friday, May 16, 2014 11:55 AM
>>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>>> <De...@mastek.com>>
>>> 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:aharui@adobe.com<ma...@adobe.com>]
>>> Sent: Wednesday, May 14, 2014 10:30 PM
>>> To: users@flex.apache.org<ma...@flex.apache.org>
>>> 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" <Devesh.Mishra@mastek.com<mailto:
>>> Devesh.Mishra@mastek.com>> 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.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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(DelegatingMethodAccessorImpl.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 [aharui@adobe.com]
Sent: Tuesday, May 20, 2014 3:51 AM
To: users@flex.apache.org
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" <De...@mastek.com> 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.ta
>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.ta
>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.ta
>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(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.GeneratedMethodAccessor14.invoke(Unknown Source)
>        at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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)
>
>Total time: 93 minutes 13 seconds
>
>
>--
>Thanks & Regards
>Devesh Mishra
>
>
>-----Original Message-----
>From: Alex Harui [mailto:aharui@adobe.com]
>Sent: Monday, May 19, 2014 11:50 AM
>To: users@flex.apache.org
>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 [Devesh.Mishra@mastek.com]
>Sent: Sunday, May 18, 2014 10:36 PM
>To: users@flex.apache.org
>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:aharui@adobe.com]
>Sent: Monday, May 19, 2014 10:37 AM
>To: users@flex.apache.org
>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 [Devesh.Mishra@mastek.com]
>Sent: Sunday, May 18, 2014 10:01 PM
>To: users@flex.apache.org
>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(HttpURLConnec
>tion.java:975)
>        at
>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection
>.java:916)
>        at
>sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java
>: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:aharui@adobe.com]
>Sent: Monday, May 19, 2014 10:22 AM
>To: users@flex.apache.org
>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 [Devesh.Mishra@mastek.com]
>Sent: Sunday, May 18, 2014 9:33 PM
>To: users@flex.apache.org
>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:dsreiluke@gmail.com]
>Sent: Saturday, May 17, 2014 6:24 AM
>To: users@flex.apache.org
>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
><De...@mastek.com>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:dsreiluke@gmail.com]
>> Sent: Friday, May 16, 2014 4:54 PM
>> To: users@flex.apache.org
>> 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 <aharui@adobe.com<mailto:
>> aharui@adobe.com>> wrote:
>> Create a jira issue and attach there.
>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>
>> Devesh Mishra
>> <De...@mastek.com>>
>> 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:aharui@adobe.com<ma...@adobe.com>]
>> Sent: Friday, May 16, 2014 11:55 AM
>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>> <De...@mastek.com>>
>> 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:aharui@adobe.com<ma...@adobe.com>]
>> Sent: Wednesday, May 14, 2014 10:30 PM
>> To: users@flex.apache.org<ma...@flex.apache.org>
>> 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" <Devesh.Mishra@mastek.com<mailto:
>> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
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" <De...@mastek.com> 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.ta
>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.ta
>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.ta
>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(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.GeneratedMethodAccessor14.invoke(Unknown Source)
>        at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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.helper.SingleCheckExecutor.executeTargets(SingleCheck
>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(DelegatingMethodAccessorIm
>pl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        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)
>
>Total time: 93 minutes 13 seconds
>
>
>--
>Thanks & Regards
>Devesh Mishra
>
>
>-----Original Message-----
>From: Alex Harui [mailto:aharui@adobe.com]
>Sent: Monday, May 19, 2014 11:50 AM
>To: users@flex.apache.org
>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 [Devesh.Mishra@mastek.com]
>Sent: Sunday, May 18, 2014 10:36 PM
>To: users@flex.apache.org
>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:aharui@adobe.com]
>Sent: Monday, May 19, 2014 10:37 AM
>To: users@flex.apache.org
>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 [Devesh.Mishra@mastek.com]
>Sent: Sunday, May 18, 2014 10:01 PM
>To: users@flex.apache.org
>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(HttpURLConnec
>tion.java:975)
>        at 
>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection
>.java:916)
>        at 
>sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java
>: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:aharui@adobe.com]
>Sent: Monday, May 19, 2014 10:22 AM
>To: users@flex.apache.org
>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 [Devesh.Mishra@mastek.com]
>Sent: Sunday, May 18, 2014 9:33 PM
>To: users@flex.apache.org
>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:dsreiluke@gmail.com]
>Sent: Saturday, May 17, 2014 6:24 AM
>To: users@flex.apache.org
>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
><De...@mastek.com>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:dsreiluke@gmail.com]
>> Sent: Friday, May 16, 2014 4:54 PM
>> To: users@flex.apache.org
>> 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 <aharui@adobe.com<mailto:
>> aharui@adobe.com>> wrote:
>> Create a jira issue and attach there.
>> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>>
>> Devesh Mishra
>> <De...@mastek.com>>
>> 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:aharui@adobe.com<ma...@adobe.com>]
>> Sent: Friday, May 16, 2014 11:55 AM
>> To: users@flex.apache.org<ma...@flex.apache.org>; 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
>> <De...@mastek.com>>
>> 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:aharui@adobe.com<ma...@adobe.com>]
>> Sent: Wednesday, May 14, 2014 10:30 PM
>> To: users@flex.apache.org<ma...@flex.apache.org>
>> 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" <Devesh.Mishra@mastek.com<mailto:
>> Devesh.Mishra@mastek.com>> 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.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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.tar.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.tar.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.tar.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(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.GeneratedMethodAccessor14.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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)

Total time: 93 minutes 13 seconds


--
Thanks & Regards
Devesh Mishra


-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, May 19, 2014 11:50 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 10:36 PM
To: users@flex.apache.org
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:aharui@adobe.com]
Sent: Monday, May 19, 2014 10:37 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 10:01 PM
To: users@flex.apache.org
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(HttpURLConnection.java:975)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java: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:aharui@adobe.com]
Sent: Monday, May 19, 2014 10:22 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 9:33 PM
To: users@flex.apache.org
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:dsreiluke@gmail.com]
Sent: Saturday, May 17, 2014 6:24 AM
To: users@flex.apache.org
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
Try downloading the xml file and then run
'ant -f installer.xml -Dxml.properties=<path to downloaded xml file>
________________________________________
From: Devesh Mishra [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 10:36 PM
To: users@flex.apache.org
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:aharui@adobe.com]
Sent: Monday, May 19, 2014 10:37 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 10:01 PM
To: users@flex.apache.org
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(HttpURLConnection.java:975)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java: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:aharui@adobe.com]
Sent: Monday, May 19, 2014 10:22 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 9:33 PM
To: users@flex.apache.org
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:dsreiluke@gmail.com]
Sent: Saturday, May 17, 2014 6:24 AM
To: users@flex.apache.org
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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:aharui@adobe.com] 
Sent: Monday, May 19, 2014 10:37 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 10:01 PM
To: users@flex.apache.org
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(HttpURLConnection.java:975)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java: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:aharui@adobe.com]
Sent: Monday, May 19, 2014 10:22 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 9:33 PM
To: users@flex.apache.org
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:dsreiluke@gmail.com]
Sent: Saturday, May 17, 2014 6:24 AM
To: users@flex.apache.org
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
Can you manually view that xml file from flex.apache.org?  It worked for me.

________________________________________
From: Devesh Mishra [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 10:01 PM
To: users@flex.apache.org
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(HttpURLConnection.java:975)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java: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:aharui@adobe.com]
Sent: Monday, May 19, 2014 10:22 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 9:33 PM
To: users@flex.apache.org
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:dsreiluke@gmail.com]
Sent: Saturday, May 17, 2014 6:24 AM
To: users@flex.apache.org
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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(HttpURLConnection.java:975)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java: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:aharui@adobe.com] 
Sent: Monday, May 19, 2014 10:22 AM
To: users@flex.apache.org
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 9:33 PM
To: users@flex.apache.org
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:dsreiluke@gmail.com]
Sent: Saturday, May 17, 2014 6:24 AM
To: users@flex.apache.org
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
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 [Devesh.Mishra@mastek.com]
Sent: Sunday, May 18, 2014 9:33 PM
To: users@flex.apache.org
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:dsreiluke@gmail.com]
Sent: Saturday, May 17, 2014 6:24 AM
To: users@flex.apache.org
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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:dsreiluke@gmail.com] 
Sent: Saturday, May 17, 2014 6:24 AM
To: users@flex.apache.org
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra 
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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 
> <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Vincent Sotto <ds...@gmail.com>.
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 <De...@mastek.com>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:dsreiluke@gmail.com]
> Sent: Friday, May 16, 2014 4:54 PM
> To: users@flex.apache.org
> 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 <aharui@adobe.com<mailto:
> aharui@adobe.com>> wrote:
> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org<ma...@flex.apache.org>; 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 <De...@mastek.com>>
> 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:aharui@adobe.com<ma...@adobe.com>]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org<ma...@flex.apache.org>
> 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" <Devesh.Mishra@mastek.com<mailto:
> Devesh.Mishra@mastek.com>> 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.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>

RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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:dsreiluke@gmail.com]
Sent: Friday, May 16, 2014 4:54 PM
To: users@flex.apache.org
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 <ah...@adobe.com>> wrote:
Create a jira issue and attach there.
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.

Devesh Mishra <De...@mastek.com>> 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:aharui@adobe.com<ma...@adobe.com>]
Sent: Friday, May 16, 2014 11:55 AM
To: users@flex.apache.org<ma...@flex.apache.org>; 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 <De...@mastek.com>> 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:aharui@adobe.com<ma...@adobe.com>]
Sent: Wednesday, May 14, 2014 10:30 PM
To: users@flex.apache.org<ma...@flex.apache.org>
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" <De...@mastek.com>> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Vincent Sotto <ds...@gmail.com>.
I can add flexjs sdk fine with my fb 4.7


On Fri, May 16, 2014 at 2:36 PM, Alex Harui <ah...@adobe.com> wrote:

> Create a jira issue and attach there.
> Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
>
> Devesh Mishra <De...@mastek.com> 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:aharui@adobe.com]
> Sent: Friday, May 16, 2014 11:55 AM
> To: users@flex.apache.org; 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 <De...@mastek.com> 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:aharui@adobe.com]
> Sent: Wednesday, May 14, 2014 10:30 PM
> To: users@flex.apache.org
> 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" <De...@mastek.com> 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.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>

RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
Create a jira issue and attach there.
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.

Devesh Mishra <De...@mastek.com> 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:aharui@adobe.com]
Sent: Friday, May 16, 2014 11:55 AM
To: users@flex.apache.org; 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 <De...@mastek.com> 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:aharui@adobe.com]
Sent: Wednesday, May 14, 2014 10:30 PM
To: users@flex.apache.org
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" <De...@mastek.com> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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:aharui@adobe.com] 
Sent: Friday, May 16, 2014 11:55 AM
To: users@flex.apache.org; 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 <De...@mastek.com> 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:aharui@adobe.com]
Sent: Wednesday, May 14, 2014 10:30 PM
To: users@flex.apache.org
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" <De...@mastek.com> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
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 <De...@mastek.com> 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:aharui@adobe.com]
Sent: Wednesday, May 14, 2014 10:30 PM
To: users@flex.apache.org
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" <De...@mastek.com> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

RE: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Devesh Mishra <De...@mastek.com>.
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:aharui@adobe.com] 
Sent: Wednesday, May 14, 2014 10:30 PM
To: users@flex.apache.org
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" <De...@mastek.com> 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: [FlexJS] Unable to configure FlexJS SDK with FB 4.7

Posted by Alex Harui <ah...@adobe.com>.
Can you post a recursive directory listing of the FlexJS SDK folder
somewhere?

Thanks,
-Alex

On 5/13/14 11:56 PM, "Devesh Mishra" <De...@mastek.com> 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.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~