You are on page 1of 2

Arquivos de Configuração do Projeto Flex

Eliminar os comentarios escritos em verde.

.flexProperties
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<flexProperties
Responsável por dar caracteristica J2EE ao Projeto
flexServerType="2"
ServerRoot Relativo
serverContextRoot="/Siscota"
ServerRoot Absoluto
serverRoot="C:/workspace/cotar/Siscota/web-app"
ServerRoot URL
serverRootURL="http://localhost:4848/Siscota"
toolCompile="true"
useServerFlexSDK="false"
version="1"/>

.actionScriptProperties
<?xml version="1.0" encoding="UTF-8"?>

Setting up main Mx:Application


<actionScriptProperties mainApplicationPath="TestRuner.mxml"
version="3">

Setting up compile arguments


<compiler

Important:
The path to services-config.xml in local Grails Project
additionalCompilerArguments="-services
&quot;C:\workspace\cotar\Siscota\web-app\WEB-INF\flex\services-
config.xml&quot; -locale en_US"

copyDependentFiles="true"
enableModuleDebug="true"
generateAccessible="false"
htmlExpressInstall="true"
htmlGenerate="true"
htmlHistoryManagement="true"
htmlPlayerVersion="9.0.124"
htmlPlayerVersionCheck="true"
outputFolderPath="bin"
sourceFolderPath="src"
strict="true"
useApolloConfig="false"
verifyDigests="true"
warn="true">

<compilerSourcePath/>
<libraryPath defaultLinkType="1">
<libraryPathEntry kind="4" path=""/>
<libraryPathEntry kind="1" linkType="1" path="libs"/>
</libraryPath>
<sourceAttachmentPath/>

</compiler>

Others settings
<applications>
<application path="Main.mxml"/>
<application path="TestRuner.mxml"/>
</applications>
<modules/>
<buildCSSFiles/>
</actionScriptProperties>

You might also like