Re: flex-sdk build failure

2013-05-06 Thread Erik de Bruin
I had the same problem as Gordon on OSX, and changing the URL to use
HTTPS solved it for me as well. I will commit the new URL to develop.

EdB



On Wed, May 1, 2013 at 1:35 AM, Alex Harui aha...@adobe.com wrote:
 I left my windows machine at the office.  I think I'm on 1.8 or so.  But I
 do recall documentation on ant about whether it follows redirects or not.


 On 4/30/13 3:07 PM, Gordon Smith gosm...@adobe.com wrote:

 That URL works for me. Thanks.

 What version of Ant are you using on Windows? I'm using 1.7.1.

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:39 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 For me, there is a third [get] line that says  moved to 

 Try changing the URL to https://java.net/downloads/javacc/javacc-5.0.tar.gz

 I'm wondering if your cygwin or ant setup prevents redirects.

 On 4/30/13 2:33 PM, Gordon Smith gosm...@adobe.com wrote:

 And then an error?

 Yes, the same error, because the file is 0 bytes. The output is below.

 Did you get a redirect in the console?

 I don't think so. How does it show up?

 - Gordon

 javacc-jar-check:

 javacc-jar:

 download-zip:

 get-zip:
   [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 check-sum:

 untar-file:

 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:30 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 And then an error?

 I noticed that I still didn't get the URL quite right.  Did you get a
 redirect in the console?  Try fixing the URL so there is no redirect.


 On 4/30/13 2:25 PM, Gordon Smith gosm...@adobe.com wrote:

  [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 Cygwin.  I changed the download url for javacc, what is it reporting
 now in your console?


 On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:

 Windows with Command Prompt or Windows with Cygwin?

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 I ran on Windows.  It is still building, but it downloaded javacc
 correctly.


 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:

 No, I'm on mac.


 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:

 I had the same problem after pulling your change. Do you use Cygwin?

 - Gordon


 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 I was able to reproduce your situation.

 I updated the build script to use the latest URL and it seemed to
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully
 the new URL is a more permanent home and not temporary.


 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:

 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).

 The console output is the same:

 ...
 commons-jars:

 javacc-jar-check:

 javacc-jar:

 download-zip:

 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 check-sum:

 untar-file:

 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 I assume you've manually deleted that 0 byte file before each
 attempt to build?  I've had bad downloads create a bad fail that
 doesn't have delete permissions

Re: flex-sdk build failure

2013-05-06 Thread Nicholas Kwiatkowski
I think the issue was that the http engine within ANT didn't like the
protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
in there :)


On Tue, Apr 30, 2013 at 3:15 PM, Alex Harui aha...@adobe.com wrote:

 I was able to reproduce your situation.

 I updated the build script to use the latest URL and it seemed to work for
 me.  I think ant doesn't follow redirects all of the time.  Hopefully the
 new URL is a more permanent home and not temporary.


 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:

  I've been doing 'ant clean main' and I've verified that 'ant clean' by
 itself
  deletes that file (and the entire 'in' directory).
 
  The console output is the same:
 
  ...
  commons-jars:
 
  javacc-jar-check:
 
  javacc-jar:
 
  download-zip:
 
  get-zip:
[get] Getting:
  http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
