Hii Chandan,
I am Venu. I am also not so perfect with ant but i did for my projects
here is i am sending snippet, check it out and reply me
<mxmlc
file="${MAIN-MXML}"
output="${MAIN-MXML-SWF}"
actionscript-file-encoding="UTF-8"
keep-generated-actionscript="true"
incremental="true"
>
<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml" />
<source-path path-element="${FLEX_HOME}/frameworks" />
</mxmlc>
In Above you can specify the following in your properties file:
MAIN-MXML
MAIN-MXML-SWF
FLEX_HOME
you can give ur property file with
<property file="abc.properties" />
Thanks & Regards,
Venu.S
On Mon, Dec 8, 2008 at 12:39 PM, chan <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am not that expert in Ant script so currently I am compiling the
> properties file for locale using command line. See the following
> command
>
> D:\Program Files\Adobe\Flex Builder 3\sdks\3.1.0\bin>mxmlc -
> locale=en_US -source
> -path=locale/{locale} -include-resource-bundles=RegistrationForm -
> output en_us_resourcebundle.swf
>
> To compile RegistrationForm.properties files, we use above command
> line.
> Does any body know how to compile such properties file under locale
> using ant script? Or Could any body let me know corrosponding ant
> script for above command line?
>
> It is really an urgent requiremetn so early response will be really
> appricated.
> Let me know if you need more information on this.Thanks.
>
>
> Regards,
> chandan
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---