jvanzyl 2002/06/27 21:18:50
Modified: . build-bootstrap.xml
Log:
Using maven-ng for the bootstrap. Woo hoo!
Revision Changes Path
1.106 +9 -21 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- build-bootstrap.xml 28 Jun 2002 03:41:07 -0000 1.105
+++ build-bootstrap.xml 28 Jun 2002 04:18:49 -0000 1.106
@@ -125,10 +125,13 @@
depends="install"
description="--> Update local jars, generate maven's build system, generate
maven, and setup the distributions.">
- <ant antfile="build.xml" target="maven:clean"/>
- <ant antfile="build.xml" target="maven:install-jar"/>
-
<copy todir="${maven.home}/lib" file="${lib.repo}/maven.jar"/>
+
+ <exec executable="maven">
+ <arg line="clean"/>
+ <arg line="jar"/>
+ </exec>
+
</target>
<target
@@ -157,24 +160,6 @@
<delete dir="${maven.bootstrap.dir}/maven"/>
<mkdir dir="${maven.bootstrap.dir}/maven"/>
- <taskdef
- name="create-build-system"
- classname="org.apache.maven.BaseProjectTask">
- <classpath>
- <path refid="bootstrap-classpath"/>
- <pathelement location="${maven.bootstrap.classes}"/>
- </classpath>
- </taskdef>
-
- <create-build-system
- controlTemplate="Control.vm"
- outputDirectory="${maven.bootstrap.dir}"
- templatePath="src/templates/build"
- outputFile="bootstrap.report"
- projectDescriptor="project.xml"
- listFile="jars.list"
- />
-
<copy todir="${maven.bootstrap.dir}/maven">
<fileset dir="src/templates/build">
<include name="plugins/**"/>
@@ -306,10 +291,13 @@
<src>
<path location="src/java"/>
</src>
+ <!--
<include name="org/apache/maven/*"/>
<include name="org/apache/maven/ant/*"/>
<include name="org/apache/maven/project/*"/>
+ <include name="org/apache/maven/app/*"/>
<exclude name="org/apache/maven/ProjectResolver*"/>
+ -->
</javac>
<!--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>