Skip to content

Instantly share code, notes, and snippets.

View mimshwright's full-sized avatar

Mims H. Wright mimshwright

View GitHub Profile
@mimshwright
mimshwright / FlexAntTaskDefs.xml
Created November 13, 2009 00:25
Flex ant task defs helper
<!-- Add this snippet to your build.xml to get flex ant tasks to work without having to copy the jar into the ant/lib folder -->
<!-- Optional: define these two values in your build.properties file. -->
<!--The version of the Flex SDK you are using. -->
<property name="flex.sdkVersion" value="3.4.0" />
<!-- The home directory for flex on your computer. -->
<property name="flex.path" location="/Applications/Adobe\ Flex\ Builder\ 3\ Plug-in" />
<!-- The Location of FlexSDK on your Computer -->
<property name="flex.sdkPath" location="${flex.path}/sdks/${flex.sdkVersion}"/>