On Wed, Nov 18, 2009 at 9:08 AM, Nicolas Delsaux <[email protected]> wrote: >> >> I'm not a linux guy, I know that I setup it here and it work (using ubuntu >> under virtual box....) >> >> Some linux pro will need to figure that out and lemme know what to do..... >> last time I had help from a few french guys.... >> > Damn ! > Do you mean I should redirect my request to a palce like LinuxFr.org ? > For your information, notice I found a turnaround to this weird system problem. I suppose here you don't have that big knowledge of Hudson. Besides its continous integration abilities, Hudson provides interesting features of distributed build management using so called "slave agents". A slave agent is, in fact, a kind of build server which work is triggered by hudson build master. More info here : http://wiki.hudson-ci.org/display/HUDSON/Distributed+builds
So, I simply installed a slave on my Windows computer, configured it to run as many builds as possible, and configured Hudson server to build as few builds as possible. This way, each build request is redirected to my computer, which can run flex tests, since flash player is correctly configured. Afdter one try, I can already say that it seems to work : artifact is correctly compiled. I will now further test, specifically to check that deploy works correctly this way. I will also test project affinity. Indeed, in the long term, build server will also be used to build pure Java projects, which I hope to build directly on server. -- Nicolas Delsaux -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
