<br><font face="arial,helvetica,sanserif">This task takes one or more filenames and turns them into URLs, which it then assigns to a property.</font>
</td>
<td>
<!-- PROJECT LOGO -->
@@ -62,7 +61,19 @@
</td></tr>
<tr><td><blockquote>
This task takes one or more filenames and turns them into URLs, which it then assigns to a property. Useful when setting up RMI codebases. Nested filesets are supported; if present, these are turned into the url with the given separator between them (default = " "). <p/> <p>Example</p> <pre> <makeurl file="${user.home}/.m2/repository" property="m2.repository.url" /> </pre> Sets the property <code>m2.repository.url</code> to the file: URL of the local Maven2 repository. <pre> <makeurl property="codebase"> <fileset dir="lib includes="*.jar"/> </makeurl> </pre> Set the property <code>codebase</code> to the three URLs of the files provided as nested elements.
This task takes one or more filenames and turns them into URLs, which it then assigns to a property.
Useful when setting up RMI or JNLP codebases, for example.
Nested filesets are supported; if present, these are turned into the URLs with the supplied separator between them (default: space).
<font color="#000000" size="-1" face="arial,helvetica,sanserif">set this flag to trigger validation that every named file exists. Optional: default=true</font>
<font color="#000000" size="-1" face="arial,helvetica,sanserif">validate that every named file exists</font>