Re: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Justin Mclean
Hi, > I would prefer to not have Apache Flex releases use code with licenses > that have “bad” words in it, which appears to be the case for the > https://code.google.com/p/reflections/ library. I would not like the > Installer to have to offer up those bad words for approval by the > customer.

Re: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Alex Harui
On 11/11/14, 3:44 PM, "Justin Mclean" wrote: >Hi, > >The "do what the f*ck you want" license has been discussed before as has >this exact library on legal. It's is unresolved if you can use it. [1] > >The main concern "With a wildly permissive license like WTFPL, provenance >might possibly get

Re: [FLEX-JS] Streamlining the packaging

2014-11-11 Thread Justin Mclean
Hi, The "do what the f*ck you want" license has been discussed before as has this exact library on legal. It's is unresolved if you can use it. [1] The main concern "With a wildly permissive license like WTFPL, provenance might possibly get overlooked." but it's also probably considered public

Re: [FLEX-JS] Streamlining the packaging

2014-11-10 Thread OmPrakash Muppirala
s it doesn't support it. > > Chris > > > Von: Alex Harui > Gesendet: Montag, 10. November 2014 21:30 > An: dev@flex.apache.org > Betreff: Re: [FLEX-JS] Streamlining the packaging > > On 11/10/14, 12:23 AM, "Christofer Dutz" >

Re: [FLEX-JS] Streamlining the packaging

2014-11-10 Thread Alex Harui
On 11/10/14, 12:34 PM, "OmPrakash Muppirala" wrote: >> >> >I think these changes would need to be done anyway if tool vendors like >> >Jetbrains would start adding support for FlexJS natively as they would >> >have to deal with the same problems. >> >> I’ve been told Jetbrains already has imple

Re: [FLEX-JS] Streamlining the packaging

2014-11-10 Thread OmPrakash Muppirala
> > >I think these changes would need to be done anyway if tool vendors like > >Jetbrains would start adding support for FlexJS natively as they would > >have to deal with the same problems. > > I’ve been told Jetbrains already has implemented FlexJS support, although > nobody has a complete answer

Re: [FLEX-JS] Streamlining the packaging

2014-11-10 Thread Alex Harui
On 11/10/14, 12:23 AM, "Christofer Dutz" wrote: >Would it be possible to package the JS parts in the same units as SWFs? > >I was thinking of one of these scenarios: > >- For each FlexJS swc, a matching directory for JS exists > >- For each FlexJS swc a zip containing the JS part exists > >- A F

Re: [FLEX-JS] Streamlining the packaging

2014-11-10 Thread Frank Wienberg
>From WebJars and Jangaroo, I have some experience with Maven artifact packaging of Web resources, and I'd recommend to follow Christofer's advice and bundle everything into a single artifact. Maven *does* allow a module to produce multiple artifacts (using different "classifiers"), but this is rat