Barrie -- Barrie Treloar ____________________________________________________________________
Barrie Treloar Phone: +61 8 8303 3300 Senior Analyst/Programmer Fax: +61 8 8303 4403 Electronic Commerce Division Email: [EMAIL PROTECTED] Camtech (SA) Pty Ltd http://www.camtech.com.au --- Level 8, 10 Pulteney Street, Adelaide SA 5000, Australia. --- ____________________________________________________________________
--- Path.java.orig Wed Aug 2 15:27:51 2000 +++ Path.java Wed Aug 2 15:41:09 2000 @@ -66,18 +66,18 @@ /** * This object represents a path as used by CLASSPATH or PATH * environment variable. - * + * <p> * <code> * <sometask><br> - * <somepath> - * <pathelement location="/path/to/file.jar" /> - * <pathelement path="/path/to/file2.jar:/path/to/class2;/path/to/class3" /> - * <pathelement location="/path/to/file3.jar" /> - * <pathelement location="/path/to/file4.jar" /> - * </somepath> + * <somepath><br> + * <pathelement location="/path/to/file.jar" /><br> + * <pathelement path="/path/to/file2.jar:/path/to/class2;/path/to/class3" /><br> + * <pathelement location="/path/to/file3.jar" /><br> + * <pathelement location="/path/to/file4.jar" /><br> + * </somepath><br> * </sometask><br> * </code> - * + * <p> * The object implemention <code>sometask</code> must provide a method called * <code>createSomepath</code> which returns an instance of <code>Path</code>. * Nested path definitions are handled by the Path object and must be labeled
