Return-Path: Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 23924 invoked by uid 500); 10 Jun 2003 03:15:41 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 23911 invoked by uid 500); 10 Jun 2003 03:15:41 -0000 Received: (qmail 23908 invoked from network); 10 Jun 2003 03:15:41 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 10 Jun 2003 03:15:41 -0000 Received: (qmail 39636 invoked by uid 1162); 10 Jun 2003 03:15:39 -0000 Date: 10 Jun 2003 03:15:39 -0000 Message-ID: <20030610031539.39635.qmail@icarus.apache.org> From: jvanzyl@apache.org To: maven-cvs@apache.org Subject: cvs commit: maven/src/test/touchstone-build/src/reactor-build/username_test maven.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jvanzyl 2003/06/09 20:15:39 Modified: . maven.xml src/test/touchstone-build/src/reactor-build/username_test maven.xml Added: . build-bootstrap-core.xml Log: o Adding a build-bootstrap-core.xml file that only goes through building what is absolutely necessary to get to the other side. In searching for problem with the failing bootstrap I don't want to have to build all the plugins. I have my own dirty shell script that I've always used but this will make it easier for anyone just trying to get from one end of the tunnel to the other. Revision Changes Path 1.84 +14 -0 maven/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven/maven.xml,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- maven.xml 22 Apr 2003 11:48:49 -0000 1.83 +++ maven.xml 10 Jun 2003 03:15:39 -0000 1.84 @@ -60,6 +60,20 @@ /> + + + + + 1.1 maven/build-bootstrap-core.xml Index: build-bootstrap-core.xml =================================================================== maven.home = ${maven.home} maven.home.local = ${maven.home.local} maven.repo.local = ${maven.repo.local} +---------------------------------------------------------- | WARNING WARNING WARNING WARNING WARNING WARNING WARNING | | Maven bootstrap now creates a repository in | $${user.home}/.maven/repository | if you do not have the maven.repo.local property set | before bootstrapping. | | Maven bootstrap also expands plugins to | $${user.home}/.maven/plugins | if you do not have the MAVEN_HOME_LOCAL environment | variable or | maven.home.local property set before bootstrapping. | | This feature is to accomodate the new ability of Maven | to work from a read only install to MAVEN_HOME. | | WARNING WARNING WARNING WARNING WARNING WARNING WARNING +---------------------------------------------------------- +------------------------------------------------------------------+ | | | L O A D I N G B O O T S T R A P T A S K D E F | | | +------------------------------------------------------------------+ +------------------------------------------------------------------+ | | | R U N N I N G B O O T S T R A P T A S K | | | +------------------------------------------------------------------+ +------------------------------------------------------------------+ | | | C O M P I L I N G M A V E N S O U R C E S U S I N G A N T | | | +------------------------------------------------------------------+ +------------------------------------------------------------------+ | | | C R E A T I N G M A V E N J A R W I T H A N T | | | +------------------------------------------------------------------+ +------------------------------------------------------------------+ | | | C R E A T I N G P H A S E 1 I N S T A L L | | | +------------------------------------------------------------------+ +------------------------------------------------------------------+ | | | B U I L D I N G T H E P L U G I N S | | | +------------------------------------------------------------------+ +------------------------------------------------------------------+ | | | I N S T A L L I N G T H E P L U G I N S | | | +------------------------------------------------------------------+ +------------------------------------------------------------------+ | | | B U I L D I N G M A V E N W I T H I T S E L F | | | +------------------------------------------------------------------+ +------------------------------------------------------------------ | ERROR! | | You must set ${maven.home} in your ${user.home}/build.properties | or ${project.home}/project.properties | | Please refer to the bootstrap document: | http://maven.apache.org/start/bootstrap.html +------------------------------------------------------------------ 1.3 +4 -0 maven/src/test/touchstone-build/src/reactor-build/username_test/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven/src/test/touchstone-build/src/reactor-build/username_test/maven.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- maven.xml 5 Jun 2003 19:55:02 -0000 1.2 +++ maven.xml 10 Jun 2003 03:15:39 -0000 1.3 @@ -7,6 +7,8 @@ + !!!! ${maven.username} + + + !!!! ${mavenUserName} username_test: maven.username not properly assigned from root project. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org