hi
i have build my flex project using ant task
my project name is StudentRegistration.
my mxml file name is StudentRegistation.
<target name="appcompile" depends="install">
<mxmlc file="${flexsrc.home}/StudentRegistration.mxml" context-
root="/StudentRegistration" keep-generated-actionscript="true"
services="${web.home}/WEB-INF/flex/services-config.xml" output="$
{catalina.home}/webapps/${app.name}/StudentRegistration.swf">
<compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
<include name="${web.home}/WEB-INF/lib/" />
<include name="${flexsrc.home}/example/" />
</compiler.library-path>
<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml" />
<source-path path-element="${FLEX_HOME}/frameworks" />
</mxmlc>
</target>
<target name="createHtmlWrapper" depends="appcompile">
<html-wrapper application="${APP_ROOT}/StudentRegistration.mxml"
height="1000" width="1000" output="${catalina.home}/webapps/$
{app.name}" swf="StudentRegistration" />
</target>
i have deploy the Folder StudentRegistration in tomcat.
just i select the StudentRegistration in tomcat the
StudentRegistration page is displays.
if select StudentRegistration i want to display the homepage.html
how can i do
someone help me
regards
athi
--
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.