hi all,
if someone could point me to relevant docs i would be grateful-- the ant api
appears 404: <http://ant.apache.org/manual/api/>
i'm trying to access an ant id in javascript:
<dirset dir="${path.source}" id="source.dirs" />
<script language="javascript"><![CDATA[
var dirset = project.getId("source.dirs");
for (var i in dirset)
{
...
}
]]></script>
but .getId is an incorrect guess, and i think it well need more setup than
that.
thanks in advance,
- p
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]