Josh Tynjala wrote
> I'm guessing that you didn't update the compiler before building the SDK.
> I
> think that fxg-base-class is a somewhat new compiler option.

Hi Josh,

We downloaded all these following packages fresh before start our Ant SDK
build:

- flex-asjs
- flex-falcon
- flex-blazeds
- flex-flexunit
- flex-sdk
- flex-tlf
- flex-typedefs

Piotr mentioned that new compiler options we need updated flex-falcon
builds. 

Inside our binary distribution folder, and before running "*ant -f
installer.xml*" inside the folder, we downloaded most last and latest
compiled versions of flex-falcon from here
http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBuild/artifact/
to "*in*" folder. I guess flex-falcon requires in this step of Ant
procedure. 

Upon running "ant -f installer.xml" we had no trouble and we have produced
with a complete FlexJS 0.9.0 SDK as well. 

But when build running on a basic FlexJS project, we're continue to get this
error:

> : -optimize=false
> : -compiler.targets=JSFLEX
> : Unknown tag:compiler.fxg-base-class
> : Unknown tag:compiler.fxg-base-class
> :
> E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.9.0-bin\frameworks\flex-config.xml(127):
> col: 0 unknown configuration variable 'compiler.fxg-base-class'.
> :
> E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.9.0-bin\frameworks\flex-config.xml
> (line: 127)
> : 
> :       
> <fxg-base-class>
> flash.display.Sprite
> </fxg-base-class>
> : 
> : 
> :
> E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.9.0-bin\frameworks\flex-config.xml(127):
> col: 0 unknown configuration variable 'compiler.fxg-base-class'.
> :
> E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.9.0-bin\frameworks\flex-config.xml
> (line: 127)
> : 
> :       
> <fxg-base-class>
> flash.display.Sprite
> </fxg-base-class>

Per Piotr's temporary solution, if I comment out that line#127 from
flex-config, I able to build/run a project; Although, I don't know what it's
(removal) long time effect.

Thanks!



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Failing-build-for-simple-example-tp63695p63697.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to