Groups
Groups
Sign in
Groups
Groups
guasaxcoders
Conversations
About
Send feedback
Help
compilar guasax con mxmlc
1 view
Skip to first unread message
Rafe
unread,
May 7, 2008, 1:16:12 AM
5/7/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guasaxcoders
Estoy usando Flextask para compilar proyectos con guasax(HelloWorld de
guasax) este es parte de mi build.xml
<mxmlc file="${file}" as3="true" keep-generated-actionscript="true"
incremental="true" actionscript-file-encoding="UTF-8">
<load-config filename="${FLEX_HOME}/frameworks/flex-
config.xml"/>
<source-path path-element="${FLEX_HOME}/frameworks"/>
<compiler.source-path path-element="${DIR.SRC}"/>
<compiler.external-library-path dir="${APP_ROOT}/lib">
<include name="GuasaxLibrary-0.9.4.a.swc" />
</compiler.external-library-path>
<compiler.include-libraries dir="${DIR.SRC}" append="true">
<include name="${APP_ROOT}/lib/
GuasaxLibrary-0.9.4.a.swc" />
</compiler.include-libraries>
<locale>en_US</locale>
<source-path path-element="${APP_ROOT}/locale/{locale}"/>
</mxmlc>
si logro generar mi swf. pero cuando hago click en el boton me sale
el siguiente error
An error occurredReferenceError: Error #1065
No se si tengo configar algo mas en mxmlc , tambien en mi carpeta bin
copio el folder de conf
con todo y el guasax-conf.xml
Reply all
Reply to author
Forward
0 new messages