dev@javaserverfaces.java.net

Re: Roger: jsdoc problem

From: Roger Kitain <Roger.Kitain_at_Sun.COM>
Date: Thu, 18 Sep 2008 07:16:38 -0400

Already fixed. You need to check out a fresh dependencies.xml

-roger

Ed Burns wrote:
> 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
>