brett 2004/02/12 18:35:01
Modified: . Tag: MAVEN-1_0-BRANCH maven.xml
src/test/touchstone-build Tag: MAVEN-1_0-BRANCH maven.xml
Log:
remove debugging
Revision Changes Path
No revision
No revision
1.97.2.10 +0 -2 maven/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/maven.xml,v
retrieving revision 1.97.2.9
retrieving revision 1.97.2.10
diff -u -r1.97.2.9 -r1.97.2.10
--- maven.xml 13 Feb 2004 02:31:25 -0000 1.97.2.9
+++ maven.xml 13 Feb 2004 02:35:01 -0000 1.97.2.10
@@ -138,6 +138,4 @@
<attainGoal name="install:from-web"/>
-->
</goal>
-
- <goal name="nothing"><echo>okie dokie</echo></goal>
</project>
No revision
No revision
1.43.4.8 +0 -17 maven/src/test/touchstone-build/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/src/test/touchstone-build/maven.xml,v
retrieving revision 1.43.4.7
retrieving revision 1.43.4.8
diff -u -r1.43.4.7 -r1.43.4.8
--- maven.xml 13 Feb 2004 02:31:25 -0000 1.43.4.7
+++ maven.xml 13 Feb 2004 02:35:01 -0000 1.43.4.8
@@ -197,10 +197,6 @@
<attainGoal name="test-reactor-run-twice" />
<attainGoal name="test-context-switch" />
-<!-- TODO: currently broken (As in RC1)
- <attainGoal name="test-ant-property-overrides-default" />
--->
-
<!-- TODO - this is still broken (as in RC1)
<attainGoal name="test-reactor-maven-username" />
-->
@@ -765,19 +761,6 @@
goals="run_twice"
ignoreFailures="false"
/>
- </goal>
-
- <goal name="test-ant-property-overrides-default">
-<echo>prj = ${context.getAntProject()}</echo>
-<echo>hnd = ${context.getAntProject().getJellyPropsHandler()}</echo>
-<echo>ctx = ${context.getAntProject().getJellyPropsHandler().getContext()}</echo>
- <ant:property name="maven.docs.src" value="${basedir}/test/xdocs" />
-<echo>context = ${context}</echo>
- <j:set var="correctMavenDocsSrc" value="${basedir}/test/xdocs" />
- <j:set var="mavenDocsSrc" value="${maven.docs.src}" />
- <j:if test="${mavenDocsSrc != correctMavenDocsSrc}">
- <ant:fail>Override failed: was ${mavenDocsSrc}, should be
${correctMavenDocsSrc}</ant:fail>
- </j:if>
</goal>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]