Hi,

>> I can't see why 4.12 isn't actually working as the instal script does
>> have paths that should work. Is this a bug with the installer?
> You sure you pulled the right tag?  That looks like the HEAD that I
> modified a couple of days ago.

I pulled the right tag - this is it on git hub:

https://github.com/apache/flex-sdk/blob/apache-flex-sdk-4.12.1/installer.xml

<get 
src="http://downloads.sourceforge.net/project/osmf.adobe/OSMF%202.0%20Release%20%28final%20source%2C%20ASDocs%2C%20pdf%20guides%20and%20release%20notes%29/OSMF.swc";
        dest="${basedir}/frameworks/libs/OSMF.swc"
        verbose="false"/>

https://github.com/apache/flex-sdk/blob/apache-flex-sdk-4.12.0/installer.xml

        <get 
src="http://downloads.sourceforge.net/project/osmf.adobe/OSMF%202.0%20Release%20%28final%20source%2C%20ASDocs%2C%20pdf%20guides%20and%20release%20notes%29/OSMF.swc";
        dest="${basedir}/frameworks/libs/OSMF.swc"
        verbose="false"/>

So why isn't 4.12 using the URL in the installer.xml config file?

Thanks,
Justin

Reply via email to