On 9/10/12 5 :11PM, "Alex Harui" <aha...@adobe.com> wrote:

>Hitting the swc's URL from the browser seemed to then let the Ant script
>get
>it.  That seems like a rough spot.
>
>I am going to vote -1 for now because of the following minor things or
>things I may just need to know how to do:
>
>1) READme (why is this file capitalized the way it is?

I think Om fixed that.  It should be README in the source tree but READme
on the distro site so it is visible.

>2) FlashPlayerGlobal.swc - not the right name
>3) "global swc" - again not the right name.
>
>4) Om's key not in central Flex KEYS file or I'm don't understand how to
>verify a signature.

>
>5) Ant build did not pick up environment variables.  I had to use
>-DFLEX_HOME and -DAIR_HOME

If you read the README, AIR_HOME can be an environment variable but
FLEX_HOME can not - you need to set it on the command line or in
build.properties.  I have an AIR_HOME environment variable.  I always
forget to specify -DFLEX_HOME=/path/to/flex but I remember when I get the
error.

>
>6) After getting the script to download the AS3Commons, the build failed
>with:
>/Users/aharui/Work/apache-flex-sdk-installer-1.0.1-incubating-src/installe
>r/
>build.xml:237: java.lang.NoClassDefFoundError:
>com/google/common/base/Function

I'm home now.  It worked fine.  I didn't have to hit anything in the
browser but as I said earlier I couldn't get to it from the Adobe network
today.

Carol

