>    <project name="XDoclet" default="dist">
>   +    <property name="xdoclet.root.dir" value="${basedir}"/>
>   +    <property file="${xdoclet.root.dir}/build.properties"/>

One piece of unsolicited Ant advice is to use <property location> instead of
<property value> when setting up properties that refer to files or
directories.  In the case of ${basedir} it shouldn't matter because its
typically resolved to an absolute path anyway.  Its useful to have relative
paths resolved for you when working with multiple build files and passing
properties to them - so that directories are relative to the master build
rather than the sub-build.

Just thought I'd toss that out while I thought of it.

    Erik


_______________________________________________________________

Hundreds of nodes, one monster rendering program.
Now that�s a super model! Visit http://clustering.foundries.sf.net/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to