Re: bootstrap.sh

2006-08-24 Thread Hilco Wijbenga
On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: Ok, I can see why that would fail. Can you file an issue? http://jira.codehaus.org/browse/MNG-2529 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: bootstrap.sh

2006-08-24 Thread Brett Porter
Ok, I can see why that would fail. Can you file an issue? - Brett On 25/08/2006, at 12:43 PM, Hilco Wijbenga wrote: On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: What JDK / OS are you using? blackdown-jdk-1.4.2.03 / GNU/LInux Regardless, you have a successful Maven installation. Y

Re: bootstrap.sh

2006-08-24 Thread Hilco Wijbenga
On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: What JDK / OS are you using? blackdown-jdk-1.4.2.03 / GNU/LInux Regardless, you have a successful Maven installation. Yeah, I figured as much. Cheers, Hilco - To unsubsc

Re: bootstrap.sh

2006-08-24 Thread Brett Porter
What JDK / OS are you using? Regardless, you have a successful Maven installation. - Brett On 25/08/2006, at 12:22 PM, Hilco Wijbenga wrote: Almost there! The only thing that seems to be failing is one of the integration tests: it0063... FAILED - Standard Out - Command: /home/mav

Re: bootstrap.sh

2006-08-24 Thread Hilco Wijbenga
Almost there! The only thing that seems to be failing is one of the integration tests: it0063... FAILED - Standard Out - Command: /home/maven/bin/maven/current/bin/mvn -e --no-plugin-registry --batch-mode -Dmaven.repo.local=/home/maven/.m2/repository clean:clean package - Standard E

Re: bootstrap.sh

2006-08-23 Thread Brett Porter
For now, yes. - Brett On 24/08/2006, at 3:50 PM, Hilco Wijbenga wrote: Mmmh, it's being installed to M2_HOME/../maven-2.1-SNAPSHOT instead of simply M2_HOME. This is to avoid overwriting a previous installation? Obviously, M2_HOME/../maven-2.1-SNAPSHOT/bin is not in $PATH... Am I required to

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
Mmmh, it's being installed to M2_HOME/../maven-2.1-SNAPSHOT instead of simply M2_HOME. This is to avoid overwriting a previous installation? Obviously, M2_HOME/../maven-2.1-SNAPSHOT/bin is not in $PATH... Am I required to use an M2_HOME that ends with "maven-2.1-SNAPSHOT"? On 8/23/06, Hilco Wijb

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
Hi, On 8/23/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: You probably have a settings.xml with ~/.m2/repository in there. Yup, that was the problem. After about a dozen tries I seem to have a successful build ... however ... Maven doesn't get installed so the integration tests all fail. I

Re: bootstrap.sh

2006-08-23 Thread Kenney Westerhof
Hi, You probably have a settings.xml with ~/.m2/repository in there. The ~ is not expanded, so you should find a '~' directory in the same directory where you ran bootstrap.sh. Replace ~ with the full path to your home dir and you're good to go. -- Kenney Anyone

Re: bootstrap.sh

2006-08-23 Thread Brett Porter
itself again anyway. It seems cleaner to use bootstrap.sh. Then again, if you prefer people not use it then perhaps the possibility simply should not exist? It does have a purpose, just that it is probably not necessary if you are able to preinstall a binary version of Maven. It depends on

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
On 8/22/06, Arnaud Bailly <[EMAIL PROTECTED]> wrote: Maybe you could try building maven setting the property maven.online=false such that build does not try to download artifacts from remote repos. $> export MAVEN_OPTS=-Dmaven.online=false $> sh bootstrap.sh I tried this and i

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
rectory. Running bootstrap.sh results in the exact same error as before. However, installing Maven first is not cheating. I think it should be the recommended way for building Maven unless you have a reason to need to start from scratch. All the bootstrap does is build a functional Maven, then use that

Re: bootstrap.sh

