-
Notifications
You must be signed in to change notification settings - Fork 11
3.2.18 on Windows - tld tasks #11
Comments
I'm also having this problem. CONFIG::secondaryDomains is defined in build.xml on line 244. I tried an experiment and switched lines 244 and 243 of build.xml. Then when I compiled it gave the same error for both the secondaryDomains and FLASH_10_1 variables. EDIT: I figured it out. The variable in build.xml on line 244 needs single quotes around it, which it was missing. <arg line="-define+=CONFIG::secondaryDomains,'${secondary-domains-quoted}'"/> EDIT 2: Also needed to do that with these three lines: <arg line="-define+=CONFIG::versionStatus,'${version-status-quoted}'"/> |
Hello, I am having a similar issue. If I try to build the player, this fix works, but when I try to build a specific plugin (securestreaming) I keep getting this error. Have you guys had this same issue? Thanks in advance. |
the plugins won't build individually now im afraid this can be done easily by adding it to the main build file see https://github.com/flowplayer/flash-build/blob/master/build.properties plugin.buildfiles= add the paths here. In terms of overriding the build variables, this is made possible by placing a core.properties file into your user home directory and override the settings from there. |
I am using this new approach already. I was able to compile almost every plugin individually by simply going to their folder and issuing the ant command. The problem is specific to the securestreaming and its secondaryDomains property (which seems to be a paid version feature). |
Read above. it has domain locking feature capabilities. The domain functions have seperated the tld domains. Instead of modifying the build file simply include it to compile on the core player and it will build. You need the tld checkout also. |
Steps to reproduce the error:
Output:
|
That error was only happening on Windows. Today I set up a Mac development environment and was able to comiple (without even adding the single quotes). |
i compiled it successed on win7 without adding the single quotes |
I've got this building on Windows now, but I have no idea how to make the build output the commercial version of the swf. Anyone know how to do this? |
It's ant build-biz |
Thanks danrossi. I have one final issue. When I downloaded the executables for my website I got: flowplayer-3.2.13.min.js But now when I build the source I get this: flowplayer.commercial-3.2.18.swf which is fine, but for the javascript I get lots more files and none of them match the one I got on the download: flowplayer.bitrateselect-3.2.11.min.js Any clues why there is a difference? |
Trying to compile the latest master branch, I am having no luck.
I have a branch here: willwh@7e7150e which should have all of the changes needed for compiling on Windows, I would be happy to throw over a pull request with a Readme.md for compiling on Windows (I would be happy to maintain a branch of flash-build for windows compilation)
[exec] Loading configuration file C:\flex\frameworks\flex-config.xml
[exec] C:\flash\core\src\actionscript\org\flowplayer\view\Launcher.as(301): col: 116 Error: Access of undefined property secondaryDomains.
[exec]
[exec] _pluginLoader = new PluginLoader(URLUtil.playerBaseUrl, _pluginRegistry, this, useExternalInterface(), (CONFIG::secondaryDomains).split(" "));
[exec] ^
[exec]
[exec] C:\flash\core\src\actionscript\org\flowplayer\view\Launcher.as(301): col: 116 Error: Access of undefined property secondaryDomains.
[exec]
[exec] _pluginLoader = new PluginLoader(URLUtil.playerBaseUrl, _pluginRegistry, this, useExternalInterface(), (CONFIG::secondaryDomains).split(" "));
[exec] ^
[exec]
ant :
BUILD FAILED
C:\flash-build\build.xml:108: The following error occurred while executing this line:
C:\flash-build\build.xml:173: The following error occurred while executing this line:
C:\flash-build\build.xml:230: exec returned: 2
Total time: 8 seconds
The text was updated successfully, but these errors were encountered: