On 1/27/14 2:24 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:

>On Mon, Jan 27, 2014 at 1:09 PM, Alex Harui <aha...@adobe.com> wrote:
>
>>
>>
>> On 1/27/14 12:37 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:
>>
>> >On Mon, Jan 27, 2014 at 12:33 PM, Alex Harui <aha...@adobe.com> wrote:
>> >
>> >> Justin suggested that the installer should save downloads in a
>>central
>> >> location on the users computer so that if multiple SDKs are installed
>> >>that
>> >> use, for instance, the huge AIR SDK, it only gets downloaded once.
>> >>
>> >>
>> >As a developer/architect, I would prefer to have control over where the
>> >SDKs are stored.  How about prompting the user to select this folder
>> >first?  If user chooses to skip this, we would simply download the SDKs
>> >every time.
>> First, let me make sure I was clear.  This is about where to store a
>> downloaded compressed artifact, not where we expand it.  For example,
>> where we would store AdobeAIRSDK.tbz since it gets downloaded and
>>expanded
>> by both the Flex SDK and FlexJS SDK.  I don't think we can control where
>> we store and shore a single uncompressed AdobeAIRSDK because the IDEs
>>are
>> expecting those files in the installation folder.
>> We could have folks choose the folder, but it would be nice if the ant
>> scripts can also leverage a central repository of compressed files
>>without
>> having to prompt the user from the command line.
>>
>>
>
>Yes, got it.  What I am proposing is to prompt the user to point to a 'AIR
>SDK.zip, etc. storage cache' that we will reuse from.  This prompt will be
>shown only the first time which the user can chose to ignore.  In that
>case, we will download artifacts to <installation_dir>/temp and delete the
>temp directory later.  But if the user does select a 'storage cache', we
>will use that to store downloaded artifacts.  On subsequent installs, the
>Installer will look at the cache and if nothing is found, it would
>download
>it via the net.
>
We can certainly do that. I was just hoping for a less interactive
solution.  I just checked in the ant scripts for the main Flex SDK that
the new installer will use (once the jenkins server generates new release
artifacts).  I'm still not clear on what kinds of installers we will offer
to our Linux users.  I think there are some issues on Linux and some other
non-Linux places about requiring the installation of the AIR runtime in
order to run the installer.  One of the benefits of the ant scripts is
that I think it gives the Linux user a choice.  They can either install
AIR and run the installer, or download the binary kit, expand it, and run
ant -f installer.xml if they have Ant installed.  So I was hoping a pure
Ant install could also find/use this cache of downloads.

Thoughts?
-Alex

Reply via email to