are multi-threaded builds still working reliably?

2011-09-23 Thread David Jencks
I tried out the multi-threaded builds again recently 
(https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html) (maven 3.0.3) 
and got some really strange results several minutes into the build.

- the compiler plugin seemed to get corrupted source files and reported lots of 
nonexistent syntax errors
- transitive dependencies didn't work the same as with a normal build

I don't really have time to investigate what's going on but wonder if anyone 
has a stable large-project multi-threaded build running on a recent macbook pro 
with snow leopard?

OSX 10.6.8

java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)

thanks
david jencks


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Best Practices for Proxy and Mojos

2011-09-23 Thread Dan Tran
you may want to look at this link as sample code on how to deal with proxy

http://mojo.codehaus.org/wagon-maven-plugin/xref/org/codehaus/mojo/wagon/shared/WagonUtils.html

I did not write that code thou

-D

On Fri, Sep 23, 2011 at 3:45 PM, Aldrin Leal  wrote:
> Folks,
>
> Just a question: How do you deal with HTTP Proxies into your mojos. Is there
> an standard or sample source to point me to?
>
> Thank you
>
> --
> -- Aldrin Leal,  / http://meadiciona.com/aldrinleal
>

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Best Practices for Proxy and Mojos

2011-09-23 Thread Aldrin Leal
Folks,

Just a question: How do you deal with HTTP Proxies into your mojos. Is there
an standard or sample source to point me to?

Thank you

--
-- Aldrin Leal,  / http://meadiciona.com/aldrinleal