WG: Flex CI integration

2014-01-30 Thread Daniel Tiefenauer
An: dev@flex.apache.org Betreff: AW: Flex CI integration Chris, Thank you for the links. I will definitely have a look at them once I have time to convert my project to a Maven project. For now I would already be happy if I got the Unit-Tests with FlexUnit working via ANT. I have the

RE: AW: Flex CI integration

2014-01-30 Thread Frédéric THOMAS
veloperToolSuite/ [2] https://github.com/apacheflex/whiteboard_fthomas_developerToolSuite/blob/develop/org.apache.flex.utilities.developerToolSuite.testHelper-lib/pom.xml > From: daniel.tiefena...@crealogix.com > To: dev@flex.apache.org > Date: Thu, 30 Jan 2014 10:53:53 +0100 > Subject: AW:

AW: Flex CI integration

2014-01-30 Thread Daniel Tiefenauer
Thanks a lot Avi! I really appreciate your effort to help me. Von: Avi Kessner [mailto:akess...@gmail.com] Gesendet: Donnerstag, 30. Januar 2014 10:51 An: dev@flex.apache.org Betreff: Re: Flex CI integration I am not building an air application, however we have a basic pom.xml which we use for

Re: Flex CI integration

2014-01-30 Thread Avi Kessner
xmojos > confluence System. > > If you have any Problems, don't hesitate to post questions here. There are > quite a lot of very skilled people here that will deffinitely be able to > help you. > > Chris > > ________ > Von: Daniel T

AW: Flex CI integration

2014-01-30 Thread Daniel Tiefenauer
hanks in advance Daniel -Ursprüngliche Nachricht- Von: Christofer Dutz [mailto:christofer.d...@c-ware.de] Gesendet: Donnerstag, 30. Januar 2014 09:34 An: dev@flex.apache.org Betreff: AW: Flex CI integration Well let me post some Links: - the latest source is at GitHub: https://github.com/chrisd

AW: Flex CI integration

2014-01-30 Thread Christofer Dutz
p you. Chris Von: Daniel Tiefenauer Gesendet: Donnerstag, 30. Januar 2014 09:17 An: dev@flex.apache.org Betreff: AW: Flex CI integration Avi, I already tried to make this work, but without success. I don't know where to get the most current Mojos

AW: Flex CI integration

2014-01-30 Thread Daniel Tiefenauer
hanks in advance Daniel -Ursprüngliche Nachricht- Von: Avi Kessner [mailto:akess...@gmail.com] Gesendet: Mittwoch, 29. Januar 2014 12:49 An: dev@flex.apache.org Betreff: Re: Flex CI integration We use Maven for our Teamcity integration. I wouldn't recommend any other solution :)

RE: Flex CI integration

2014-01-29 Thread Michael A. Labriola
> Execute my FlexUnit4 Tests and write the results in a log Daniel, For the FlexUnit question you may want to look at the build scripts that Apache is using to build FlexUnit and run the tests itself from Jenkins. Mike

Re: AW: Flex CI integration

2014-01-29 Thread Alex Harui
I got this >working I can continue with the FlexUnit task and CI generally. > >Many thanks in advance >Daniel > >-Ursprüngliche Nachricht- >Von: Maurice Amsellem [mailto:maurice.amsel...@systar.com] >Gesendet: Mittwoch, 29. Januar 2014 12:20 >An: dev@flex.apache.org &

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
Also, since doc generation takes a lot of time, start with generating asdoc for a few classes. -Message d'origine- De : Maurice Amsellem Envoyé : mercredi 29 janvier 2014 15:00 À : dev@flex.apache.org Objet : RE: Flex CI integration If you can download SDK source, have a look at

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
http://flex.apache.org/experimental/ns"; manifest="${flexlib}/projects/experimental/manifest.xml"/> http://flex.apache.org/experimental/ns"; manifest="${flexlib}/projects/experimental_mobile/manifest.xml"/> -Message d'origine--

AW: Flex CI integration

2014-01-29 Thread Daniel Tiefenauer
. Januar 2014 12:20 An: dev@flex.apache.org Betreff: RE: Flex CI integration I have used asdoc ant task to generate asdocs for my project. Would you like help on that, or only on the CI part ? Maurice -Message d'origine- De : Daniel Tiefenauer [mailto:daniel.tiefena...@crealogix.com] E

Re: Flex CI integration

2014-01-29 Thread Avi Kessner
> >> >> Von: Daniel Tiefenauer >> Gesendet: Mittwoch, 29. Januar 2014 11:53 >> An: dev@flex.apache.org >> Betreff: Flex CI integration >> >> Hello there >> I'm desperately trying to build a

Re: Flex CI integration

2014-01-29 Thread Avi Kessner
t: Mittwoch, 29. Januar 2014 11:53 > An: dev@flex.apache.org > Betreff: Flex CI integration > > Hello there > I'm desperately trying to build a Flex mobile project in Jenkins. I > managed to write ANT-Tasks to compile and package the Code. > What I have been trying to do during the

AW: Flex CI integration

2014-01-29 Thread Christofer Dutz
Tiefenauer Gesendet: Mittwoch, 29. Januar 2014 11:53 An: dev@flex.apache.org Betreff: Flex CI integration Hello there I'm desperately trying to build a Flex mobile project in Jenkins. I managed to write ANT-Tasks to compile and package the Code. What I have been trying to do during the past da

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
Flex CI integration Hello there I'm desperately trying to build a Flex mobile project in Jenkins. I managed to write ANT-Tasks to compile and package the Code. What I have been trying to do during the past days is : - Execute my FlexUnit4 Tests and write the result

Flex CI integration

2014-01-29 Thread Daniel Tiefenauer
Hello there I'm desperately trying to build a Flex mobile project in Jenkins. I managed to write ANT-Tasks to compile and package the Code. What I have been trying to do during the past days is : - Execute my FlexUnit4 Tests and write the results in a log - Generate ASDOC for m