On 12/15/19, 12:08 AM, "pol2095" <pol2...@free.fr> wrote:

    You're right,
    but using Ant is-it possible to modify manually this file ?
    
In theory, yes.  I don’t think anyone has tried it.  The following ant 
variables are used:

air.sdk.url.server
air.sdk.url.folder
air.sdk.url.file
air.sdk.url.md5

flash.sdk.url.server
flash.sdk.url.folder
flash.sdk.url.file
flash.sdk.url.md5    
    
You can specify these on the command line, or create a local.properties file in 
the same folder as installer.xml

The first 3 are concatenated to form the URL for the download.  The last is the 
MD5 of the download.  Since you'll probably have to download the SDK to compute 
its checksum, you can probably just use file:// as the server variable to point 
to the download and not have to re-download the large SDKs.

You can compute the MD5 using the build.xml in the SDK:
ant md5 -Dfile=<path to file>

HTH,
-Alex



    --
    Sent from: 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ccf0e5a10403e4e2fd46e08d781360112%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637119941256110581&amp;sdata=I%2BALrecbkls9S0X9NHnTMxoEfDevZ6gLlxouEQhJYU0%3D&amp;reserved=0
    

Reply via email to