I tried to do "ant build.spec.snapshot" when to connected to the
Internet, and it tried to fetch the jsdoc.zip, even though I already had
successfully built it before, when I *did* have an Internet connection.
Can you please fix this.
In my local workspace, I just did this:
Index: common/ant/dependencies.xml
===================================================================
--- common/ant/dependencies.xml (revision 5449)
+++ common/ant/dependencies.xml (working copy)
@@ -180,9 +180,12 @@
<available file="${jsdoc.home}" property="ignored"/>
</not>
<then>
+ <echo message="edburns ${jsdoc.jar}" />
+<!--
<get src="
http://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-${jsdoc.version}.zip"
dest="${dependency.base.dir}/downloads/jsdoc_toolkit-${jsdoc.version}.zip"
usetimestamp="true"/>
+-->
<unzip
src="${dependency.base.dir}/downloads/jsdoc_toolkit-${jsdoc.version}.zip"
dest="${dependency.base.dir}"/>
Thanks,
Ed
--