[get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
  check-sum:
 
  untar-file:
 
  BUILD FAILED
  D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing
  this line:
  D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while
  executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred
 while
  executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred
 while
  executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
  D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
  - Gordon
 
  -Original Message-
  From: Alex Harui [mailto:aha...@adobe.com]
  Sent: Tuesday, April 30, 2013 11:10 AM
  To: dev@flex.apache.org
  Subject: Re: flex-sdk build failure
 
  I assume you've manually deleted that 0 byte file before each attempt to
  build?  I've had bad downloads create a bad fail that doesn't have delete
  permissions.
 
  What is the console output around that download now?  Is it the same as
  before?
 
 
  On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
  That doesn't seem to be the problem. I can download this file
  manually. But Ant is downloading a 0 byte file. It must be a problem
  in the Ant script. Is this a new addition?
 
  - Gordon
 
  -Original Message-
  From: Alex Harui [mailto:aha...@adobe.com]
  Sent: Monday, April 29, 2013 10:09 PM
  To: dev@flex.apache.org
  Subject: Re: flex-sdk build failure
 
  I think every once in a while, that download fails for a while.  Maybe
  that server goes off-line or something.
 
 
  On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
  I get the following build failure doing 'ant clean main' in Cygwin:
 
 
  ...
  commons-jars:
 
  javacc-jar-check:
 
  javacc-jar:
 
  download-zip:
 
  get-zip:
[get] Getting:
  http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
[get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
  check-sum:
 
  untar-file:
 
  BUILD FAILED
  D:\asf\flex-sdk\build.xml:128: The following error occurred while
  executing this line:
  D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
  while executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:399: The following error
  occurred while executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:149: The following error
  occurred while executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
  D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
  Any ideas about why it can't expand javacc-5.0.tar.gz?
 
  - Gordon
 
  --
  Alex Harui
  Flex SDK Team
  Adobe Systems, Inc.
  http://blogs.adobe.com/aharui
 
 
  --
  Alex Harui
  Flex SDK Team
  Adobe Systems, Inc.
  http://blogs.adobe.com/aharui
 

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




Re: flex-sdk build failure

2013-05-06 Thread Carlos Rovira
Seems like people on Mac doesn't have this problem?

El lunes, 6 de mayo de 2013, Alex Harui escribió:




 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.asjavascript:;
 wrote:

  I think the issue was that the http engine within ANT didn't like the
  protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
  in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui



-- 
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es


Re: flex-sdk build failure

2013-05-06 Thread Nicholas Kwiatkowski
Which Java JDK were you using?  I seem to remember that policy changing in
the 1.7 load...

BTW, I had the issue under Windows 7,x64,JDK 1.7


On Mon, May 6, 2013 at 11:47 AM, Alex Harui aha...@adobe.com wrote:




 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote:

  I think the issue was that the http engine within ANT didn't like the
  protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
  in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




Re: flex-sdk build failure

2013-05-06 Thread Erik de Bruin
I'm on a Mac and had this problem. OSX 10.8; Java version 1.6.0_45.

EdB



On Mon, May 6, 2013 at 6:11 PM, Carlos Rovira
carlos.rov...@codeoscopic.com wrote:
 Seems like people on Mac doesn't have this problem?

 El lunes, 6 de mayo de 2013, Alex Harui escribió:




 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.asjavascript:;
 wrote:

  I think the issue was that the http engine within ANT didn't like the
  protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
  in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui



 --
 Carlos Rovira
 Director de Tecnología
 M: +34 607 22 60 05
 F:  +34 912 94 80 80
 http://www.codeoscopic.com
 http://www.directwriter.es
 http://www.avant2.es



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: flex-sdk build failure

2013-05-06 Thread Alex Harui



On 5/6/13 9:28 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote:

 Which Java JDK were you using?  I seem to remember that policy changing in
 the 1.7 load...
 
 BTW, I had the issue under Windows 7,x64,JDK 1.7
Ok, could be.  I'm on 1.6.
 
 
 On Mon, May 6, 2013 at 11:47 AM, Alex Harui aha...@adobe.com wrote:
 
 
 
 
 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote:
 
 I think the issue was that the http engine within ANT didn't like the
 protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
 in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



RE: flex-sdk build failure

2013-04-30 Thread Kessler CTR Mark J

   They do maintenance sometimes and redirect all there traffic to the 
maintenance message.   What I do now is copy the whole IN folder out of the sdk 
and replace it after a clean.  The only other way to get around it is to 
download the file from a different source.

-Mark

-Original Message-
From: Gordon Smith [mailto:gosm...@adobe.com] 
Sent: Tuesday, April 30, 2013 12:18 AM
To: dev@flex.apache.org
Subject: flex-sdk build failure

I get the following build failure doing 'ant clean main' in Cygwin:


...
commons-jars:

javacc-jar-check:

javacc-jar:

download-zip:

get-zip:
  [get] Getting: 
http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
  [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

check-sum:

untar-file:

BUILD FAILED
D:\asf\flex-sdk\build.xml:128: The following error occurred while executing 
this line:
D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
D:\asf\flex-sdk\in\javacc-5.0.tar.gz


Any ideas about why it can't expand javacc-5.0.tar.gz?

- Gordon


RE: flex-sdk build failure

2013-04-30 Thread Gordon Smith
That doesn't seem to be the problem. I can download this file manually. But Ant 
is downloading a 0 byte file. It must be a problem in the Ant script. Is this a 
new addition?

- Gordon

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Monday, April 29, 2013 10:09 PM
To: dev@flex.apache.org
Subject: Re: flex-sdk build failure

I think every once in a while, that download fails for a while.  Maybe that 
server goes off-line or something.


On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:

 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon

--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: flex-sdk build failure

2013-04-30 Thread Alex Harui
I assume you've manually deleted that 0 byte file before each attempt to
build?  I've had bad downloads create a bad fail that doesn't have delete
permissions.

What is the console output around that download now?  Is it the same as
before?


On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:

 That doesn't seem to be the problem. I can download this file manually. But
 Ant is downloading a 0 byte file. It must be a problem in the Ant script. Is
 this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.  Maybe that
 server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



RE: flex-sdk build failure

2013-04-30 Thread Gordon Smith
I've been doing 'ant clean main' and I've verified that 'ant clean' by itself 
deletes that file (and the entire 'in' directory).

The console output is the same:

...
commons-jars:

javacc-jar-check:

javacc-jar:

download-zip:

get-zip:
  [get] Getting: 
http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
  [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

check-sum:

untar-file:

BUILD FAILED
D:\asf\flex-sdk\build.xml:128: The following error occurred while executing 
this line:
D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
D:\asf\flex-sdk\in\javacc-5.0.tar.gz

- Gordon

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, April 30, 2013 11:10 AM
To: dev@flex.apache.org
Subject: Re: flex-sdk build failure

I assume you've manually deleted that 0 byte file before each attempt to build? 
 I've had bad downloads create a bad fail that doesn't have delete permissions.

What is the console output around that download now?  Is it the same as before?


On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:

 That doesn't seem to be the problem. I can download this file 
 manually. But Ant is downloading a 0 byte file. It must be a problem 
 in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.  Maybe 
 that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



RE: flex-sdk build failure

2013-04-30 Thread Gordon Smith
I had the same problem after pulling your change. Do you use Cygwin?

- Gordon


-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, April 30, 2013 12:16 PM
To: dev@flex.apache.org
Subject: Re: flex-sdk build failure

I was able to reproduce your situation.

I updated the build script to use the latest URL and it seemed to work for me.  
I think ant doesn't follow redirects all of the time.  Hopefully the new URL is 
a more permanent home and not temporary.


On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:

 I've been doing 'ant clean main' and I've verified that 'ant clean' by 
 itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each attempt 
 to build?  I've had bad downloads create a bad fail that doesn't have 
 delete permissions.
 
 What is the console output around that download now?  Is it the same 
 as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file 
 manually. But Ant is downloading a 0 byte file. It must be a problem 
 in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.  
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: flex-sdk build failure

2013-04-30 Thread Alex Harui
No, I'm on mac.


On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:

 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully the new URL
 is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean' by
 itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each attempt
 to build?  I've had bad downloads create a bad fail that doesn't have
 delete permissions.
 
 What is the console output around that download now?  Is it the same
 as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file
 manually. But Ant is downloading a 0 byte file. It must be a problem
 in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: flex-sdk build failure

2013-04-30 Thread Alex Harui
I ran on Windows.  It is still building, but it downloaded javacc correctly.


On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:

 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to work for
 me.
 I think ant doesn't follow redirects all of the time.  Hopefully the new URL
 is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean' by
 itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each attempt
 to build?  I've had bad downloads create a bad fail that doesn't have
 delete permissions.
 
 What is the console output around that download now?  Is it the same
 as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file
 manually. But Ant is downloading a 0 byte file. It must be a problem
 in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



RE: flex-sdk build failure

2013-04-30 Thread Gordon Smith
Windows with Command Prompt or Windows with Cygwin?

- Gordon

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, April 30, 2013 1:36 PM
To: dev@flex.apache.org
Subject: Re: flex-sdk build failure

I ran on Windows.  It is still building, but it downloaded javacc correctly.


On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:

 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to 
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully the 
 new URL is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean' 
 by itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each 
 attempt to build?  I've had bad downloads create a bad fail that 
 doesn't have delete permissions.
 
 What is the console output around that download now?  Is it the same 
 as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file 
 manually. But Ant is downloading a 0 byte file. It must be a 
 problem in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: flex-sdk build failure

2013-04-30 Thread Alex Harui
Cygwin.  I changed the download url for javacc, what is it reporting now in
your console?


On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:

 Windows with Command Prompt or Windows with Cygwin?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I ran on Windows.  It is still building, but it downloaded javacc correctly.
 
 
 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:
 
 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully the
 new URL is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each
 attempt to build?  I've had bad downloads create a bad fail that
 doesn't have delete permissions.
 
 What is the console output around that download now?  Is it the same
 as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file
 manually. But Ant is downloading a 0 byte file. It must be a
 problem in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



RE: flex-sdk build failure

2013-04-30 Thread Gordon Smith
 [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz

- Gordon

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, April 30, 2013 2:16 PM
To: dev@flex.apache.org
Subject: Re: flex-sdk build failure

Cygwin.  I changed the download url for javacc, what is it reporting now in 
your console?


On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:

 Windows with Command Prompt or Windows with Cygwin?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I ran on Windows.  It is still building, but it downloaded javacc correctly.
 
 
 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:
 
 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to 
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully the 
 new URL is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each 
 attempt to build?  I've had bad downloads create a bad fail that 
 doesn't have delete permissions.
 
 What is the console output around that download now?  Is it the 
 same as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file 
 manually. But Ant is downloading a 0 byte file. It must be a 
 problem in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 

--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: flex-sdk build failure

2013-04-30 Thread Alex Harui
And then an error?

I noticed that I still didn't get the URL quite right.  Did you get a
redirect in the console?  Try fixing the URL so there is no redirect.


On 4/30/13 2:25 PM, Gordon Smith gosm...@adobe.com wrote:

  [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 Cygwin.  I changed the download url for javacc, what is it reporting now in
 your console?
 
 
 On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:
 
 Windows with Command Prompt or Windows with Cygwin?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I ran on Windows.  It is still building, but it downloaded javacc correctly.
 
 
 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:
 
 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully the
 new URL is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each
 attempt to build?  I've had bad downloads create a bad fail that
 doesn't have delete permissions.
 
 What is the console output around that download now?  Is it the
 same as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file
 manually. But Ant is downloading a 0 byte file. It must be a
 problem in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com

RE: flex-sdk build failure

2013-04-30 Thread Gordon Smith
 And then an error?

Yes, the same error, because the file is 0 bytes. The output is below.

 Did you get a redirect in the console?  

I don't think so. How does it show up?

- Gordon

javacc-jar-check:

javacc-jar:

download-zip:

get-zip:
  [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
  [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

check-sum:

untar-file:

BUILD FAILED
D:\asf\flex-sdk\build.xml:128: The following error occurred while executing 
this line:
D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
D:\asf\flex-sdk\in\javacc-5.0.tar.gz

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, April 30, 2013 2:30 PM
To: dev@flex.apache.org
Subject: Re: flex-sdk build failure

And then an error?

I noticed that I still didn't get the URL quite right.  Did you get a redirect 
in the console?  Try fixing the URL so there is no redirect.


On 4/30/13 2:25 PM, Gordon Smith gosm...@adobe.com wrote:

  [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 Cygwin.  I changed the download url for javacc, what is it reporting 
 now in your console?
 
 
 On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:
 
 Windows with Command Prompt or Windows with Cygwin?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I ran on Windows.  It is still building, but it downloaded javacc correctly.
 
 
 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:
 
 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to 
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully 
 the new URL is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while 
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred 
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error 
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each 
 attempt to build?  I've had bad downloads create a bad fail that 
 doesn't have delete permissions.
 
 What is the console output around that download now?  Is it the 
 same as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file 
 manually. But Ant is downloading a 0 byte file. It must be a 
 problem in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get

Re: flex-sdk build failure

2013-04-30 Thread Alex Harui
For me, there is a third [get] line that says  moved to 

Try changing the URL to https://java.net/downloads/javacc/javacc-5.0.tar.gz

I'm wondering if your cygwin or ant setup prevents redirects.

On 4/30/13 2:33 PM, Gordon Smith gosm...@adobe.com wrote:

 And then an error?
 
 Yes, the same error, because the file is 0 bytes. The output is below.
 
 Did you get a redirect in the console?
 
 I don't think so. How does it show up?
 
 - Gordon
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while executing
 this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:30 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 And then an error?
 
 I noticed that I still didn't get the URL quite right.  Did you get a redirect
 in the console?  Try fixing the URL so there is no redirect.
 
 
 On 4/30/13 2:25 PM, Gordon Smith gosm...@adobe.com wrote:
 
  [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 Cygwin.  I changed the download url for javacc, what is it reporting
 now in your console?
 
 
 On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:
 
 Windows with Command Prompt or Windows with Cygwin?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I ran on Windows.  It is still building, but it downloaded javacc correctly.
 
 
 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:
 
 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully
 the new URL is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each
 attempt to build?  I've had bad downloads create a bad fail that
 doesn't have delete permissions.
 
 What is the console output around that download now?  Is it the
 same as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
 That doesn't seem to be the problem. I can download this file
 manually. But Ant is downloading a 0 byte file. It must be a
 problem in the Ant script. Is this a new addition?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, April 29, 2013 10:09 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I think every once in a while, that download fails for a while.
 Maybe that server goes off-line or something.
 
 
 On 4/29/13 9:17 PM, Gordon Smith

Re: flex-sdk build failure

2013-04-30 Thread Alex Harui
I left my windows machine at the office.  I think I'm on 1.8 or so.  But I
do recall documentation on ant about whether it follows redirects or not.


On 4/30/13 3:07 PM, Gordon Smith gosm...@adobe.com wrote:

 That URL works for me. Thanks.
 
 What version of Ant are you using on Windows? I'm using 1.7.1.
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:39 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 For me, there is a third [get] line that says  moved to 
 
 Try changing the URL to https://java.net/downloads/javacc/javacc-5.0.tar.gz
 
 I'm wondering if your cygwin or ant setup prevents redirects.
 
 On 4/30/13 2:33 PM, Gordon Smith gosm...@adobe.com wrote:
 
 And then an error?
 
 Yes, the same error, because the file is 0 bytes. The output is below.
 
 Did you get a redirect in the console?
 
 I don't think so. How does it show up?
 
 - Gordon
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:30 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 And then an error?
 
 I noticed that I still didn't get the URL quite right.  Did you get a
 redirect in the console?  Try fixing the URL so there is no redirect.
 
 
 On 4/30/13 2:25 PM, Gordon Smith gosm...@adobe.com wrote:
 
  [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 Cygwin.  I changed the download url for javacc, what is it reporting
 now in your console?
 
 
 On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:
 
 Windows with Command Prompt or Windows with Cygwin?
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I ran on Windows.  It is still building, but it downloaded javacc
 correctly.
 
 
 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:
 
 No, I'm on mac.
 
 
 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:
 
 I had the same problem after pulling your change. Do you use Cygwin?
 
 - Gordon
 
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I was able to reproduce your situation.
 
 I updated the build script to use the latest URL and it seemed to
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully
 the new URL is a more permanent home and not temporary.
 
 
 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:
 
 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).
 
 The console output is the same:
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 - Gordon
 
 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure
 
 I assume you've manually deleted that 0 byte file before each
 attempt to build?  I've had bad downloads create a bad fail that
 doesn't have delete permissions.
 
 What is the console output around that download now?  Is it the
 same as before?
 
 
 On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote

flex-sdk build failure

2013-04-29 Thread Gordon Smith
I get the following build failure doing 'ant clean main' in Cygwin:


...
commons-jars:

javacc-jar-check:

javacc-jar:

download-zip:

get-zip:
  [get] Getting: 
http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
  [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

check-sum:

untar-file:

BUILD FAILED
D:\asf\flex-sdk\build.xml:128: The following error occurred while executing 
this line:
D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred while 
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding 
D:\asf\flex-sdk\in\javacc-5.0.tar.gz


Any ideas about why it can't expand javacc-5.0.tar.gz?

- Gordon


Re: flex-sdk build failure

2013-04-29 Thread Alex Harui
I think every once in a while, that download fails for a while.  Maybe that
server goes off-line or something.


On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:

 I get the following build failure doing 'ant clean main' in Cygwin:
 
 
 ...
 commons-jars:
 
 javacc-jar-check:
 
 javacc-jar:
 
 download-zip:
 
 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 check-sum:
 
 untar-file:
 
 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while executing
 this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
 Any ideas about why it can't expand javacc-5.0.tar.gz?
 
 - Gordon

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui