ECLIPSE-52: set proper cactus.src.dir for plugin test

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal 2004-10-22 06:01:39 +00:00
parent 21836402c1
commit f0561eb682
4 changed files with 6 additions and 6 deletions

View File

@ -111,9 +111,7 @@
<u:file var="classpathFile" name="${dotClasspath}"/> <u:file var="classpathFile" name="${dotClasspath}"/>
<x:parse var="classpathDoc" xml="${classpathFile.toURL()}" /> <x:parse var="classpathDoc" xml="${classpathFile.toURL()}" />
<x:set var="count" select="count($classpathDoc/classpath/classpathentry[contains(@kind,'src')])"/> <x:set var="count" select="count($classpathDoc/classpath/classpathentry[contains(@kind,'src')])"/>
<!-- <assert:assertEquals expected="7" value="${count.intValue().toString()}" msg="Wrong number of generated src directories found"/>
<assert:assertEquals expected="6" value="${count.intValue().toString()}" msg="Wrong number of generated src directories found"/>
-->
</goal> </goal>
<goal name="test-classpath-has-overridden-jar"> <goal name="test-classpath-has-overridden-jar">

View File

@ -1,3 +1,3 @@
cactus.src.dir=. cactus.src.dir=${basedir}/src/cactus-test
maven.jar.override=on maven.jar.override=on
maven.jar.commons-dude=${maven.repo.local}/commons-logging/jars/commons-logging-1.0.3.jar maven.jar.commons-dude=${maven.repo.local}/commons-logging/jars/commons-logging-1.0.3.jar

View File

@ -0,0 +1 @@
needed for plugin test

View File

@ -24,7 +24,8 @@
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.9" date="in cvs"> <release version="1.9-SNAPSHOT" date="in cvs">
<action dev="felipeal" type="fix" issue="MPECLIPSE-52">Set proper <code>cactus.src.dir</code></action>
<action dev="felipeal" type="fix" issue="MPECLIPSE-51">Fixed duplicated source entry issue.</action> <action dev="felipeal" type="fix" issue="MPECLIPSE-51">Fixed duplicated source entry issue.</action>
<action dev="epugh" type="add">add property maven.eclipse.addResources=false to prevent the build resources from breaking old Eclipse builds.</action> <action dev="epugh" type="add">add property maven.eclipse.addResources=false to prevent the build resources from breaking old Eclipse builds.</action>
<action dev="epugh" type="add">Allow includes/excludes in build resources to be used in the classpath generation.</action> <action dev="epugh" type="add">Allow includes/excludes in build resources to be used in the classpath generation.</action>