You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by kamcknig <ka...@gmail.com> on 2018/10/03 15:30:09 UTC

New install of 4.16.1 and air 31 missing things for build

On a fresh install using the installer of the Flex SDK 4.16.1 and AIR 31,
when I run the ant main target from the base folder, it fails on the
thirdparty-downloads target on line 158 because the modules folder doesn't
exist.

Kyle



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: New install of 4.16.1 and air 31 missing things for build

Posted by kamcknig <ka...@gmail.com>.
The solution is that you cannot use the installer as it uses the binary
packages. You must use the source code if you are trying to build the SDK
yourself.

The installer itself at that time I had the issue was working fine, it was
just building from the SDK from the installer files did not work.

Kyle



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: New install of 4.16.1 and air 31 missing things for build

Posted by Tucsonjhall <Jh...@cactusware.com>.
Trying to download the latest using the Apache Flex Installer and it bombs
out part way through. Is this still an issue? 



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: New install of 4.16.1 and air 31 missing things for build

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Good to know.  Feel free to submit the build.xml changes as a pull request.

Thanks,
-Alex

On 10/12/18, 1:24 PM, "kamcknig" <ka...@gmail.com> wrote:

    I was able to compile from the source, thank you!
    
    I did however have to update the build.xml file to set more SWF versions
    because it stops version 35
    
    
    
    --
    Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C4af5ea484e10434957d508d63080b288%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749726642818864&amp;sdata=wM0%2F95X01076OI1w0rB3Cn3VIzLkGeOUO9nKYFtow%2BA%3D&amp;reserved=0
    


Re: New install of 4.16.1 and air 31 missing things for build

Posted by kamcknig <ka...@gmail.com>.
I was able to compile from the source, thank you!

I did however have to update the build.xml file to set more SWF versions
because it stops version 35



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: New install of 4.16.1 and air 31 missing things for build

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Kyle,

The Flex binary package that the installer uses does not contain a modules folder and probably some other files.  It is intended for using the binaries.

If you want to make changes to the source, get a source package or the repos.

HTH,
-Alex

On 10/10/18, 10:02 AM, "kamcknig" <ka...@gmail.com> wrote:

    I have included two log files, the normal one, and one with verbose logging=
    
    
    I also noticed that playerglobal.version, playerglobal.swfversion and
    air.version aren't updated in the build.properties of the root folder of
    the SDK when using the apache installer to install the latest versions of
    the AIR and Flex framework so the ant build fails with this error until
    those are set properly
    
    check-playerglobal-home:
         [echo] PLAYERGLOBAL_HOME is
    C:\development\libraries\apache\flex_air\flex_4.16.1_air_31\frameworks\libs=
    \player
         [echo] playerglobal.version is 27.0
    
    Kyle
    
    flex_logging_without_verbose.txt
    <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2Ffile%2Ft871%2Fflex_logging_without_verbose.txt&amp;data=02%7C01%7Caharui%40adobe.com%7C76ca26229fa04e3c5b7608d62ed232c8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747877663552410&amp;sdata=0n2wL0SmAQ%2B4PBzRXJ4W9DT4my5TvKyYpRQzevRWPPQ%3D&amp;reserved=0>  
    flex_build_log.txt
    <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2Ffile%2Ft871%2Fflex_build_log.txt&amp;data=02%7C01%7Caharui%40adobe.com%7C76ca26229fa04e3c5b7608d62ed232c8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747877663552410&amp;sdata=%2FbaivQWftBxkm1cTc0lCj6ucmIrh6A8g%2BbXXzkEDKVU%3D&amp;reserved=0>  
    
    
    
    
    --
    Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C76ca26229fa04e3c5b7608d62ed232c8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747877663562410&amp;sdata=gqZIdw%2Fdbyd3tlNMNLpFkYnEoflEu0IKyGcSgaZHwbQ%3D&amp;reserved=0
    


Re: New install of 4.16.1 and air 31 missing things for build

Posted by kamcknig <ka...@gmail.com>.
I have included two log files, the normal one, and one with verbose logging=


I also noticed that playerglobal.version, playerglobal.swfversion and
air.version aren't updated in the build.properties of the root folder of
the SDK when using the apache installer to install the latest versions of
the AIR and Flex framework so the ant build fails with this error until
those are set properly

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is
C:\development\libraries\apache\flex_air\flex_4.16.1_air_31\frameworks\libs=
\player
     [echo] playerglobal.version is 27.0

Kyle

flex_logging_without_verbose.txt
<http://apache-flex-users.2333346.n4.nabble.com/file/t871/flex_logging_without_verbose.txt>  
flex_build_log.txt
<http://apache-flex-users.2333346.n4.nabble.com/file/t871/flex_build_log.txt>  




--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: New install of 4.16.1 and air 31 missing things for build

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Please post the log.

Thanks,
-Alex

On 10/3/18, 8:30 AM, "kamcknig" <ka...@gmail.com> wrote:

    On a fresh install using the installer of the Flex SDK 4.16.1 and AIR 31,
    when I run the ant main target from the base folder, it fails on the
    thirdparty-downloads target on line 158 because the modules folder doesn't
    exist.
    
    Kyle
    
    
    
    --
    Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ceb331a7d0bc54687fbe908d629451d75%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741774159701369&amp;sdata=UeHJCIBMYwZiyONRV6hHZSXHYNRzAxeE1SNJL%2F5nmtA%3D&amp;reserved=0