evenisse 2004/01/14 03:06:03
Modified: maven-mboot/src/bash maven.functions
Log:
Add some traces.
Revision Changes Path
1.9 +6 -0 maven-components/maven-mboot/src/bash/maven.functions
Index: maven.functions
===================================================================
RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- maven.functions 14 Jan 2004 10:54:52 -0000 1.8
+++ maven.functions 14 Jan 2004 11:06:03 -0000 1.9
@@ -153,6 +153,8 @@
fi
+ echo "Building tests in `pwd`"
+
repoLocal=`cat bootstrap.repo`
if $cygwin = true; then
@@ -169,6 +171,8 @@
copyResources
+ echo "Running tests in `pwd`"
+
runTests
".:${MBOOT_HOME}/classes:$repoLocal/junit/jars/junit-3.8.1.jar:$repoLocal/maven/jars/surefire-runner-1.0.jar:$repoLocal/plexus/jars/plexus-utils-1.0-beta-1.jar"
"$home" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
if [ "$2" = "default" ]
@@ -178,6 +182,8 @@
jarName=$2
fi
+ echo "Building jars (${jarName}) in `pwd`/target"
+
buildJar $buildDest target/${jarName}
if [ -z $3 ]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]