Re: AW: Compiling FlexJS

2015-09-23 Thread OmPrakash Muppirala
On Mon, Sep 21, 2015 at 1:08 AM, Maxim Solodovnik wrote: > Are you compiling with java8? > do you have "-Xdoclint:none" in javadoc plugin config? > > Maxim, Thanks for the tip. Yes, I am using Java8 and it appears to be very strict with HTML tags [1] I added the additionalparam="-Xdoclint:none"

Re: AW: Compiling FlexJS

2015-09-23 Thread OmPrakash Muppirala
On Mon, Sep 21, 2015 at 1:08 AM, Maxim Solodovnik wrote: > Are you compiling with java8? > do you have "-Xdoclint:none" in javadoc plugin config? > > Maxim, Thanks for the tip. Yes, I am using Java8 and it appears to be very strict with HTML tags [1] I added the additionalparam="-Xdoclint:none"

AW: AW: AW: [FLEXJS] Maven Packaging and Flexmojos Support

2015-09-23 Thread Christofer Dutz
Ok the falcon and flexjs artifacts are published, but I doubt I'll get FM deployed today as I'm currently required to go online using a Vodafone mobile connection and anyone in Germany knows that nothing is worse than a Vodafone connection :-( ... Sometimes I even think that having no connectio

Re: AW: AW: [FLEXJS] Maven Packaging and Flexmojos Support

2015-09-23 Thread OmPrakash Muppirala
On Wed, Sep 23, 2015 at 12:23 AM, Christofer Dutz wrote: > > Ok the falcon and flexjs artifacts are published, but I doubt I'll get FM > deployed today as I'm currently required to go online using a Vodafone > mobile connection and anyone in Germany knows that nothing is worse than a > Vodafone c

Re: AW: Compiling FlexJS

2015-09-23 Thread OmPrakash Muppirala
The swc files are still smaller and are missing several js files. Could this be a windows thing? On Wed, Sep 23, 2015 at 12:21 AM, OmPrakash Muppirala wrote: > On Mon, Sep 21, 2015 at 1:08 AM, Maxim Solodovnik > wrote: > >> Are you compiling with java8? >> do you have "-Xdoclint:none" in javad

Re: AW: Compiling FlexJS

2015-09-23 Thread OmPrakash Muppirala
Yeah, its a windows specific issue. frameworks/projects/{foo}/build.xml needs to run the lint-js target which does the copying of the cross-compiled js files into the swc. But this target depends on the gjslint and jslint targets, both of which are disabled on windows because these libraries are n

AW: AW: AW: [FLEXJS] Maven Packaging and Flexmojos Support

2015-09-23 Thread Christofer Dutz
In Frankfurt they started using Professional Hawk-Services (no kidding) to get rid of the pigeon plaque in the city ... quite effectively, I have to say ... so I might have some packet loss issues ;-) Chris Von: omup...@gmail.com im Auftrag von OmPrakas

Re: [CONTRIBUTION] Spark Components

2015-09-23 Thread Marcus Fritze
Any news about this donation of the spark components? Actually, I thought we already have a Spark PopUpButton…. Would be great to have this components in Flex SDK. Thanks. Marcus > Am 02.08.2012 um 16:52 schrieb Guthmann, Scott : > > Francois de Campredon: > >> I have created some Spark Comp

Re: AW: Compiling FlexJS

2015-09-23 Thread Alex Harui
It could certainly be Windows issue, but my read of the build.xml says that the copy-js target won’t affect the availability of .js files for the SWC. The copy-js target copies all .js files to a central folder so folks can monkey-patch the .js files without having to rebuild the SWCs. The re-

Re: [CONTRIBUTION] Spark Components

2015-09-23 Thread Marcus Fritze
To be honest, I don’t know. I am not the developer of the components. I didn’t tried the DateChooser. Maybe, the skin is not found or not set (which is in defaults.css). I only tried the PopUpButton, because I my project I need a easy skinnable PopUpButon. So I was looking for the Spark PopUpBut