--
You received this message because you are subscribed to the Google Groups "ProjectSprouts" group.
To post to this group, send email to project...@googlegroups.com
To unsubscribe from this group, send email to projectsprout...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/projectsprouts?hl=en
For other info you can visit our project at: http://projectsprouts.org, or on Github at: http://github.com/lukebayes/project-sprouts
That'd be great - we'd be willing to take a look at what you've got
and contribute if possible. Any guidance you can give as to what needs
work would be helpful.
regards,
Martin
at least i've found a solution to compile multiple swfs in sequence
without the need to manually close the player or "ctrl+c"-ing in the
terminal.
here's what i did:
- cloned, build and installed the "CI branch"
- added a "XMLPrinter"
you can also replace the 'TextCore' with 'AsUnitCore' and add a
XMLPrinter instance to get rid of the 'text print' ..
this setup in combination with the 'CI branch' runs the swf file with
the 'FlexDebugger' and and closes the player
after the test run finished.
hope that helps..
// david
> --
> You received this message because you are subscribed to the Google Groups "ProjectSprouts" group.
> To post to this group, send email to project...@googlegroups.com
> To unsubscribe from this group, send email to projectsprout...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/projectsprouts?hl=en
>
> For other info you can visit our project at: http://projectsprouts.org, or on Github at: http://github.com/lukebayes/project-sprouts
--
--------------------------------------------------
David Linse
-- freelancing web-developer (retired) --
Jessnerstr. 47
10247 Berlin
phone: +49 (0) 30 85 71 83 97
mobile: +49 (0) 179 79 54 469
e-mail: david...@8ball-media.de
web: http://8ball-media.de
___
Heute schon was Gutes getan? - www.welpennothilfe.de
Hey Moses, how's it going?
You can do all of this with Jenkins http://jenkins-ci.org/
Checkout this docs page
https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project
You can set it up a million different ways, we have it all hooked into a larger system that manages a few other things but at base it it just watching git commits.
We compile, test and deploy our ActionScript, JavaScript and Ruby projects with Jenkins and use Sprouts to do the ActionScript part of it.
P.S. I have to add that I work at paperlesspost.com and we are looking to hire like crazy if you are into this stuff we have lots of cool stuff we are working on.
--