Re: [FlexJS] Text For the Tour

2017-02-09 Thread Peter Ent
Yeah! Thanks so much. ‹peter On 2/8/17, 6:07 PM, "piotrz" wrote: >Hi Peter, > >I just add to poms ability to copying built resources require in >content.json to TourJS content folder. All examples were working once I >run >my Maven build. :) > >Piotr > > > >- >Apache Flex PMC >piotrzarzyck.

Re: [FlexJS] Text For the Tour

2017-02-08 Thread piotrz
Hi Peter, I just add to poms ability to copying built resources require in content.json to TourJS content folder. All examples were working once I run my Maven build. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2

Re: [FlexJS] Text For the Tour

2017-01-24 Thread piotrz
Peter, At the same time I was working on Maven compilation - Good that we have agreed about structure cause we could have a lot of conflicts. My Maven build also do not copy anything yet. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache

Re: [FlexJS] Text For the Tour

2017-01-24 Thread Peter Ent
I've just pushed an initial examples directory with ANT build scripts. I'm not 100% sure this is the best structure, but I think it could work. The examples/build.xml only builds the examples, it does not yet copy them into the TourJS resources folder. On a side-note, I had to clean up some FlexJ

Re: [FlexJS] Text For the Tour

2017-01-24 Thread Peter Ent
It is on the develop branch. ‹peter On 1/24/17, 2:52 AM, "piotrz" wrote: >Peter, > >I just commited first pom version to tourjs repository. I'm wondering why >I >don't see in github [1] our commits ? Do you know ? > >[1] https://github.com/apache/flex-tourjs > >Piotr > > > > > >- >Apache Fl

Re: [FlexJS] Text For the Tour

2017-01-23 Thread piotrz
Peter, I just commited first pom version to tourjs repository. I'm wondering why I don't see in github [1] our commits ? Do you know ? [1] https://github.com/apache/flex-tourjs Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-develop

Re: [FlexJS] Text For the Tour

2017-01-22 Thread piotrz
Peter, If we won't get more people opinion about the structure I think it would be great if you could push this into the repo. I will think about adding poms - Once I will resolve problems with building mentioned in other thread. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com --

Re: [FlexJS] Text For the Tour

2017-01-20 Thread Peter Ent
This sounds good. We will need to run a build at the top-level in flex-tourjs so that it builds all of the examples which have the same structure. —peter On 1/20/17, 9:17 AM, "piotrz" wrote: >Thanks Peter for concept. > >Let's say that I have this structure for "alert": > > alert/ >bin/ ‹ the j

Re: [FlexJS] Text For the Tour

2017-01-20 Thread piotrz
Thanks Peter for concept. Let's say that I have this structure for "alert": alert/ bin/ ‹ the js-debug and js-release output bin-debug/ ‹ the SWF output src/ ‹ the usual maven-compatible FlexJS source project I will be maven oriented in this one, so in order to build this alert example I wil

Re: [FlexJS] Text For the Tour

2017-01-20 Thread Peter Ent
Thanks, Piotr. I'm planning on structuring flex-tourjs like this: flex-tourjs/ TourJS/ ‹ this is the source to the Tour de FlexJS project examples/ visualComponents/ generalComponents/ alert/ bin/ ‹ the js-debug and js-release output

Re: [FlexJS] Text For the Tour

2017-01-20 Thread piotrz
Alex, I'll start work from adding Maven pom to build.:) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Text-For-the-Tour-tp58508p58526.html Sent from the Apache Flex Development mailing list ar

Re: [FlexJS] Text For the Tour

2017-01-20 Thread piotrz
Hi Alex, I will definitely help with TourDeFlexJS, I'm waiting for this first version. I wanted to put there MDL example. Maybe it is not bad idea having text in pure HTML, a bit painful, but always it will be opportunity to write new tutorials from scratch - instead display those from wiki. Pio