Hi Brett, Brett Porter wrote on Thursday, December 11, 2003 1:44 AM: > I just bootrapped a clean build after committing some fixes > and it looks file. I saw these problems yesterday. > > The fix is a quick hack in MavenUtils.java which I will clean up next > time round.
it looks much better today. I've build the 1.0-branch quite successfull. The only remaining issue are the tag libs, that cannot be found during the build: ========= snip ========= [exec] Tag library requested that is not present: 'deploy' [exec] Tag library requested that is not present: 'sea' [exec] Tag library requested that is not present: 'doc' ========= snap ========= Such messages are printed for every plugin and when building Maven itself. OTOH the resulting Maven behaves somewhat strange. See following output building a normal project: ========= snip ========= $ export MAVEN_HOME="c:\Programme\Apache Software Foundation\Maven 1.0-SNAPSHOT" [1] [EMAIL PROTECTED] ~/Elsag/research/validation $ maven jar __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2-SNAPSHOT You are working offline so the build will continue, but maven-junit-report-plugin-1.4-SNAPSHOT.jar may be out of date! Tag library requested that is not present: 'http://xmlns.oracle.com/jdeveloper/903/jproject' Tag library requested that is not present: 'release' Tag library requested that is not present: 'cactus' Tag library requested that is not present: 'dashboard' Tag library requested that is not present: 'dist' [echo] Compiling to C:\Work\research\validation/target/classes [echo] No test source files to compile. [echo] No tests to run. BUILD SUCCESSFUL Total time: 10 seconds Finished at: Thu Dec 11 09:17:58 CET 2003 ========= snap ========= That is quite strange, since I am online! I do not know, why Maven insists otherwise. The bootstrap itself did not have the problems, touchstone did run. See the output of the RC1 release: ========= snip ========= $ export MAVEN_HOME="c:\Programme\Apache Software Foundation\Maven 1.0-rc1" [1] [EMAIL PROTECTED] ~/Elsag/research/validation $ maven jar __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT java:prepare-filesystem: java:compile: [echo] Compiling to C:\Work\research\validation/target/classes java:jar-resources: test:prepare-filesystem: test:test-resources: test:compile: [echo] No test source files to compile. test:test: [echo] No tests to run. BUILD SUCCESSFUL Total time: 12 seconds Finished at: Thu Dec 11 09:17:38 CET 2003 ========= snap ========= Regards, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]