Hi,
I was trying to use Squiggly and felt on this issue, being at work, I went thru
github to fix it but noticed I hadn't got the right karma to merge pull
requests.Does someone can do something ?
An other thing, Squiggly does come with RSLs, I can try to fix that in the week
if I find a bit of time and everyone agreed ?
Btw, I created my Ant MacroDef for that [1], if you're ok I process RSLs, can I
use it (removing the -keep-as3-metadata part) or we have something ready ?
In between, can someone apply this patch ?
Thanks,
Frédéric THOMAS
[1]
<macrodef name="create-rsl">
<attribute name="rsl-dir"/>
<attribute name="swc-dir"/>
<attribute name="swc-name"/>
<sequential>
<mkdir dir="@{rsl-dir}"/>
<delete>
<fileset dir="@{rsl-dir}">
<include name="@{swc-name}.swc"/>
</fileset>
</delete>
<unzip src="@{swc-dir}/@{swc-name}.swc" dest="@{rsl-dir}"
overwrite="true">
<patternset>
<include name="library.swf"/>
</patternset>
<mapper type="glob" from="library.swf" to="@{swc-name}.library.swf"/>
</unzip>
<exec executable="${FLEX_BIN}/optimizer.exe"
output="${output.dir}/flex-optimizer-@{swc-name}.log" append="true">
<arg
value="-keep-as3-metadata='Inject,InjectConstructor,Factory,AssignableTo,Init,Destroy,Observe,AsyncInit,MessageDispatcher,ManagedEvents,MessageHandler,MessageBinding,MessageError,MessageInterceptor,CommandResult,CommandComplete,CommandError,CommandStatus,Publish,Subscribe,PublishSubscribe,ResourceBinding,Autoremove,Selector,Target,Internal,ObjectDefinition,DynamicObject,Metadata,DefaultProperty,Required,Event,XmlMapping,Attribute,TextNode,ChildTextNode,ChoiceId,ChoiceType,Ignore'"/>
<arg value="-input=@{rsl-dir}/@{swc-name}.library.swf"/>
<arg value="-output=@{rsl-dir}/@{swc-name}.swf"/>
</exec>
<exec executable="${FLEX_BIN}/digest.exe"
output="${output.dir}/flex-optimizer-@{swc-name}.log" append="true">
<arg value="-digest.rsl-file=@{rsl-dir}/@{swc-name}.swf"/>
<arg value="-digest.swc-path=@{swc-dir}/@{swc-name}.swc"/>
</exec>
<delete file="@{rsl-dir}/@{swc-name}.library.swf"/>
</sequential>
</macrodef>
> From: g...@git.apache.org
> To: dev@flex.apache.org
> Subject: [GitHub] flex-utilities pull request: Update
> apache-flex-spelling-framework...
> Date: Fri, 14 Nov 2014 16:29:47 +0000
>
> GitHub user doublefx opened a pull request:
>
> https://github.com/apache/flex-utilities/pull/3
>
> Update apache-flex-spelling-framework.pom
>
> Misspelling of apache-flex-linguistic-utils instead of
> apache-flex-spelling-linguistic-utils
>
> You can merge this pull request into a Git repository by running:
>
> $ git pull https://github.com/doublefx/flex-utilities patch-1
>
> Alternatively you can review and apply these changes as the patch at:
>
> https://github.com/apache/flex-utilities/pull/3.patch
>
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
>
> This closes #3
>
> ----
> commit bd285499fcd0da4594de9812ff51bf79b015db99
> Author: Frédéric THOMAS <ftho...@apache.org>
> Date: 2014-11-14T16:29:33Z
>
> Update apache-flex-spelling-framework.pom
>
> Misspelling of apache-flex-linguistic-utils instead of
> apache-flex-spelling-linguistic-utils
>
> ----
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---