On 10/21/16, 9:59 PM, "Justin Mclean" wrote:
>Hi,
>
>> Can you tell if the lights are even on in these communities? I know we
>> aren't always that responsive to new issues ourselves.
>
>For FlatUI I would say there’s not much activity so we’re unlikely to get
>a response.
>
>> Still trying to
FWIW, I just pushed a change to cordova-build.xml that let me do the
following:
- git clone https://git-wip-us.apache.org/repos/asf/flex-asjs.git flex-asjs
- cd flex-asjs
- git checkout develop
- mvn clean install
- cd examples/flexjs/MobileStocks
- mvn clean install
- ant -f ../../../cordova-build
Hi,
> Can you tell if the lights are even on in these communities? I know we
> aren't always that responsive to new issues ourselves.
For FlatUI I would say there’s not much activity so we’re unlikely to get a
response.
> Still trying to get a response from my legal department. My employment
On 10/21/16, 5:56 PM, "Justin Mclean" wrote:
>Hi,
>
>> I'd give them more than a week to respond.
>
>Another week has passed and no response.
Can you tell if the lights are even on in these communities? I know we
aren't always that responsive to new issues ourselves.
>
>> I have not contacte
On 10/21/16, 4:35 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
wrote:
>> Hmm. Why not? I thought this was a great long-term solution. You can
>>try
>> different component sets merely by changing URIs. That's better than
>> changing the js: to mdi: in every file. How else would yo
Hi,
> I'd give them more than a week to respond.
Another week has passed and no response.
> I have not contacted CreateJS, but have started the process of getting
> approved by Adobe folks to contact them.
Any progress? Given the software is already under an Apache license and
everyone has si
> What I don't know how to do is replicate what cordova_build.xml does in
> Maven. That's where we could use Chris or other Maven experts.
>
>
Yes mavenizing a simple project is not a problem (my MDL project and the
example are proof that is easy thank to Chris's work in preparing the
entire proje
> Hmm. Why not? I thought this was a great long-term solution. You can try
> different component sets merely by changing URIs. That's better than
> changing the js: to mdi: in every file. How else would you want to do it?
>
>
both are the same, implies make a multifile search/replace in all pro
Unfortunately that plugin sucks :-(
I tried it and it has lots of hard coded paths in there and it was sort of
impossible to configure it for it needs. I gave up after one or two days :-(
I had a look at the code and thought it would probably be easier to code a new
one
Chris
Von meinem Sa
On Fri, Oct 21, 2016 at 1:32 PM, Alex Harui wrote:
> Making a new example build with Maven isn't hard. I will take care of
> that.
>
It is easy if you know how :-) Such documentation would still be useful
for others.
Thanks,
Om
>
> What I don't know how to do is replicate what cordova_build
On 10/21/16, 1:37 PM, "Christofer Dutz" wrote:
>Well I have the cordova on my list.
>
>I'll probably whip up a mojo that executes the cordova command-line stuff
>and hopefully reactor that to a self sufficient version later on.
FWIW, I saw mention of a cordova-maven-plugin. Maybe it could be
Well I have the cordova on my list.
I'll probably whip up a mojo that executes the cordova command-line stuff and
hopefully reactor that to a self sufficient version later on.
Chris
Von meinem Samsung Galaxy Smartphone gesendet.
Ursprüngliche Nachricht
Von: Alex Harui
Dat
On 10/21/16, 12:17 PM, "carlos.rov...@gmail.com on behalf of Carlos
Rovira" wrote:
>Hi Alex,
>
>
>What should be possible in FlexJS, is for people to easily switch between
>> components sets by simply changing the URI assigned to the prefix:
>> xmlns:js="library://ns.apache.org/flexjs/mdl"
>>
Making a new example build with Maven isn't hard. I will take care of
that.
What I don't know how to do is replicate what cordova_build.xml does in
Maven. That's where we could use Chris or other Maven experts.
Carlos, what was your setup when you tried the Ant script? Were you
working from th
Chris,
Can you please take this opportunity to create a wiki page on how to create
a pom.xml or in other words - how to mavenize a project? It seems like we
are going to have more of this and obviously you dont want all this work
ending up on yourself.
Thanks,
Om
On Fri, Oct 21, 2016 at 1:01 PM
Hi Carlos,
Thanks for that positive feedback. Ist incredibly nice to hear that :-)
Usually as soon as I detect a new example not building with Maven, I add the
missing poms. So if there us anything missing, just drop a nite and I'll take
care of it.
Chris
Von meinem Samsung Galaxy Smartphon
Maybe Chris could help with that. He's the man that makes the "maven magic"
One think to notice here. My laptop was recently reinstaled from zero with
macOS Sierra.
I used Homebrew and it was amazingly simple to configure the dev
environment and I even no need to
start adding environment variable
Hi Alex,
What should be possible in FlexJS, is for people to easily switch between
> components sets by simply changing the URI assigned to the prefix:
> xmlns:js="library://ns.apache.org/flexjs/mdl"
>
Right, but is not the perfect scenario...imagine change lots of file
namespaces, I think we
On 10/21/16, 3:26 AM, "Harbs" wrote:
>Let’s see if I can do a better job at explaining myself.
>
>> Seems like that would just stomp on the current basic set.
>
>Yes. And I think that’s appropriate for now.
>
>When I say default, I mean that we should have one set of components that
>we’re all
Hi,
Yishayw, thanks!. You see I tried it, and couldn't use since is using some
modified code in the branch, but although I modified to test in my branch,
it wasn't the exact way to disabled the component, but it was very helpful
to learn how you made it. Thanks!
2016-10-21 18:06 GMT+02:00 yishayw
Awesome! That sounds very good Chris! :)
Thanks!
Carlos
2016-10-21 17:23 GMT+02:00 Christofer Dutz :
> Hi guys,
>
>
> today I wanted to get dirty again and started importing the SVN dump os
> AS3-commons provided by google-code and managed to import that into a clean
> GIT repo, while keeping t
Renaming thread...
On 10/21/16, 9:12 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
wrote:
>Right now I'm doing components in the "mdl"
>namespace, but this is not the ideal scenario, since it would be great to
>get a MDL style in a js:Button without the need to change it to
>mdl:Button
We could probably make cordova-build.xml work with Maven output in the
target folder instead of bin-debug. But yes, I don't think Peter or I
understand how to use Maven with Cordova, so the last piece will still
require Ant until some other volunteer steps up.
-Alex
On 10/21/16, 11:00 AM, "Peter
I used maven on a very complex project a number of years ago and don't
really remember much about it. I can try to piece together a pom file
using another example, but I would have no idea how to do something like
the cordova-build.xml file.
‹peter
On 10/21/16, 12:16 PM, "carlos.rov...@gmail.com
>From the examples/flexjs/MobileStocks directory:
ant (builds the bin and bin/js-debug directories)
ant -f ../../../cordova-build.xml (builds the app/MobileStocks directory)
ant -f ../../../cordova-build.xml run.ios
The last part should bring down the Cordova file plugin and install the
iOS pla
Hi Carlos,
We have a DisableBead in the html package of the sprite-refactor branch. You
might want to take a look and possibly merge to develop.
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-enabled-property-tp55853p55916.html
Sent from the Apache
One final note, I'm building all with maven. I didn't try maven as you
posted ANT build instructions.
Are maven pom configured to work. It would be very handy
thanks!
2016-10-21 18:12 GMT+02:00 Carlos Rovira :
> Hi Peter,
>
> congrats for reaching the milestone. I'm trying but finding some proble
Oops, I guess you guys have already picked up on this. Saw the first post,
didn't see the rest...
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-enabled-property-tp55853p55918.html
Sent from the Apache Flex Development mailing list archive at Nabble
Hi Peter,
congrats for reaching the milestone. I'm trying but finding some problems:
(Prerequisites: I'm on Mac and want to try iOS version, I already has Xcode
installed. I don't have FB anymore. I installed Cordova vía NPM...all ok)
*I run from MobileStocks folder, but ant told me that there's
Hi guys,
today I wanted to get dirty again and started importing the SVN dump os
AS3-commons provided by google-code and managed to import that into a clean GIT
repo, while keeping the commit history in tact.
After finishing this, I worked on updating the configuration:
- Updated the version
Hi,
We've been working on an improved FlexJS mobile app: MobileStocks. It is in the
FlexJS examples directory. This example runs on both Android and iOS devices
and is a version of MobileTrader, offering just two views. The first view
allows you to enter a stock symbol and a number of shares. I
Let’s see if I can do a better job at explaining myself.
> Seems like that would just stomp on the current basic set.
Yes. And I think that’s appropriate for now.
When I say default, I mean that we should have one set of components that we’re
all working on for now. We all have limited time, an
32 matches
Mail list logo