[ 
https://issues.apache.org/jira/browse/FLEX-16343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-16343:
---------------------------------

    Labels: easyfix  (was: )
    
> Add antlib.xml
> --------------
>
>                 Key: FLEX-16343
>                 URL: https://issues.apache.org/jira/browse/FLEX-16343
>             Project: Apache Flex
>          Issue Type: Improvement
>          Components: Ant Tasks
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easyfix
>
> Request to add the 'antlib.xml' file to the jar to allow the tasks to be used 
> with antlib. 
> http://ant.apache.org/manual/CoreTypes/antlib.html
> This opens up the tasks for easy usage from groovy / gradle.
> e.g.
> import groovy.xml.NamespaceBuilder
> def flex = NamespaceBuilder.newInstance(ant, 'antlib:flex.ant')
> ant.property(name: "FLEX_HOME",value: "/opt/flex/sdk")
> flex.mxmlc(file: 'src/MyApp.mxml')

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to