vmassol 2002/11/12 03:52:11
Modified: src/plugins-build/cactus plugin.jelly project.xml
Log:
Add dependency on httpunit
Revision Changes Path
1.16 +7 -1 jakarta-turbine-maven/src/plugins-build/cactus/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/plugin.jelly,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- plugin.jelly 12 Nov 2002 11:35:36 -0000 1.15
+++ plugin.jelly 12 Nov 2002 11:52:11 -0000 1.16
@@ -40,7 +40,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${plugin.getDependencyPath('cactus:cactus')}"/>
<pathelement path="${plugin.getDependencyPath('junit')}"/>
- <pathElement path="${plugin.getDependencyPath('commons-httpunit')}"/>
+ <pathElement path="${plugin.getDependencyPath('httpunit')}"/>
</classpath>
<src>
<path location="${maven.cactus.src.dir}"/>
@@ -121,6 +121,8 @@
file="${plugin.getDependencyPath('commons-logging')}"/>
<copy todir="${maven.cactus.build.dir}/${pom.id}/WEB-INF/lib"
file="${plugin.getDependencyPath('junit')}"/>
+ <copy todir="${maven.cactus.build.dir}/${pom.id}/WEB-INF/lib"
+ file="${plugin.getDependencyPath('httpunit')}"/>
<!-- Copy Cactus tests -->
<copy todir="${maven.cactus.build.dir}/${pom.id}/WEB-INF/classes">
@@ -145,6 +147,7 @@
<pathElement location="${plugin.getDependencyPath('junit')}"/>
<pathElement location="${plugin.getDependencyPath('commons-httpclient')}"/>
<pathElement location="${plugin.getDependencyPath('aspectj:aspectjrt')}"/>
+ <pathElement location="${plugin.getDependencyPath('httpunit')}"/>
<j:forEach var="lib" items="${pom.dependencies}">
<pathElement
location="${maven.repo.local}/${lib.getProjectId()}/jars/${lib.getArtifact()}"/>
</j:forEach>
@@ -192,6 +195,7 @@
<pathelement path="${plugin.getDependencyPath('commons-httpclient')}"/>
<pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
<pathelement path="${plugin.getDependencyPath('aspectj:aspectjrt')}"/>
+ <pathElement path="${plugin.getDependencyPath('httpunit')}"/>
<!-- These 2 jars should not be needed but it won't work without
them -->
<pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
@@ -252,6 +256,7 @@
<pathelement path="${plugin.getDependencyPath('commons-httpclient')}"/>
<pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
<pathelement path="${plugin.getDependencyPath('aspectj:aspectjrt')}"/>
+ <pathElement path="${plugin.getDependencyPath('httpunit')}"/>
<!-- These 2 jars should not be needed but it won't work without
them -->
<pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
@@ -329,6 +334,7 @@
<pathelement
path="${plugin.getDependencyPath('commons-httpclient')}"/>
<pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
<pathelement path="${plugin.getDependencyPath('aspectj:aspectjrt')}"/>
+ <pathElement path="${plugin.getDependencyPath('httpunit')}"/>
<!-- These 2 jars should not be needed but it won't work without
them -->
<pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
1.19 +8 -0 jakarta-turbine-maven/src/plugins-build/cactus/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/project.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- project.xml 11 Nov 2002 18:26:44 -0000 1.18
+++ project.xml 12 Nov 2002 11:52:11 -0000 1.19
@@ -110,6 +110,14 @@
</dependency>
<dependency>
+ <id>httpunit</id>
+ <version>1.5</version>
+ <properties>
+ <classloader>root.maven</classloader>
+ </properties>
+ </dependency>
+
+ <dependency>
<id>junit</id>
<version>3.8.1</version>
<properties>
--
To unsubscribe, e-mail: <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>