On Tue, Dec 13, 2016 at 11:31 AM, Justin Mclean <[email protected]>
wrote:
> Hi,
>
> > <target name="get-data">
> > <tstamp />
> > <property name="ts" value="${DSTAMP}${TSTAMP}" />
> > <!-- <property name="xml.properties" value="
> http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=${ts}" />
> > <get src="${xml.properties}"
> > dest="${basedir}/sdk-installer-config-4.0.xml"
> /> —>
>
> So I assume these lines shouldn’t be commented out in order to get the
> installer config file?
>
>
You are right. I removed them for local testing and checked it in by
mistake. I have reinstated these lines now.
Thanks,
Om
> Thanks,
> Justin