Re: [FlexJS, Maven] Build library project type to js only swc

2017-04-04 Thread Christofer Dutz
Hi Piotr, You can tell Maven to skip the flash compilation by setting the configuration option “skipAS” to true. You can tell Maven to skip js by setting the configuration option “skipJS” to true. Think that was what you were looking for, correct? Chris Am 05.04.17, 07:48 schrieb "piotrz" :

Re: [FlexJS, Maven] Build library project type to js only swc

2017-04-04 Thread Alex Harui
FWIW, this should also be easier in the dual branch since there will then be a SWC for SWF and a SWC for JS and you could just skip the SWC for SWF. Someday, I hope to get back to the merge after getting these dependencies issues and the build fixed. -Alex On 4/4/17, 10:48 PM, "piotrz" wrote:

Re: [FlexJS, Maven] Build library project type to js only swc

2017-04-04 Thread piotrz
Hi Harbs, It look like to me that Maven is doing everything what you are showing me in build.xml at some point automatically. Cause generated by maven compile config look similar to yours. I get errors when compile-as-config.xml is being processed. Error: Missing builtin type Object When comp

Re: [FlexJS, Maven] Build library project type to js only swc

2017-04-04 Thread Harbs
Take a look at what I did here: https://github.com/unhurdle/cep-flexjs/tree/master/CEPTools > On Apr 4, 2017, at 7:04 PM, piotrz wrote: > > Hi All, > > I have need to built some FlexJS library which contains my components to JS > on

[FlexJS, Maven] Build library project type to js only swc

2017-04-04 Thread piotrz
Hi All, I have need to built some FlexJS library which contains my components to JS only swc. How actually should I do this ? Let's take as a reference HTML module in our framework [1]. During build it is checking whether something is COMPILE::JS or COMPILE:SWF - I would like to avoid it in my bu

Re: [FlexJS] flex-asjs build failing

2017-04-04 Thread Christofer Dutz
Hi Yishay, You don’t need to copy it to “JAVA_HOME/lib/security”, but to “JAVA_HOME/jre/lib/security” … I did that wrong too, when I tried it first. Chris Am 20.03.17, 12:01 schrieb "yishayw" : Here's [1] what -X flag shows. This [3] led my to download [2] place it under JAVA_HOME/li

Re: [FlexJS] State of the examples

2017-04-04 Thread Harbs
No rush. I don’t need it personally. > On Apr 4, 2017, at 1:04 PM, Peter Ent wrote: > > I haven't tried it yet. I have it on my list. I'll take a look at it today. > ‹peter > > On 4/4/17, 11:05 AM, "Harbs" wrote: > >> Has anyone tested js:ComboBox recently? I just tried one and itąs not >> wo

Re: [FlexJS] State of the examples

2017-04-04 Thread Peter Ent
I haven't tried it yet. I have it on my list. I'll take a look at it today. ‹peter On 4/4/17, 11:05 AM, "Harbs" wrote: >Has anyone tested js:ComboBox recently? I just tried one and it¹s not >working very well. I don¹t know if it¹s something I¹m doing wrong, or >it¹s currently broken. > >> On Apr

Re: AW: AW: [FlexJS] flex-asjs build failing

2017-04-04 Thread yishayw
I don't think it's the Maven version because I only downloaded it a few weeks ago. I'm trying to get a dev environment on my new computer. At least I got the Ant build to work. Thanks. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-flex-asjs-build-f

Re: [FlexJS] State of the examples

2017-04-04 Thread Harbs
Has anyone tested js:ComboBox recently? I just tried one and it’s not working very well. I don’t know if it’s something I’m doing wrong, or it’s currently broken. > On Apr 3, 2017, at 5:33 PM, Christofer Dutz wrote: > > Hi, > > Today I finally found some time to investigate why the Maven Jenk

Re: AW: AW: [FlexJS] flex-asjs build failing

2017-04-04 Thread Alex Harui
On 4/4/17, 12:38 AM, "yishayw" wrote: >Does anyone have ideas about this? I can't build the framework in Maven... Don't know for sure. What Maven version are you running? I think older ones don't quite know how to bring down a mavenized Flex SDK. My repo cache has the following for font kit

Re: [FlexJS] MDL Help Needed

2017-04-04 Thread Peter Ent
Much, much more of the MDLExample is now working the changes to Tabs and TabBar. - In the MDLDynamicTabsExample, the tabs appear and can be selected, but when a new tab is added, the information about what tab was previously selected is lost. - In the MDLExample, Tabs selection, the first tab bar

Re: [FlexJS] osmf.swc could not be downloaded or found in cache

2017-04-04 Thread yishayw
yishayw wrote > If anyone gets this when running the ant build all, as outlined in [1] [1] https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Developer+Setup -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-osmf-swc-could-not-be-downloaded-or-f

Re: [FlexJS] osmf.swc could not be downloaded or found in cache

2017-04-04 Thread yishayw
yishayw wrote > C:\dev\ant_flex\flex-sdk\in Should be C:\dev\ant_flex\flex-sdk\in\osmf.swc -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-osmf-swc-could-not-be-downloaded-or-found-in-cache-tp60991p60992.html Sent from the Apache Flex Development

[FlexJS] osmf.swc could not be downloaded or found in cache

2017-04-04 Thread yishayw
If anyone gets this when running the ant build all, as outlined in [1], my solution was to manually download http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw and copy it to C:\dev\ant_flex\flex-sdk\in -- View this message in context: http://ap

Re: AW: AW: [FlexJS] flex-asjs build failing

2017-04-04 Thread yishayw
Does anyone have ideas about this? I can't build the framework in Maven... -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p60990.html Sent from the Apache Flex Development mailing list archive at Nabble.com.