2006-08-22 Thread Arnaud Bailly
"Hilco Wijbenga" <[EMAIL PROTECTED]> writes: > Anyone? Maybe you could try building maven setting the property maven.online=false such that build does not try to download artifacts from remote repos. $> export MAVEN_OPTS=-Dmaven.online=false $> sh bootstrap.sh (assume

Re: bootstrap.sh

2006-08-22 Thread Brett Porter
't think I've skipped any steps in "Guide to Building Maven 2.0". I also tried the bootstrap.sh in maven-2.0.x with the exact same result. Perhaps I'm on the wrong mailing list? Or is this part of my initiation? ;-) You are not going to make me cheat by first installing M

Re: bootstrap.sh

2006-08-22 Thread Hilco Wijbenga
Anyone? Am I missing something obvious? Shouldn't this just work? Why doesn't this "bootstrap" directory exist in the repositories? I don't think I've skipped any steps in "Guide to Building Maven 2.0". I also tried the bootstrap.sh in maven-2.0.x with th

bootstrap.sh

2006-08-21 Thread Hilco Wijbenga
ho $PATH :/home/maven/bin/maven/current/bin But executing "sh bootstrap.sh" gets me [EMAIL PROTECTED] ~/maven/components $ sh bootstrap.sh Exception in thread "main" org.apache.maven.bootstrap.download.DownloadFailedException: Failed to download dependency: Dependency[org.apache

svn commit: r170353 - in /maven/maven-1/core/trunk: bootstrap.sh project.xml src/java/org/apache/maven/cli/CLIManager.java

2005-05-16 Thread brett
Author: brett Date: Mon May 16 03:28:44 2005 New Revision: 170353 URL: http://svn.apache.org/viewcvs?rev=170353&view=rev Log: PR: MAVEN-1392 upgrade to CLI 1.0 Modified: maven/maven-1/core/trunk/bootstrap.sh maven/maven-1/core/trunk/project.xml maven/maven-1/core/trunk/src/java

svn commit: r165464 - /maven/maven-1/core/trunk/bootstrap.sh

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 23:43:44 2005 New Revision: 165464 URL: http://svn.apache.org/viewcvs?rev=165464&view=rev Log: fix script for cygwin Modified: maven/maven-1/core/trunk/bootstrap.sh Modified: maven/maven-1/core/trunk/bootstrap.sh URL: http://svn.apache.org/viewcvs/maven/m

svn commit: r165461 - /maven/maven-1/core/trunk/bootstrap.sh

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 23:40:06 2005 New Revision: 165461 URL: http://svn.apache.org/viewcvs?rev=165461&view=rev Log: fix script for non-cygwin Modified: maven/maven-1/core/trunk/bootstrap.sh Modified: maven/maven-1/core/trunk/bootstrap.sh URL: http://svn.apache.org/viewcvs/m

svn commit: r165458 - in /maven/maven-1/core/trunk: ./ bootstrap.sh

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 21:43:31 2005 New Revision: 165458 URL: http://svn.apache.org/viewcvs?rev=165458&view=rev Log: add a simple script to bootstrap with, wrapping ant Added: maven/maven-1/core/trunk/bootstrap.sh (with props) Modified: maven/maven-1/core/trunk/ (p

cvs commit: maven-components/maven-core m2-bootstrap.sh

2004-06-03 Thread jvanzyl
jvanzyl 2004/06/03 11:30:23 Modified:maven-core m2-bootstrap.sh Log: o check to make sure mboot is in the path Revision ChangesPath 1.3 +6 -0 maven-components/maven-core/m2-bootstrap.sh Index: m2-bootstrap.sh

cvs commit: maven-components/maven-core m2-bootstrap.sh

2004-06-03 Thread jvanzyl
jvanzyl 2004/06/03 11:21:05 Modified:maven-core m2-bootstrap.sh Log: o add check for MBOOT_HOME Revision ChangesPath 1.2 +3 -0 maven-components/maven-core/m2-bootstrap.sh Index: m2-bootstrap.sh

cvs commit: maven-components/maven-core m2-bootstrap-all.sh m2-bootstrap.sh m2-core-plugins.txt bootstrap-all.sh bootstrap.plugins bootstrap.sh

2004-06-01 Thread jvanzyl
jvanzyl 2004/06/01 14:31:06 Added: maven-core m2-bootstrap-all.sh m2-bootstrap.sh m2-core-plugins.txt Removed: maven-core bootstrap-all.sh bootstrap.plugins bootstrap.sh Log: o changing names to make some scripting stuff easier Revision Changes

cvs commit: maven-components/maven-core bootstrap.sh

2004-05-27 Thread brett
brett 2004/05/27 20:23:35 Modified:maven-core bootstrap.sh Log: bootstrap needs to clean target directory. This should be done for others as well, which I'll look at doing and testing later Revision ChangesPath 1.14 +1 -0 maven-components/maven

cvs commit: maven-components/maven-core bootstrap.sh

2004-05-27 Thread jvanzyl
jvanzyl 2004/05/27 10:28:21 Modified:maven-core bootstrap.sh Log: o pass in the pom to the plugin artifact generation mechanism Revision ChangesPath 1.13 +3 -3 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh

cvs commit: maven-components/maven-core bootstrap.sh

2004-05-26 Thread jvanzyl
jvanzyl 2004/05/26 19:53:33 Modified:maven-core bootstrap.sh Log: o generate resources straight into target/classes for now. better than checking them in. Revision ChangesPath 1.12 +2 -2 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh

cvs commit: maven-components/maven-core bootstrap.sh

2004-05-26 Thread jvanzyl
jvanzyl 2004/05/26 19:36:05 Modified:maven-core bootstrap.sh Log: o plugin.jelly needs to be generated in the base directory, not in plugin-resources. Revision ChangesPath 1.11 +1 -1 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh

cvs commit: maven-components/maven-core bootstrap.sh

2004-05-26 Thread jvanzyl
jvanzyl 2004/05/26 19:35:02 Modified:maven-core bootstrap.sh Log: o generate the jelly harness o generate the bean adapter Revision ChangesPath 1.10 +6 -1 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh

cvs commit: maven-components/maven-core bootstrap.sh

2004-05-07 Thread jvanzyl
jvanzyl 2004/05/07 11:06:49 Modified:maven-core bootstrap.sh Log: o starting to separate plexus requirements from maven requirements in order to create a realm structure like: [core] ^ [core.app] ^ [core.app.maven] Which will essentially allow the

cvs commit: maven-components/maven-core bootstrap.sh

2004-04-12 Thread jvanzyl
jvanzyl 2004/04/12 13:21:48 Modified:maven-core bootstrap.sh Log: o we need to install the parent plugin model before the plugins can be built when we are starting from scratch Revision ChangesPath 1.5 +7 -0 maven-components/maven-core/bootstrap.sh

cvs commit: maven-components/maven-core bootstrap.sh

2004-04-12 Thread jvanzyl
jvanzyl 2004/04/12 12:07:32 Modified:maven-core bootstrap.sh Log: o fixing references to MAVEN_HOME and changing to M2_HOME so we can run v1 and v2 together side by side. Revision ChangesPath 1.4 +7 -7 maven-components/maven-core/bootstrap.sh Index

cvs commit: maven-components/maven-core bootstrap-all.sh bootstrap.sh

2004-04-10 Thread jvanzyl
jvanzyl 2004/04/10 12:18:35 Modified:maven-core bootstrap-all.sh bootstrap.sh Log: Revision ChangesPath 1.2 +17 -17maven-components/maven-core/bootstrap-all.sh Index: bootstrap-all.sh

cvs commit: maven-components/maven-core bootstrap.sh

2004-04-09 Thread jvanzyl
jvanzyl 2004/04/09 21:57:28 Modified:maven-core bootstrap.sh Log: Revision ChangesPath 1.2 +1 -2 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh === RCS file: /home/cvs

cvs commit: maven-components/maven-core bootstrap.sh

2004-03-11 Thread jvanzyl
jvanzyl 2004/03/11 12:30:39 Modified:maven-core bootstrap.sh Log: Revision ChangesPath 1.5 +0 -1 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh === RCS file: /home/cvs

cvs commit: maven-components/maven-core .cvsignore bootstrap.sh

2004-02-13 Thread evenisse
evenisse2004/02/13 13:22:12 Modified:maven-core .cvsignore bootstrap.sh Log: Fix build on windows. Revision ChangesPath 1.2 +1 -0 maven-components/maven-core/.cvsignore Index: .cvsignore

cvs commit: maven-components/maven-core bootstrap.sh

2004-02-13 Thread evenisse
evenisse2004/02/13 07:18:07 Modified:maven-core bootstrap.sh Log: Fix some stuff for windows users. Revision ChangesPath 1.3 +7 -7 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh

cvs commit: maven-components/maven-core bootstrap.sh

2004-01-07 Thread jvanzyl
jvanzyl 2004/01/07 20:41:23 Modified:maven-core bootstrap.sh Log: o let the whole bootstrap go Revision ChangesPath 1.2 +0 -2 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh