Ick....can you run ant with -debug and redirect stdout/stderr to a file, and pop it to me via email after you've had a quick look?
i.e. ant -f build-bootstrap.xml > /tmp/maven.txt 2>&1 on unix or ant -f build-bootstrap.xml > C:\temp\maven.txt 2>&1 on WinNt+ I just did a clean checkout and bootstrap after removing all the files/directories in my maven.home. Worked ok here.... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers Scott Eade <seade@backstagete To: "[EMAIL PROTECTED]" ch.com.au> <[EMAIL PROTECTED]> cc: 06/19/02 03:46 PM Subject: Re: Build files not copied to maven.home? Please respond to "Turbine Maven Users List" > From: [EMAIL PROTECTED] > > Scott, > > how did you 'execute ant'. > > To build maven from source, you'll need to > > ant -f build-bootstrap.xml Yes, this is what I did (via IDEA before, but from the command line since receiving your reply). > > Is this what happened? The behaviour is the same - i.e. the build files are not copied to maven.home > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers Scott -- To unsubscribe, e-mail: < mailto:[EMAIL PROTECTED]> For additional commands, e-mail: < mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
