> <project> > <target name="main"> > <directory id="work" path="../build"/> > <javac destdirId="work"/> > <jar basedirId="work"/> > </target> > </project>
Yes, if we are going to do abstracted directories, they should be done in this way. However, since they are kind of related to properties/styles, I think that they should be scoped at the Project level if we are going to do them. .duncan
