VELO wrote:
>> On the build process itself, it has no meaning to parallelize it as you
>> properly pointed out.
>>
>>     
>
> May this is true on Java...
>
> But on flex is not.  Flex compilation always use 100% on a single core
> computer and never use more them 50% on multi core.
>
> Well, if we got downloads and tests multithreaded I will be very very happy
> =D
>   
Hi Velo,
yes, you are right. I was referring to "build process" as the steps and
phases Maven takes while building, one of which is "compile the
sources". If the "compile" step is single threaded or multi threaded
obviously changes depending on the compiler maven invokes.

Simone

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to