>
>-Alex
>
>
>On 9/10/12 1:49 PM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>
>> If you paste the URL that seems to be causing the problem into a
>> browser, does the .swc download?
>> 
>> EdB
>> 
>> 
>> 
>> On Mon, Sep 10, 2012 at 10:14 PM, Carol Frampton <cfram...@adobe.com>
>>wrote:
>>> 
>>> 
>>> On 9/10/12 4 :06PM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>>> 
>>>> Carol,
>>>> 
>>>> I am unable to reproduce what you're seeing. Either through running
>>>> the build script or as a direct download (paste URL in browser), the
>>>> link works fine.
>>>> 
>>>> Maybe something local on your side? A firewall, proxy or overly eager
>>>> virus scanner (I know you're on a Mac, but one never knows ;-))?
>>> 
>>> I've tried from both the Adobe corporate network where I've built this
>>> many times and my local Starbucks so two totally different networks.
>>> 
>>> Carol
>>> 
>>>> 
>>>> EdB
>>>> 
>>>> 
>>>> 
>>>> On Mon, Sep 10, 2012 at 9:43 PM, Carol Frampton <cfram...@adobe.com>
>>>> wrote:
>>>>> +0
>>>>> 
>>>>> Unfortunately I've been getting this all day so I can't vote since I
>>>>> can't
>>>>> verify the build.
>>>>> 
>>>>> get-as3commons.swc:
>>>>>     [mkdir] Created dir:
>>>>> /Users/cframpto/dev/flex/utilities/trunk/installer/libs
>>>>>       [get] Getting:
>>>>> 
>>>>> 
>>>>>http://projects.yoolab.org/maven/content/repositories/releases/org/as3
>>>>>com
>>>>> mo
>>>>> ns/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc
>>>>>       [get] To:
>>>>> 
>>>>> 
>>>>>/Users/cframpto/dev/flex/utilities/trunk/installer/libs/as3commons-zip
>>>>>-1.
>>>>> 0.
>>>>> 0-alpha.1.swc
>>>>>       [get] Error getting
>>>>> 
>>>>> 
>>>>>http://projects.yoolab.org/maven/content/repositories/releases/org/as3
>>>>>com
>>>>> mo
>>>>> ns/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc to
>>>>> 
>>>>> 
>>>>>/Users/cframpto/dev/flex/utilities/trunk/installer/libs/as3commons-zip
>>>>>-1.
>>>>> 0.
>>>>> 0-alpha.1.swc
>>>>> 
>>>>> BUILD FAILED
>>>>> /Users/cframpto/dev/flex/utilities/trunk/installer/build.xml:214:
>>>>> java.net.UnknownHostException: projects.yoolab.org
>>>>> 
>>>>> Cqrol
>>>>> 
>>>>> 
>>>>> On 9/7/12 8 :00PM, "Om" <bigosma...@gmail.com> wrote:
>>>>> 
>>>>>> Hi folks,
>>>>>> 
>>>>>> After the -1 bloodbath of the first VOTE, we are trying again :-)
>>>>>> 
>>>>>> This is the first official release of the InstallApacheFlex AIR
>>>>>> application.  The official Apache distribution is the source kit
>>>>>>which
>>>>>> can
>>>>>> contains only source.
>>>>>> 
>>>>>> The source distributions for Windows and Mac are available here:
>>>>>> http://people.apache.org/~bigosmallm/installapacheflex_RC2/
>>>>>> 
>>>>>> We are have binary distributions as a convenience for the respective
>>>>>> platforms, available here:
>>>>>> http://people.apache.org/~bigosmallm/installapacheflex_RC2/binaries/
>>>>>> 
>>>>>> Along with the installer, we are releasing the 'badge installer'
>>>>>>that
>>>>>> can
>>>>>> be embedded in our site as well as third-party websites.  Here is a
>>>>>> preview:
>>>>>> http://incubator.apache.org/flex/installer.html
>>>>>> 
>>>>>> Here are the list of things fixed after the feedback received from
>>>>>>the
>>>>>> first vote:
>>>>>> 
>>>>>> 1.  Removed mention of AS3CoreLib library in the NOTICE
>>>>>> 2.  Cleaned up the LICENCE by removing unncessary stuff
>>>>>> 3.  Removed ./src/assets/fonts/open-sans/Apache License Version
>>>>>>2.txt
>>>>>> and
>>>>>> merged the font license details into the LICENCE file.
>>>>>> 4.  Removed IDE specific files - .project, etc. from the source
>>>>>> distribution
>>>>>> 5.  Removed unnecessary variables in build.properties file that were
>>>>>> referencing the apache.org site.
>>>>>> 6.  Created the following JIRA issues describing:
>>>>>>    a.  Procedure for signing the InstallApacheFlex releases:
>>>>>> https://issues.apache.org/jira/browse/FLEX-33186
>>>>>>    b.  Explanation of how the preferred mirror urls are used when
>>>>>> downloading Apache artifacts:
>>>>>> https://issues.apache.org/jira/browse/FLEX-33187
>>>>>> 7.  Fixed problem which cause installation to be aborted after
>>>>>> attempting
>>>>>> to download the swfobject files.
>>>>>> 8.  Fixed issue with the source package creation process which was
>>>>>> causing
>>>>>> the fonts and png files to get corrupted.  This should fix the
>>>>>>various
>>>>>>    related compilation issues.
>>>>>> 9.  The prerequiste "/common" project is now being distributed in
>>>>>>the
>>>>>> source package as well.
>>>>>> 10. Cleaned up the READme file to include more comprehensive
>>>>>>information
>>>>>> about the build process.  Fixed multiple typos.
>>>>>> 11. Created a new RELEASE_GUIDE file that describes the process to
>>>>>> release
>>>>>> InstallApacheFlex
>>>>>> 12. Cleaned up issues that showed up in the rat.report.
>>>>>> 13. Moved the READme file to the top level in the source
>>>>>>distribution
>>>>>> package.
>>>>>> 14. Added a 'Disclaimer' link in the Installer app that points to
>>>>>>the
>>>>>> disclaimer page here:
>>>>>> http://incubator.apache.org/flex/installer-disclaimer.html
>>>>>> 
>>>>>> Before voting please review the section,
>>>>>> "What are the ASF requirements on approving a release?", at
>>>>>> http://www.apache.org/dev/release.html#approving-a-release
>>>>>> 
>>>>>> Please vote to approve this release:
>>>>>> 
>>>>>> [ ] +1 Approve the release
>>>>>> [ ] -1 Veto the release (please provide specific comments)
>>>>>> 
>>>>>> This vote will be open for at least 72 hours.
>>>>>> 
>>>>>> Regards,
>>>>>> Om & Erik
>>>>>> Apache Flex PPMC members + Release managers
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> Ix Multimedia Software
>>>> 
>>>> Jan Luykenstraat 27
>>>> 3521 VB Utrecht
>>>> 
>>>> T. 06-51952295
>>>> I. www.ixsoftware.nl
>>> 
>> 
>> 
>
>-- 
>Alex Harui
>Flex SDK Team
>Adobe Systems, Inc.
>http://blogs.adobe.com/aharui
>

Reply via email to