You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Dolly <do...@webrandit.co.uk> on 2015/10/16 18:17:15 UTC

Re: [FlexJS] Stub for Video Component

I am getting the same error while compiling databindingexample using FlexJs
(JS COMPC) and no, my console doesnot start with Using Falcon codebase:
/Users/aharui/ApacheFlexJSNightly2/js/bin/../.. 

(swf works fine)

This is what my console shows -
 exception 'java.io.FileNotFoundException:
C:\project_FlexJS\FlexJSTest\.flexLibProperties' while setting variable ''
	at
org.apache.flex.compiler.internal.config.FlashBuilderConfigurator$FlexLibPropertiesReader.read(FlashBuilderConfigurator.java:406)
	at
org.apache.flex.compiler.internal.config.FlashBuilderConfigurator.computeFlashBuilderArgs(FlashBuilderConfigurator.java:102)
	at org.apache.flex.compiler.clients.MXMLJSC.configure(MXMLJSC.java:691)
	at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:336)
	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:272)
	at
org.apache.flex.compiler.clients.COMPJSC.staticMainNoExit(COMPJSC.java:155)
	at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:103)
using FlashBuilder Project Files
FlashBuilder settings:
    -locale
    en_US
    -source-path+=C:\project_FlexJS\FlexJSTest/src
    -compiler.accessible=true
    -output=C:\project_FlexJS\FlexJSTest/bin-release/FlexJSTest.swc
    -library-path+=C:\project_FlexJS\FlexJSTest/libs
    -js-output-type=FLEXJS
    -sdk-js-lib=C:\Program Files\Apache
Flex\FlexJs0.5.0\js\bin\..\..\frameworks\js\FlexJS\src
    -fb
nothing was specified to be included in the library.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Stub-for-Video-Component-tp49045p49573.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Stub for Video Component

Posted by Alex Harui <ah...@adobe.com>.

On 10/16/15, 9:17 AM, "Dolly" <do...@webrandit.co.uk> wrote:

>I am getting the same error while compiling databindingexample using
>FlexJs
>(JS COMPC) and no, my console doesnot start with Using Falcon codebase:
>/Users/aharui/ApacheFlexJSNightly2/js/bin/../..

Hi, to compile DataBindingExample, you would use the “FlexJS (FalconJX
Debug And Release Build” configuration, not the “FlexJS (JS COMPC)”
configuration.  “FlexJS (JS COMPC)” is for library projects.

HTH,
-Alex