aheritier 2004/07/19 10:59:04
Modified: ant/src/plugin-resources/templates build.jelly
ant/xdocs changes.xml
Log:
MPANT-9 : Add ant's setproxy tag.
Revision Changes Path
1.18 +7 -0 maven-plugins/ant/src/plugin-resources/templates/build.jelly
Index: build.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/ant/src/plugin-resources/templates/build.jelly,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.jelly 4 Jul 2004 11:58:21 -0000 1.17
+++ build.jelly 19 Jul 2004 17:59:03 -0000 1.18
@@ -370,6 +370,13 @@
name="get-deps"
depends="init"
unless="noget">
+
+ <x:comment>Proxy settings works only with a JDK 1.2 and higher.</x:comment>
+ <setproxy
+ proxyhost="${maven.proxy.host}"
+ proxyport="${maven.proxy.port}"
+ proxyuser="${maven.proxy.username}"
+ proxypassword="${maven.proxy.password}"/>
<j:forEach var="dep" items="${pom.dependencies}">
<!-- note: this is a valid use of artifactDirectory -->
1.24 +1 -0 maven-plugins/ant/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- changes.xml 3 Jul 2004 17:49:14 -0000 1.23
+++ changes.xml 19 Jul 2004 17:59:04 -0000 1.24
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.8-SNAPSHOT" date="In CVS">
+ <action dev="aheritier" type="add" issue="MPANT-9" due-to="Jan Nielsen">Add
ant's setproxy tag.</action>
<action dev="carlos" type="fix" issue="MPANT-16" due-to="Brent Worden"
due-to-email="[EMAIL PROTECTED]">Use relative paths in directory properties.</action>
<action dev="aheritier" type="update">Run Junit only if present in ANT
(display a warning otherwise).</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]